SAP ABAP Data Element BAPISTIMESTAMP (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-CM (Application Component) Case Management
     SCMG_BAPI (Package) Case Management: BAPIs
Basic Data
Data Element BAPISTIMESTAMP
Short Description UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type TZNTSTMPL    
Data Type DEC   Counter or amount field with comma and sign 
Length 21    
Decimal Places 7    
Output Length 27    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name TIMESTAMP   
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Time Stamp 
Medium 15 Time Stamp 
Long 20 Time Stamp 
Heading 19 Time Stamp 
Documentation

Definition

The UTC time stamp displays the date and time in UTC (Universal Time Coordinated) .

To standardize local times in a UTC time stamp, and therefore to be able to compare them, you need to convert them by specifying their time zone. ABAP command convert is provided for this purpose.

In cases where the time zone for the conversion can be found from Customizing or master data, you are still advised to store the time zone redundantly.

The internal structure of the high-resolution UTC time stamp is logically split into a date component and a time component in a packed digit format <YYYYMMDDhhmmssmmmuuun>. Please note that the 100 nanosecond resolution in the structure is not normally fully supported by the hardware.

See also GET TIME STAMP

A normal-resolution UTC time stamp is also available.

History
Last changed by/on SAP  20041216 
SAP Release Created in 700