SAP ABAP Function Module OIL_TIMESTAMP_TO_DATE (Translate a timestamp to a date and time field in local time)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       OI0 (Package) Common objects within IS Oil
Basic Data
Function Module OIL_TIMESTAMP_TO_DATE Translate a timestamp to a date and time field in local time  
Function Group OI00   Oil cross application function modules  
Program Name SAPLOI00    
INCLUDE Name LOI00U09    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_DATE TYPE SYST-DATUM Date from Timestamp in Time Zone
Exporting E_TIME TYPE SYST-UZEIT Time from Timestamp in Time Zone
Importing I_TSTAMP TYPE TZONREF-TSTAMPS Time stamp to be converted
Importing I_TZONE TYPE TZONREF-TZONE 'UTC' TZ for conversion- user's default if initial
Exception INVALID_TIME_ZONE TYPE The tz passed or on user master is invalid
Exception INVALID_TIMESTAMP TYPE the timestamp passed is inconsistant
Exception OTHERS TYPE Others
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20050224 
SAP Release Created in