DATA: lv_utc TYPE timestamp.
DATA: lv_date TYPE d.
DATA: lv_time TYPE t.
START-OF-SELECTION.
GET TIME STAMP FIELD lv_utc.
TRY.
cl_abap_tstmp=>systemtstmp_utc2syst( EXPORTING
utc_tstmp = lv_utc
IMPORTING
syst_date = lv_date
syst_time = lv_time ).
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
- Kartoffelsalat – Variante 2
- [SAP] Aktivierung des Material Ledgers (ML)
- GraphQL-Implementierung in PHP
- [SAP] MM Kontenfindung
- [SAP] Automatische Buchungen: Konto-Modifikation (KOMOK)
- [SAP] Kontenpflege
- Epstein-Barr-Virus steht im Verdacht, Multiple Sklerose auszulösen
- [ABAP] SAP Customer-Exits
- [RAP] Workshops about Development with ABAP Cloud
- [API] Übersicht zu APIs