SAP ABAP Class IF_TIMEFORMAT (Input/Output of Times)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_TIMEFORMAT_SIMPLE Simple Formatter for Times 20010117
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UPS_TIMEFORMAT_SIMPLE Simple Formatter for Times 20020115
Properties
Class IF_TIMEFORMAT  
Short Description Input/Output of Times    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20010117   SAP 
Last change 00000000   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_TIMEFORMAT has no forward declaration.
Interfaces
Class IF_TIMEFORMAT has no interface implemented.
Friends
Class IF_TIMEFORMAT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_FORMAT Instance attribute Public Type reference (TYPE) TIMESFMT Output Format for Times 20010117
Methods
# Method Level Visibility Method type Description Created on
1 FORMAT_TIMEEVENT Instance method Public Method Formatted Output of a cl_timeevent Object 20010117
2 FORMAT_TIMEEVENT_N Instance method Public Method Formatted Output of a cl_timeevent Object 20010118
3 FORMAT_TIMESTAMP Instance method Public Method Formatted Output of Time Stamp and Time Zone 20010117
4 FORMAT_TIMETIME Instance method Public Method Formatted Output of a cl_timetime Object 20010117
5 GET_MESSAGES Instance method Public Method Supplies Instance to cl_timemessage 20010117
6 PARSE_TIMEEVENT Instance method Public Method Writes Value to a cl_timeevent Object 20010117
7 PARSE_TIMEEVENT_N Instance method Public Method Writes Value to a cl_timeevent Object 20010118
8 PARSE_TIMESTAMP Instance method Public Method Creates a Time Stamp and a Time Zone 20010117
9 PARSE_TIMETIME Instance method Public Method Writes Value to a cl_timetime Object 20010117
Events
Class IF_TIMEFORMAT has no event.
Types
Class IF_TIMEFORMAT has no local type.
Method Signatures

Method FORMAT_TIMEEVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FORMAT Call by reference Type reference (TYPE) TIMESFMT wenn initial, benutzte Format aus Profil 20010117
2 Exporting OUTPUT Call by reference Type reference (TYPE) TIME_IO Feld für die Ein- und Ausgabe von Zeitpunkten 20010117
3 Importing POS Call by reference Type reference (TYPE) TIMEPOS Position bei Zeitberechnungen (Beginn, Mitte, Ende) 20010117
4 Importing TIMEEVENT Call by reference Object reference (TYPE REF TO) CL_TIMEEVENT Termin (Vorgang) 20010117
5 Importing TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Zeitzone, wenn initial, benutzte Zeitzone von TimeObject 20010117
# Exception Resumable Description Created on
1 CONTEXT_MISSING kein Kontext vorhanden 20010117
2 FATAL_ERROR Schwerer Fehler 20010117

Method FORMAT_TIMEEVENT_N Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FORMAT Call by reference Type reference (TYPE) TIMESFMT wenn initial, benutzte Format aus Profil 20010118
2 Exporting OUTPUT Call by reference Type reference (TYPE) TIME_IO Feld für die Ein- und Ausgabe von Zeitpunkten 20010118
3 Importing POS Call by reference Type reference (TYPE) TIMEPOS Position bei Zeitberechnungen (Beginn, Mitte, Ende) 20010118
4 Importing TIMEEVENT Call by reference Type reference (TYPE) TIMENAME Name des Termins 20010118
5 Importing TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Zeitzone, wenn initial, benutzte Zeitzone von TimeObject 20010118
# Exception Resumable Description Created on
1 CONTEXT_MISSING kein Kontext vorhanden 20010118
2 FATAL_ERROR Schwerer Fehler 20010118

Method FORMAT_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FORMAT Call by reference Type reference (TYPE) TIMESFMT Ausgabeformat von Zeitpunkten 20010117
2 Exporting OUTPUT Call by reference Type reference (TYPE) TIME_IO Feld für die Ein- und Ausgabe von Zeitpunkten 20010117
3 Importing TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20010117
4 Importing TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Zeitzone 20010117
# Exception Resumable Description Created on
1 FATAL_ERROR Schwerer Fehler 20010117

Method FORMAT_TIMETIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FORMAT Call by reference Type reference (TYPE) TIMESFMT Ausgabeformat von Zeitpunkten 20010117
2 Exporting OUTPUT Call by reference Type reference (TYPE) TIME_IO Feld für die Ein- und Ausgabe von Zeitpunkten 20010117
3 Importing TIMETIME Call by reference Object reference (TYPE REF TO) CL_TIMETIME Zeitpunkt 20010117
4 Importing TIMEZONE Call by reference Type reference (TYPE) TIMEZONE wenn initial, benutzte Zeitzone aus TimeObject 20010117
# Exception Resumable Description Created on
1 CONTEXT_MISSING kein Kontext vorhanden 20010117
2 FATAL_ERROR Schwerer Fehler 20010117

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TIMEMESSAGE Value transfer Object reference (TYPE REF TO) CL_TIMEMESSAGE Nachrichtenverwaltung im Terminumfeld 20010117

Method GET_MESSAGES on class IF_TIMEFORMAT has no exception.

Method PARSE_TIMEEVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEST_TIMEEVENT Call by reference Object reference (TYPE REF TO) CL_TIMEEVENT Termin (Vorgang) 20010117
2 Importing INPUT Call by reference Type reference (TYPE) TIME_IO Feld für die Ein- und Ausgabe von Zeitpunkten 20010117
3 Importing POS Call by reference Type reference (TYPE) TIMEPOS Position bei Zeitberechnungen (Beginn, Mitte, Ende) 20010117
# Exception Resumable Description Created on
1 CONTEXT_MISSING kein Kontext vorhanden 20010117
2 FATAL_ERROR Schwerer Fehler 20010117

Method PARSE_TIMEEVENT_N Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEST_TIMEEVENT Call by reference Type reference (TYPE) TIMENAME Name des Termins 20010118
2 Importing INPUT Call by reference Type reference (TYPE) TIME_IO Feld für die Ein- und Ausgabe von Zeitpunkten 20010118
3 Importing POS Call by reference Type reference (TYPE) TIMEPOS Position bei Zeitberechnungen (Beginn, Mitte, Ende) 20010118
# Exception Resumable Description Created on
1 CONTEXT_MISSING kein Kontext vorhanden 20010118
2 FATAL_ERROR Schwerer Fehler 20010118

Method PARSE_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) TIME_IO Feld für die Ein- und Ausgabe von Zeitpunkten 20010117
2 Exporting TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20010117
3 Exporting TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Zeitzone 20010117
# Exception Resumable Description Created on
1 FATAL_ERROR Schwerer Fehler 20010117

Method PARSE_TIMETIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEST_TIMETIME Call by reference Object reference (TYPE REF TO) CL_TIMETIME Zeitpunkt 20010117
2 Importing INPUT Call by reference Type reference (TYPE) TIME_IO Feld für die Ein- und Ausgabe von Zeitpunkten 20010117
# Exception Resumable Description Created on
1 CONTEXT_MISSING kein Kontext vorhanden 20010117
2 FATAL_ERROR Schwerer Fehler 20010117
History
Last changed by/on SAP  00000000 
SAP Release Created in