SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
CONVERT TIME STAMP - Short Reference
Syntax
CONVERT { TIME STAMP time_stamp TIME ZONE tz
INTO [DATE dat] [TIME tim] [DAYLIGHT SAVING TIME dst] }
| { DATE dat [TIME tim [DAYLIGHT SAVING TIME dst]]
INTO TIME STAMP time_stamp TIME ZONE tz }.
Effect
Either converts a date and time specification into dat and tim with reference to a tz time zone in a
UTC
time stamp and returns the
result in time_stamp, or it converts a UTC time stamp in time_stamp
into date and time specifications and returns the results in dat and tim.
Additions