DATA: lv_file TYPE string VALUE '/usr/sap/test.txt'. DATA: lv_name TYPE string. DATA: lv_path TYPE string. CALL FUNCTION 'TRINT_SPLIT_FILE_AND_PATH' EXPORTING full_name = lv_file IMPORTING stripped_name = lv_name file_path = lv_path EXCEPTIONS x_error = 1 OTHERS = 2. IF sy-subrc = 0. WRITE: / lv_path. WRITE: / lv_name. ENDIF.
Kategorien
-
Neueste Beiträge
- [SAP] Mailversand einrichten
- [SAP EWM] SAP EWM and SAP ERP integration via CIF
- [SAP] Nutzung der ALV-Anzeige im MM-Reporting
- [Raspberry Pi 4] Raspberry Pi als DNS Server
- [Raspberry Pi] SSH aktivieren
- [Raspberry Pi] Bootoptionen in der config.txt
- [Raspberry Pi 4] Bessere Youtube-Videoperformance in Google Chrome
- [Raspberry Pi 4] Direkt von SSD booten (ohne SD-Karte)
- [ABAP] Fixkontentabelle (T030) auslesen
- [SAPUI5] SAPUI5 Entwicklung mit SAP Business Application Studio (BAS)