GET TIME STAMP option in your ABAP program.
TABLES: ztable " Database table DATA: wa TYPE ztable, dbtab TYPE TABLE OF ztable. GET TIME STAMP FIELD wa-timestamp. " Move timestamp value to work area INSERT dbtab FROM wa. " Insert an entry into database
TABLES: ztable " Database table DATA: wa TYPE ztable, dbtab TYPE TABLE OF ztable. GET TIME STAMP FIELD wa-timestamp. " Move timestamp value to work area INSERT dbtab FROM wa. " Insert an entry into database
Karol PreiskornSeptember 30th, 2020abap 0 comments on GET TIME STAMP option in your ABAP program.34sapui5, timestamp
Related Posts
Subscribe
Login
0 Comments
Newest
Oldest
Most Voted
Inline Feedbacks
View all comments