Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions abaplint.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"allowed_object_types": {
"allowed": [
"DEVC",
"INTF"
"INTF",
"NSPC"
]
},
"ambiguous_statement": true,
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -272,7 +273,7 @@
"xml_consistency": true
},
"syntax": {
"errorNamespace": "^(Z|Y|LCL_|TY_|LIF_)",
"errorNamespace": "^(/APMG/|LCL_|TY_|LIF_)",
"globalConstants": [],
"globalMacros": [],
"version": "v750"
Expand Down
16 changes: 16 additions & 0 deletions src/#apmg#.nspc.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<abapGit version="v1.0.0" serializer="LCL_OBJECT_NSPC" serializer_version="v1.0.0">
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<NSPC>
<NAMESPACE>/APMG/</NAMESPACE>
<REPLICENSE>41813564412598342476</REPLICENSE>
</NSPC>
<NSPC_TEXT>
<SPRAS>E</SPRAS>
<DESCRIPTN>apm</DESCRIPTN>
<OWNER>apm.to Inc.</OWNER>
</NSPC_TEXT>
</asx:values>
</asx:abap>
</abapGit>
4 changes: 3 additions & 1 deletion src/zif_types.intf.abap → src/#apmg#if_types.intf.abap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INTERFACE zif_types PUBLIC.
INTERFACE /apmg/if_types PUBLIC.

************************************************************************
* apm Types
Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/zif_types.intf.xml → src/#apmg#if_types.intf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<VSEOINTERF>
<CLSNAME>ZIF_TYPES</CLSNAME>
<CLSNAME>/APMG/IF_TYPES</CLSNAME>
<LANGU>E</LANGU>
<DESCRIPT>apm - Types</DESCRIPT>
<EXPOSURE>2</EXPOSURE>
Expand Down