SAP ABAP Function Module PM_TIME_CONVERSION (PM: Convert time and return External and Internal time units)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       IPRT (Package) Application Development R/3 Plant Maintenance Print
Basic Data
Function Module PM_TIME_CONVERSION PM: Convert time and return External and Internal time units  
Function Group IPRT   PM: Print control  
Program Name SAPLIPRT   PM: Print Function Pool 
INCLUDE Name LIPRTU07    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting EXTERNAL_UNIT TYPE T006A-MSEH3 External unit for display. (Table T006a)
Exporting INTERNAL_UNIT TYPE T006-MSEHI Internal unit used by SAPDYNP (Table T006)
Exporting TIME_OUT TYPE QMIH-AUSZT Converted time (floating point)
Importing TIME_IN TYPE QMIH-AUSZT 0 Time to convert (floating point)
Importing UNIT_IN TYPE CLIKE 'S' Time unit in 'S','H','M','D' (Sec,Hour,Min,Day)
Importing UNIT_IN_INT TYPE CLIKE SPACE Time unit in (internal format See T006)
Importing UNIT_OUT TYPE CLIKE 'H' Time unit out 'S','H','M','D' (Sec,Hour,Min,Day)
Importing UNIT_OUT_INT TYPE CLIKE SPACE
Exception INVALID_TIME_UNIT TYPE Only (S/H/M/D) valid as in and out time units
               
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  19931201 
SAP Release Created in