Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oblomov-dev/abap-api
Serving a Release & Version Independent ABAP Layer
https://github.com/oblomov-dev/abap-api
Last synced: 2 months ago
JSON representation
Serving a Release & Version Independent ABAP Layer
- Host: GitHub
- URL: https://github.com/oblomov-dev/abap-api
- Owner: oblomov-dev
- License: mit
- Created: 2024-01-20T10:50:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T00:17:21.000Z (3 months ago)
- Last Synced: 2024-09-15T07:08:29.095Z (3 months ago)
- Language: ABAP
- Size: 44.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# abap-api
Snippets from [**Steampuncification**](https://github.com/heliconialabs/steampunkification) served as a class
#### Features:
* Hides language version differences between ABAP Cloud and Standard ABAP
* Hides release-dependent differences from ABAP v7.02 to ABAP Cloud
* Runs on all ABAP stacks, including open-abap (wip)
* Simplifies SAP APIs to class-based methods#### Compatibility:
* BTP ABAP Environment (ABAP for Cloud)
* S/4 Public Cloud (ABAP for Cloud)
* S/4 Private Cloud or On-Premise (ABAP for Cloud, Standard ABAP)
* R/3 NetWeaver AS ABAP 7.02 or higher (Standard ABAP)
* open-abap#### Function Scope:
Utility Functions like GUIDs, RTTI, Messages etc.#### Idea