SAP ABAP Class CL_SWF_UTL_TIMECALC (Trace: Dialog and Display Methods)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_UTL (Package) Workflow: Tools
Properties
Class CL_SWF_UTL_TIMECALC  
Short Description Trace: Dialog and Display Methods    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWF_UTL   Workflow: Tools 
Created 20040824   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SWF_UTL_TIMECALC has no interface implemented.
Friends
Class CL_SWF_UTL_TIMECALC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_ICON_ACTIVE Constant Private Type reference (TYPE) ICON_D ICON_LED_GREEN Trace active 20040824
2 MC_ICON_EMPTY Constant Private Type reference (TYPE) ICON_D ICON_LED_INACTIVE Trace is used pattern 20040824
3 MC_ICON_INACTIVE Constant Private Type reference (TYPE) ICON_D ICON_LED_RED Trace not active 20040824
4 MC_ICON_LOCAL Constant Private Type reference (TYPE) ICON_D ICON_DEFECT Trace only visible locally 20040824
5 MC_ICON_NOT_LOCAL Constant Private Type reference (TYPE) ICON_D ICON_SPACE Trace is visible globally 20040824
6 MC_ICON_NO_PATTERN Constant Private Type reference (TYPE) ICON_D ICON_SPACE Trace is not a pattern 20040824
7 MC_ICON_NO_PROPAGATE Constant Private Type reference (TYPE) ICON_D ICON_SPACE Do not propagate trace 20040824
8 MC_ICON_NO_SYSTEM Constant Private Type reference (TYPE) ICON_D ICON_SPACE Trace created interactively 20040824
9 MC_ICON_PATTERN Constant Private Type reference (TYPE) ICON_D ICON_SYSTEM_LOCAL_COPY Trace entry is a pattern 20040824
10 MC_ICON_PROPAGATE Constant Private Type reference (TYPE) ICON_D ICON_NEXT_HIERARCHY_LEVEL Propagate trace to sub-objects 20040824
11 MC_ICON_SYSTEM Constant Private Type reference (TYPE) ICON_D ICON_ACTIVITY Trace created by system 20040824
Methods
# Method Level Visibility Method type Description Created on
1 EXPR_GET_TIMEZONE Static method Public Method Determine Time Zone of an Expression 20041130
2 GET_GMT_OFFSET Static method Public Method Offset of a Time Zone for GMT Time 20040824
3 GET_SYSTEM_TIMEZONE Static method Public Method Determine system time zone of application server 20040824
4 INPUT_LOCAL_TO_UTC Static method Public Method Convert time stamp in local time zone to UTC time stamp 20040824
5 LOCAL_TO_UTC Static method Public Method Convert local time + local date to UTC time stamp 20040824
6 SYSTEM_TO_UTC Static method Public Method Convert system time + date to UTC time stamp 20040824
7 UTC_LONG_TO_LOCAL_OUTPUT Static method Public Method Convert UTC time stamp to local time + date 20040824
8 UTC_TO_LOCAL Static method Public Method Convert UTC time stamp to local time + date 20040824
9 UTC_TO_LOCAL_OUTPUT Static method Public Method Convert UTC time stamp to local time + date 20040824
10 UTC_TO_SYSTEM Static method Public Method Convert UTC timestamp to time + date of system time zone 20040824
Events
Class CL_SWF_UTL_TIMECALC has no event.
Types
Class CL_SWF_UTL_TIMECALC has no local type.
Method Signatures

Method EXPR_GET_TIMEZONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXPRESSION Call by reference Object reference (TYPE REF TO) IF_SWF_EXP_EXPRESSION Abstraktion eines Ausdrucks 20041130
2 Importing EXPRESSION_STRING Call by reference Type reference (TYPE) STRING Ausdrucksdefinition als String 20041130
3 Exporting IS_DERIVED Call by reference Type reference (TYPE) XFLAG 'X' - Zeitzone wurde aus Typdefinition abgeleitet 20041130
4 Exporting IS_SPECIFIED Call by reference Type reference (TYPE) XFLAG 'X' - Zeitzone ist im Ausdruck definiert 20041130
5 Importing REF_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Referenzcontainer für Ausdrucksdefinition 20041130
6 Exporting TIME_ZONE Call by reference Type reference (TYPE) SYSTZONLO Zeitzone 20041130
7 Exporting TIME_ZONE_SPEC Call by reference Type reference (TYPE) STRING Definition der Zeitzone als Ausdrucks-Spezifikation 20041130

