Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgudkov/useful_notes
Useful notes for future
https://github.com/sgudkov/useful_notes
Last synced: about 2 months ago
JSON representation
Useful notes for future
- Host: GitHub
- URL: https://github.com/sgudkov/useful_notes
- Owner: Sgudkov
- Created: 2021-01-29T07:22:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T08:41:49.000Z (almost 4 years ago)
- Last Synced: 2023-08-02T11:15:28.380Z (over 1 year ago)
- Language: ABAP
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Useful notes
### Function modules:
- [TMP_GUI_DIRECTORY_LIST_FILES](https://github.com/Sgudkov/Useful_notes/blob/master/TMP_GUI_DIRECTORY_LIST_FILES.abap) -work with local files
- [C14Z_MESSAGES_SHOW_AS_POPUP](https://github.com/Sgudkov/Useful_notes/blob/master/C14Z_MESSAGES_SHOW_AS_POPUP.abap) -show log
- [SUSR_DISPLAY_LOG](https://github.com/Sgudkov/Useful_notes/blob/master/SUSR_DISPLAY_LOG.abap) -show log
- [RSCRMBW_DISPLAY_BAPIRET2](https://github.com/Sgudkov/Useful_notes/blob/master/RSCRMBW_DISPLAY_BAPIRET2.abap) -show log, can show long messages without needs concat
- RS_VARIANT_EXISTS -check exists variant
- RS_CREATE_VARIANT -create variant
- RS_CHANGE_CREATED_VARIANT -change variant
- [DD_DOMVALUES_GET](https://github.com/Sgudkov/Useful_notes/blob/master/DD_DOMVALUES_GET.abap) -get values of domain
- [SMUM_XML_PARSE](https://github.com/Sgudkov/Useful_notes/blob/master/SMUM_XML_PARSE.abap) -XML parser
- [ARCHIVFILE_SERVER_TO_SERVER](https://github.com/Sgudkov/Useful_notes/blob/master/ARCHIVFILE_SERVER_TO_SERVER.abap) -transfer file from one dir in another on application server
- WS_UPLOAD -work with local files
- [BAL_DB_SEARCH](https://github.com/Sgudkov/find_load_ballog/blob/master/ZFIND_LOG.abap) -search bal log
- [BAL_DB_LOAD](https://github.com/Sgudkov/find_load_ballog/blob/master/ZFIND_LOG.abap) -load bal log in memory
- [BAL_DSP_LOG_DISPLAY](https://github.com/Sgudkov/find_load_ballog/blob/master/ZFIND_LOG.abap) -display bal log loaded from memory### Classes:
- CL_ABAP_DYN_PRG -check sql injection if use dynamically query
- CL_BCS -send messages