Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oblomov-dev/abap-toolkit
Utility Functions for ABAP Cloud & Standard ABAP
https://github.com/oblomov-dev/abap-toolkit
abap abap2ui5 ui5
Last synced: about 1 month ago
JSON representation
Utility Functions for ABAP Cloud & Standard ABAP
- Host: GitHub
- URL: https://github.com/oblomov-dev/abap-toolkit
- Owner: oblomov-dev
- License: mit
- Created: 2024-02-10T09:05:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-22T07:54:24.000Z (about 2 months ago)
- Last Synced: 2024-09-27T13:20:14.022Z (about 2 months ago)
- Topics: abap, abap2ui5, ui5
- Language: ABAP
- Homepage:
- Size: 730 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ABAP Toolkit
Utility Functions for S/4 Public Cloud, BTP ABAP Environment & ABAP OnPremise#### Features:
* Simplified SAP APIs to class-based methods#### Usage:
character operations
```abap"strings
zcl_util=>c_trim_upper( ` JsadfHHs ` ). "->JSADFHHS
zcl_util=>c_trim_lower( ` JsadfHHs ` ). "->jsadfhhs"json
zcl_util=>json_stringify( data )."...
```