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
2 changes: 1 addition & 1 deletion .abapgit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<MASTER_LANGUAGE>E</MASTER_LANGUAGE>
<STARTING_FOLDER>/src/</STARTING_FOLDER>
<FOLDER_LOGIC>PREFIX</FOLDER_LOGIC>
<VERSION_CONSTANT>ZIF_PACKAGE_JSON=&gt;C_VERSION</VERSION_CONSTANT>
<VERSION_CONSTANT>/APMG/IF_PACKAGE_JSON=&gt;C_VERSION</VERSION_CONSTANT>
</DATA>
</asx:values>
</asx:abap>
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
</picture>
</div>

![Version](https://img.shields.io/endpoint?url=https://shield.abappm.com/github/abapPM/abapPM-Package-JSON/src/zif_package_json.intf.abap/c_version&label=Version&color=blue)
![Version](https://img.shields.io/endpoint?url=https://shield.abappm.com/github/abapPM/abapPM-Package-JSON/src/%2523apmg%2523if_package_json.intf.abap/c_version&label=Version&color=blue)

[![License](https://img.shields.io/github/license/abapPM/abapPM-Package-JSON?label=License&color=success)](https://github.com/abapPM/abapPM-Package-JSON/blob/main/LICENSE)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?color=success)](https://github.com/abapPM/.github/blob/main/CODE_OF_CONDUCT.md)
[![REUSE Status](https://api.reuse.software/badge/github.com/abapPM/abapPM-Package-JSON)](https://api.reuse.software/info/github.com/abapPM/abapPM-Package-JSON)

# Package JSON for apm

Module used by apm to convert between package.abap.json and corresponding ABAP schemas. Persists data in `ZABAPPM` table.
Module used by apm to convert between `package.abap.json` and corresponding ABAP schemas. Persists data in `ZABAPPM` table.

apm is a *package manager* 📦 for ABAP applications and modules, a *website* 🌐, and a *registry* 📑.

Expand Down Expand Up @@ -42,12 +42,12 @@ All contributions are welcome! Read our [Contribution Guidelines](https://github

You can install the developer version of `@apm/package-json` using [abapGit](https://github.com/abapGit/abapGit) by creating a new online repository for `https://github.com/abapPM/abapPM-Package-JSON`.

Recommended SAP package: `$APM-PACKAGE-JSON`
Recommended SAP package: `/APMG/APM-PACKAGE-JSON`

## About

Made with ❤ in Canada

Copyright 2025 apm.to Inc. <https://apm.to>

Follow [@marcf.be](https://bsky.app/profile/marcf.be) on Blueksy and [@marcfbe](https://linkedin.com/in/marcfbe) or LinkedIn
Follow [@marcf.be](https://bsky.app/profile/marcf.be) on Bluesky and [@marcfbe](https://linkedin.com/in/marcfbe) or LinkedIn
9 changes: 5 additions & 4 deletions abaplint.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"CLAS",
"DEVC",
"INTF",
"NSPC",
"PROG"
]
},
Expand Down Expand Up @@ -215,7 +216,7 @@
"aqqu": "^Z",
"aqsg": "^Z",
"auth": "^Z",
"clas": "^ZC(L|X)\\_PACKAGE_JSON",
"clas": "^/APMG/C(L|X)_PACKAGE_JSON",
"cmod": "^Z",
"doma": "^Z",
"dtel": "^Z",
Expand All @@ -227,11 +228,11 @@
"idoc": "^Z",
"ignoreNames": [],
"ignorePatterns": [],
"intf": "^ZIF\\_PACKAGE_JSON",
"intf": "^/APMG/IF_PACKAGE_JSON",
"msag": "^Z",
"patternKind": "required",
"pinf": "^Z",
"prog": "^Z",
"prog": "^/APMG/PACKAGE_JSON",
"sfpf": "^Z",
"sfpi": "^Z",
"shlp": "^Z",
Expand Down Expand Up @@ -314,7 +315,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>
Loading