DATA: lv_utc TYPE timestamp. DATA: lv_date TYPE d. DATA: lv_time TYPE t. START-OF-SELECTION. lv_date = sy-datum. lv_time = sy-uzeit. TRY. cl_abap_tstmp=>systemtstmp_syst2utc( EXPORTING syst_date = lv_date syst_time = lv_time IMPORTING utc_tstmp = lv_utc ). WRITE: / |UTC: { lv_utc TIMESTAMP = USER }|. WRITE: / |System-Datum: { lv_date DATE = USER }|. WRITE: / |System-Zeit: { lv_time TIME = USER }|. CATCH cx_root INTO DATA(e_text). WRITE: / e_text->get_text( ). ENDTRY.
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)