Get Example source ABAP code based on a different SAP table
• utclong_current ABAP_FUNCTION
ABAP_TSFUNC > - utclong_current>
ABAP_SYNTAX ... utclong_current( ) ...>
What does it do? This built-in function> creates a UTC time stamp > from the system time> and the system date> of an AS ABAP in accordance with POSIX>. The return value has the data type utclong> >.
Latest notes: The precision of the decimal places of the created time stamp depends on the hardware (processor) of the host computer> of the current ABAP_ASINSTANCE >. Resolutions in the one-digit or two-digit microsecond range are realistic. NON_V5_HINTS ABAP_HINT_END
ABAP_EXAMPLE_VX5 Creation of a table of time stamps. Unlike the example GET TIME STAMP>>, the time stamps do not need to be formatted differently in the output to be recognizable as such. ABEXA 01375 ABAP_EXAMPLE_END