Method EXPR_GET_TIMEZONE on class CL_SWF_UTL_TIMECALC has no exception.

Method GET_GMT_OFFSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SECONDS_OFFSET Value transfer Type reference (TYPE) INT4 Offset in Sekunden, DST berücksichtigt 20040824
2 Importing TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Zeitzone 20040824

Method GET_GMT_OFFSET on class CL_SWF_UTL_TIMECALC has no exception.

Method GET_SYSTEM_TIMEZONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SYSTEM_TIMEZONE Value transfer Type reference (TYPE) TIMEZONE Zeitzone des Applikationsservers 20040824
# Exception Resumable Description Created on
1 CX_SWF_IFS_EXCEPTION Fehler im Customizing 20040824

Method INPUT_LOCAL_TO_UTC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCAL_TIMESTAMP Call by reference Type reference (TYPE) TIME_IO Datum/Uhrzeit in lokaler Zeitzone des Benutzers 20040824
2 Exporting TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20040824

Method INPUT_LOCAL_TO_UTC on class CL_SWF_UTL_TIMECALC has no exception.

Method LOCAL_TO_UTC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCAL_DATE Call by reference Type reference (TYPE) SYDATUM Datum in Systemzeitzone 20040824
2 Importing LOCAL_TIME Call by reference Type reference (TYPE) SYUZEIT Uhrzeit in Systemzeitzone 20040824
3 Exporting TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20040824

Method LOCAL_TO_UTC on class CL_SWF_UTL_TIMECALC has no exception.

Method SYSTEM_TO_UTC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SYSTEM_DATE Call by reference Type reference (TYPE) SYDATUM Datum in Systemzeitzone 20040824
2 Importing SYSTEM_TIME Call by reference Type reference (TYPE) SYUZEIT Uhrzeit in Systemzeitzone 20040824
3 Exporting TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20040824

Method SYSTEM_TO_UTC on class CL_SWF_UTL_TIMECALC has no exception.

Method UTC_LONG_TO_LOCAL_OUTPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting LOCAL_DATE Call by reference Type reference (TYPE) SYDATUM Datum in lokaler Zeitzone des Benutzers 20040824
2 Exporting LOCAL_TIME Call by reference Type reference (TYPE) SYUZEIT Uhrzeit in lokaler Zeitzone des Benutzers 20040824
3 Importing TIMESTAMPL Call by reference Type reference (TYPE) TIMESTAMPL UTC-Zeitstempel in Langform 20040824
4 Exporting TIMESTAMP_OUTPUT Call by reference Type reference (TYPE) TIME_IO Feld für die Ein- und Ausgabe von Zeitpunkten 20040824

Method UTC_LONG_TO_LOCAL_OUTPUT on class CL_SWF_UTL_TIMECALC has no exception.

Method UTC_TO_LOCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting LOCAL_DATE Call by reference Type reference (TYPE) SYDATUM Datum in lokaler Zeitzone des Benutzers 20040824
2 Exporting LOCAL_TIME Call by reference Type reference (TYPE) SYUZEIT Uhrzeit in lokaler Zeitzone des Benutzers 20040824
3 Importing TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20040824

Method UTC_TO_LOCAL on class CL_SWF_UTL_TIMECALC has no exception.

Method UTC_TO_LOCAL_OUTPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting LOCAL_DATE Call by reference Type reference (TYPE) SYDATUM Datum in lokaler Zeitzone des Benutzers 20040824
2 Exporting LOCAL_TIME Call by reference Type reference (TYPE) SYUZEIT Uhrzeit in lokaler Zeitzone des Benutzers 20040824
3 Importing TIMESTAMP Value transfer Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform 20040824
4 Exporting TIMESTAMP_OUTPUT Call by reference Type reference (TYPE) TIME_IO Feld für die Ein- und Ausgabe von Zeitpunkten 20040824

Method UTC_TO_LOCAL_OUTPUT on class CL_SWF_UTL_TIMECALC has no exception.

Method UTC_TO_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting SYSTEM_DATE Call by reference Type reference (TYPE) SYDATUM Datum in lokaler Zeitzone des Benutzers 20040824
2 Exporting SYSTEM_TIME Call by reference Type reference (TYPE) SYUZEIT Uhrzeit in lokaler Zeitzone des Benutzers 20040824
3 Importing TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20040824

Method UTC_TO_SYSTEM on class CL_SWF_UTL_TIMECALC has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700