This commit is contained in:
danrega
2024-06-12 17:08:57 +02:00
parent 1120480ac5
commit b65faccce0
7 changed files with 662 additions and 49 deletions

View File

@@ -633,7 +633,7 @@ cl_abap_utclong=>diff( EXPORTING high = ts2
low = ts1
IMPORTING seconds = DATA(seconds) ).
"The 'seconds' data object holding the delta of the time stamps
"The value of the 'seconds' data object holding the delta of the time stamps
"should be greater than 4.
ASSERT seconds > 4.
```