From 7500622c3d8eba9f35be369f4f9264386dd5d131 Mon Sep 17 00:00:00 2001 From: Marc Bernard Date: Tue, 29 Jul 2025 21:27:45 +0000 Subject: [PATCH 1/2] Switch to /apmg/ namespace --- src/#apmg#.nspc.xml | 16 ++++++++++++++++ ..._types.intf.abap => #apmg#if_types.intf.abap} | 4 +++- ...if_types.intf.xml => #apmg#if_types.intf.xml} | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 src/#apmg#.nspc.xml rename src/{zif_types.intf.abap => #apmg#if_types.intf.abap} (98%) rename src/{zif_types.intf.xml => #apmg#if_types.intf.xml} (91%) diff --git a/src/#apmg#.nspc.xml b/src/#apmg#.nspc.xml new file mode 100644 index 0000000..5ecb4d0 --- /dev/null +++ b/src/#apmg#.nspc.xml @@ -0,0 +1,16 @@ + + + + + + /APMG/ + 41813564412598342476 + + + E + apm + apm.to Inc. + + + + diff --git a/src/zif_types.intf.abap b/src/#apmg#if_types.intf.abap similarity index 98% rename from src/zif_types.intf.abap rename to src/#apmg#if_types.intf.abap index 7793471..27fe7fb 100644 --- a/src/zif_types.intf.abap +++ b/src/#apmg#if_types.intf.abap @@ -1,4 +1,4 @@ -INTERFACE zif_types PUBLIC. +INTERFACE /apmg/if_types PUBLIC. ************************************************************************ * apm Types @@ -266,6 +266,8 @@ INTERFACE zif_types PUBLIC. mit TYPE string VALUE 'MIT', mpl_2_0 TYPE string VALUE 'MPL-2.0', ms_pl TYPE string VALUE 'MS-PL', + fsl_1_1_alv2 TYPE string VALUE 'FSL-1.1-ALv2', + fsl_1_1_mit TYPE string VALUE 'FSL-1.1-MIT', unlicensed TYPE string VALUE 'UNLICENSED', END OF c_license. diff --git a/src/zif_types.intf.xml b/src/#apmg#if_types.intf.xml similarity index 91% rename from src/zif_types.intf.xml rename to src/#apmg#if_types.intf.xml index b59ba64..2c17e48 100644 --- a/src/zif_types.intf.xml +++ b/src/#apmg#if_types.intf.xml @@ -3,7 +3,7 @@ - ZIF_TYPES + /APMG/IF_TYPES E apm - Types 2 From 62488372718eca726287adb6b0e5084cb8b5aa2d Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Tue, 29 Jul 2025 17:29:51 -0400 Subject: [PATCH 2/2] Update abaplint.json --- abaplint.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/abaplint.json b/abaplint.json index 0c65ab5..1aad628 100644 --- a/abaplint.json +++ b/abaplint.json @@ -30,7 +30,8 @@ "allowed_object_types": { "allowed": [ "DEVC", - "INTF" + "INTF", + "NSPC" ] }, "ambiguous_statement": true, @@ -173,7 +174,7 @@ "aqqu": "^Z", "aqsg": "^Z", "auth": "^Z", - "clas": "^ZC(L|X)\\_TYPES", + "clas": "^/APMG/C(L|X)_TYPES", "cmod": "^Z", "doma": "^Z", "dtel": "^Z", @@ -185,11 +186,11 @@ "idoc": "^Z", "ignoreNames": [], "ignorePatterns": [], - "intf": "^ZIF\\_TYPES", + "intf": "^/APMG/IF_TYPES", "msag": "^Z", "patternKind": "required", "pinf": "^Z", - "prog": "^Z", + "prog": "^/APMG/", "sfpf": "^Z", "sfpi": "^Z", "shlp": "^Z", @@ -272,7 +273,7 @@ "xml_consistency": true }, "syntax": { - "errorNamespace": "^(Z|Y|LCL_|TY_|LIF_)", + "errorNamespace": "^(/APMG/|LCL_|TY_|LIF_)", "globalConstants": [], "globalMacros": [], "version": "v750"