SAP ABAP Class CL_UPS_TIMEFORMAT_SIMPLE (Simple Formatter for Times)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA-BPS (Application Component) Business Planning and Simulation
     UPS (Package) Status and Tracking System
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TIMEFORMAT Input/Output of Times 20020115
Properties
Class CL_UPS_TIMEFORMAT_SIMPLE  
Short Description Simple Formatter for Times    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package UPS   Status and Tracking System 
Created 20020115   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_UPS_TIMEFORMAT_SIMPLE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_TIMEFORMAT Input/Output of Times 20020115
Friends
Class CL_UPS_TIMEFORMAT_SIMPLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_RT_DOW Constant Protected Type reference (TYPE) TIMEFMTRT 'WD' Return Type of a Time Format Command 20020115
2 M_CMD_BROKER Instance attribute Protected Object reference (TYPE REF TO) CL_TIMEFORMAT_CMD_BROKER Time Format: Commands 20020115
3 M_CONTEXT Instance attribute Protected Object reference (TYPE REF TO) IF_TIMECONTEXT Context in Time Environment 20020115
4 M_DEFAULT_DATE Instance attribute Protected Type reference (TYPE) D 20020115
5 M_DEFAULT_DATE_NOW Instance attribute Protected Type reference (TYPE) XFLAG New Input Values 20020115
6 M_DEFAULT_TIME Instance attribute Protected Type reference (TYPE) T 20020115
7 M_DEFAULT_TIME_NOW Instance attribute Protected Type reference (TYPE) XFLAG New Input Values 20020115
8 M_MESSAGE Instance attribute Protected Object reference (TYPE REF TO) CL_TIMEMESSAGE Output Management in Date Environment 20020115
9 M_TIMEZONE Instance attribute Protected Type reference (TYPE) TIMEZONE Time Zone 20020115
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20020115
2 FORMAT Instance method Protected Method Creates formatted output 20020115
3 GET_DEFAULTS Instance method Protected Method Determines default values 20020115
4 GET_DEFAULTS_PROFILE Instance method Protected Method Determines default values from the profile^ 20020115
5 PARSE Instance method Protected Method Reads input 20020115
6 SPLIT_INPUT Instance method Protected Method Splits intput into commands, date, and time 20020115
Events
Class CL_UPS_TIMEFORMAT_SIMPLE has no event.
Types
Class CL_UPS_TIMEFORMAT_SIMPLE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_TIMECONTEXT Kontext im Time - Umfeld 20020115
2 Importing DEFAULT_DATE Call by reference Type reference (TYPE) D SY-DATLO Vorschlag Datum 20020115
3 Importing DEFAULT_TIME Call by reference Type reference (TYPE) T SY-TIMLO Vorschlag Uhrzeit 20020115
4 Importing DEFAULT_TIMEZONE Call by reference Type reference (TYPE) TIMEZONE SY-ZONLO Vorschlag Zeitzone 20020115
5 Importing FORMAT Call by reference Type reference (TYPE) TIMESFMT Ausgabeformat von Zeitpunkten 20020115

Method CONSTRUCTOR on class CL_UPS_TIMEFORMAT_SIMPLE has no exception.

Method FORMAT 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 20020115
2 Exporting OUTPUT Call by reference Type reference (TYPE) TIME_IO Feld für die Ein- und Ausgabe von Zeitpunkten 20020115
3 Importing TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20020115
4 Importing TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Zeitzone 20020115
# Exception Resumable Description Created on
1 FATAL_ERROR Schwerer Fehler 20020115

Method GET_DEFAULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DEFAULT_DATE Call by reference Type reference (TYPE) D 20020115
2 Exporting DEFAULT_TIME Call by reference Type reference (TYPE) T 20020115

Method GET_DEFAULTS on class CL_UPS_TIMEFORMAT_SIMPLE has no exception.

Method GET_DEFAULTS_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DEFAULT_DATE Call by reference Type reference (TYPE) D 20020115
2 Exporting DEFAULT_TIME Call by reference Type reference (TYPE) T 20020115
3 Importing EVENT_NAME Call by reference Type reference (TYPE) TIMENAME Objektname 20020115
4 Exporting FORMAT Call by reference Type reference (TYPE) TIMESFMT Ausgabeformat von Zeitpunkten 20020115
5 Importing POS Call by reference Type reference (TYPE) TIMEPOS Position bei Zeitberechnungen (Beginn, Mitte, Ende) 20020115

Method GET_DEFAULTS_PROFILE on class CL_UPS_TIMEFORMAT_SIMPLE has no exception.

Method PARSE Signature

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

Method SPLIT_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting COMMANDS Call by reference Type reference (TYPE) TIMETFMTC1 Liste mit Referenzen auf if_timeformat_cmd 20020115
2 Exporting DATE_STR Call by reference Type reference (TYPE) TIME_IO Feld für die Ein- und Ausgabe von Zeitpunkten 20020115
3 Importing INPUT Call by reference Type reference (TYPE) TIME_IO Feld für die Ein- und Ausgabe von Zeitpunkten 20020115
4 Exporting TIME_STR Call by reference Type reference (TYPE) TIME_IO Feld für die Ein- und Ausgabe von Zeitpunkten 20020115
# Exception Resumable Description Created on
1 FATAL_ERROR Fehler aufgetreten 20020115
History
Last changed by/on SAP  20130531 
SAP Release Created in 3.1B