Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
image