https://github.com/oblomov-dev/abap-util
Utility Functions for ABAP Cloud & Standard ABAP
https://github.com/oblomov-dev/abap-util
abap abap2ui5 ui5
Last synced: 8 months ago
JSON representation
Utility Functions for ABAP Cloud & Standard ABAP
- Host: GitHub
- URL: https://github.com/oblomov-dev/abap-util
- Owner: oblomov-dev
- License: mit
- Created: 2024-02-10T09:05:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T14:42:22.000Z (8 months ago)
- Last Synced: 2025-02-17T15:23:39.708Z (8 months ago)
- Topics: abap, abap2ui5, ui5
- Language: ABAP
- Homepage:
- Size: 1.67 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
## abap-util
Utility Functions for ABAP Cloud & Standard ABAP#### Key Features
* Simplified SAP APIs to class-based methods
* Hides language version differences between ABAP Cloud and Standard ABAP
* Function Scope: GUIDs, RTTI, Messages, Persistence etc.#### Compatibility
* S/4 Public Cloud and BTP ABAP Environment (ABAP Cloud)
* S/4 Private Cloud and On-Premise (ABAP Cloud, Standard ABAP)
* R/3 NetWeaver AS ABAP 7.02 or higher (Standard ABAP)#### Credits
* [ajson](https://github.com/sbcgua/ajson)
* [S-RTTI](https://github.com/sandraros/S-RTTI)
* [steampunkification](https://github.com/heliconialabs/steampunkification)
#### Usage```abap
"strings
zoblomov_cl_util=>c_trim_upper( ` JsadfHHs ` ). "->JSADFHHS
zoblomov_cl_util=>c_trim_lower( ` JsadfHHs ` ). "->jsadfhhs"json
DATA(lv_json) = zoblomov_cl_util=>json_stringify( data )."...
```#### Contribution & Support
Pull requests are welcome! Whether you're fixing bugs, adding new functionality, or improving documentation, your contributions are highly appreciated. If you encounter any issues, feel free to open an issue.