ABAP Runtime Errors

ZDATE_ILLEGAL_LOCTIME SAP ABAP Runtime Error zdate illegal loctime







ZDATE_ILLEGAL_LOCTIME is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: I - Internal Kernel Error

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


ZDATE_ILLEGAL_LOCTIME ABAP Runtime Error

The time on the application server might have been set forward or back in the system.
Make sure that the times and time zones on the application server and database server match and then restart the system. The local time on the application server is not correct. Please see internal error for more details about the possible cause of this runtime error and how it could be avoided.

The ABAP interpreter always determines the local time relative to time on the database. To do this, it obtains the time of the application server and the time of the database at regular intervals. The times must both meet certain plausibility criteria. The time of the second time stamp obtained cannot be earlier than that of the first time stamp obtained.

In the present case, the plausibility criteria for the local time on the application server have been violated.

Older time stamp: <runtime parameter>
More recent time stamp: <runtime parameter> Please see internal error for more details about the possible cause of this runtime error and how it could be avoided.