SAP TIME STAMPS



Get Example source ABAP code based on a different SAP table
  



Time Stamps
This section describes the representation of time-zone-independent time stamps and the statements used for accessing time stamps. There are two ways in which time stamps can be handled in ABAP:
Time Stamp Fields with Time Stamp Type
Time Stamps in Packed Numbers



Latest notes:

In new programs, it is recommended that time stamps in time stamp fields are used.
The system class for time stamps in packed numbers contains methods for the conversion between the two representation types for time stamps. These are necessary if time stamp fields are used in new programs, but existing repositories or interfaces must be accessed.
There are no time stamps for the missing days that exist due to the switch from the Julian to the Gregorian calendar. The time stamp 1582-10-04T23:59:59.9999999 is followed by the time stamp 1582-10-15T00:00:00.0000000.
Time stamps in ABAP are POSIX time stamps that do not support leap seconds .
NON_V5_HINTS
ABAP_HINT_END