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-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

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 ).

"...
```