This commit is contained in:
danrega
2025-07-08 17:20:53 +02:00
parent cb13762536
commit a82e977de0
3 changed files with 200 additions and 46 deletions

View File

@@ -1272,7 +1272,7 @@ ASSERT sy-subrc = 8.
"Specified time stamp is invalid -> sy-subrc = 12
CONVERT TIME STAMP CONV timestamp( '20249999112458' )
TIME ZONE 'NOPE'
TIME ZONE 'EST'
INTO DATE dat.
ASSERT sy-subrc = 12.
```