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" 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