Skip to content

Commit ca96ae7

Browse files
committed
done
1 parent fcd2c3e commit ca96ae7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/date_time/cl_abap_tstmp.clas.abap

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,13 @@ CLASS cl_abap_tstmp IMPLEMENTATION.
9292
ENDMETHOD.
9393

9494
METHOD td_add.
95-
ASSERT 1 = 'todo'.
95+
96+
DATA(td) = add(
97+
tstmp = |{ date }{ time }|
98+
secs = secs ).
99+
100+
CONVERT TIME STAMP td INTO DATE res_date TIME res_time.
101+
96102
ENDMETHOD.
97103

98104
METHOD systemtstmp_utc2syst.

0 commit comments

Comments
 (0)