From 89e743922f36fac7663ed25892f481505972ec8b Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 11 Jul 2022 09:19:03 +0200 Subject: [PATCH] run get_dimension_range --- abap_transpile.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/abap_transpile.json b/abap_transpile.json index cdd1b43..e7cc56d 100644 --- a/abap_transpile.json +++ b/abap_transpile.json @@ -76,9 +76,8 @@ "addCommonJS": true, "unknownTypes": "runtimeError", "skip": [ - {"object": "CL_EXCEL_TEST", "class": "ltcl", "method": "test", "note": "https://github.com/abaplint/transpiler/issues/784"}, + {"object": "CL_EXCEL_TEST", "class": "ltcl", "method": "test", "note": "??"}, - {"object": "ZCL_EXCEL_WORKSHEET", "class": "lcl_excel_worksheet_test", "method": "get_dimension_range", "note": "cl_abap_elemdescr.get_ddic_field"}, {"object": "ZCL_EXCEL_WORKSHEET", "class": "lcl_excel_worksheet_test", "method": "set_merge", "note": "??"}, {"object": "ZCL_EXCEL_WORKSHEET", "class": "lcl_excel_worksheet_test", "method": "delete_merge", "note": "??"}, {"object": "ZCL_EXCEL_WORKSHEET", "class": "ltc_calculate_table_bottom_rig", "method": "simple", "note": "??"},