SAP ABAP Class IF_TIME_CONVERTER_S2L (Time Converter)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_DATA_CONVERTER_S2L Data Converter for Detailed Data 20001213
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PLNG_SEGMENT_S2L Planning Segment (Ext.: Supply Segment) 20010104
Properties
Class IF_TIME_CONVERTER_S2L  
Short Description Time Converter    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20001213   SAP 
Last change 20050301   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_TIME_CONVERTER_S2L has no forward declaration.
Interfaces
Class IF_TIME_CONVERTER_S2L has no interface implemented.
Friends
Class IF_TIME_CONVERTER_S2L has no friend class.
Attributes
Class IF_TIME_CONVERTER_S2L has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 TO_DATE_AND_TIME Instance method Public Method Conversion to Date and Time 20001213
2 TO_TIMESTAMP Instance method Public Method Conversion to Time Stamp 20001213
3 USED_TZONE Instance method Public Method Time Zone to Be Used 20001213
Events
Class IF_TIME_CONVERTER_S2L has no event.
Types
Class IF_TIME_CONVERTER_S2L has no local type.
Method Signatures

Method TO_DATE_AND_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATE Value transfer Type reference (TYPE) D Datum 20001213
2 Exporting TIME Value transfer Type reference (TYPE) T Zeit 20001213
3 Importing TS Value transfer Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20001213
4 Importing TZONE Value transfer Type reference (TYPE) TIMEZONE Zeitzone (Default: used_tzone()) 20001213
# Exception Resumable Description Created on
1 X_INVALID_TIMESTAMP Datum oder Uhrzeit inkonsistent 20001213
2 X_INVALID_TZONE Zeitzone unzulässig 20001213

Method TO_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATE Value transfer Type reference (TYPE) D Datum 20001213
2 Returning RESULT Value transfer Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20001213
3 Importing TIME Value transfer Type reference (TYPE) T Zeit 20001213
4 Importing TZONE Value transfer Type reference (TYPE) TIMEZONE Zeitzone (Devault: used_tzone()) 20001213
# Exception Resumable Description Created on
1 X_INVALID_DATE_OR_TIME Datum oder Uhrzeit inkonsistent 20001213
2 X_INVALID_TZONE unzulässige Zeitzone 20001213

Method USED_TZONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TIMEZONE Zeitzone 20001213

Method USED_TZONE on class IF_TIME_CONVERTER_S2L has no exception.
History
Last changed by/on SAP  20050301 
SAP Release Created in