SAP ABAP Class CL_SWF_TRC_DIALOG (Trace: Dialog and Display Methods)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_TRC (Package) Workflow: Trace
Properties
Class CL_SWF_TRC_DIALOG  
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_TRC   Workflow: Trace 
Created 20040511   SAP 
Last change 20110908   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_TRC_DIALOG has no interface implemented.
Friends
Class CL_SWF_TRC_DIALOG 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 20040511
2 MC_ICON_EMPTY Constant Private Type reference (TYPE) ICON_D ICON_LED_INACTIVE Trace is used pattern 20040609
3 MC_ICON_INACTIVE Constant Private Type reference (TYPE) ICON_D ICON_LED_RED Trace not active 20040511
4 MC_ICON_LOCAL Constant Private Type reference (TYPE) ICON_D ICON_DEFECT Trace only visible locally 20040608
5 MC_ICON_NOT_LOCAL Constant Private Type reference (TYPE) ICON_D ICON_SPACE Trace is visible globally 20040608
6 MC_ICON_NO_PATTERN Constant Private Type reference (TYPE) ICON_D ICON_SPACE Trace is not a pattern 20040511
7 MC_ICON_NO_PROPAGATE Constant Private Type reference (TYPE) ICON_D ICON_SPACE Do not propagate trace 20040511
8 MC_ICON_NO_SYSTEM Constant Private Type reference (TYPE) ICON_D ICON_SPACE Trace created interactively 20040511
9 MC_ICON_PATTERN Constant Private Type reference (TYPE) ICON_D ICON_SYSTEM_LOCAL_COPY Trace entry is a pattern 20040511
10 MC_ICON_PROPAGATE Constant Private Type reference (TYPE) ICON_D ICON_NEXT_HIERARCHY_LEVEL Propagate trace to sub-objects 20040511
11 MC_ICON_SYSTEM Constant Private Type reference (TYPE) ICON_D ICON_ACTIVITY Trace created by system 20040511
Methods
# Method Level Visibility Method type Description Created on
1 DATA_TO_DISPLAY Static method Public Method Convert Trace Data Structure to Display Format 20040525
2 DISPLAY_TO_HEADER Static method Public Method Convert Internal Header Structure to Display Format 20040513
3 GET_HEADER_TIME_DEFAULTS Static method Public Method Default Values for Times: Valid From/To and Delete From 20040526
4 GET_TRACE_HEADER_TITLE Static method Public Method Create Standard Title 20040805
5 HEADER_TO_DISPLAY Static method Public Method Convert Internal Header Structure to Display Format 20040511
6 _GET_GMT_OFFSET Static method Private Method Offset of a Time Zone for GMT Time 20040824
7 _GET_SYSTEM_TIMEZONE Static method Public Method Determine system time zone of application server 20040824
8 _INPUT_LOCAL_TO_UTC Static method Public Method Convert time stamp in local time zone to UTC time stamp 20040824
9 _LOCAL_TO_UTC Static method Private Method Convert local time + local date to UTC time stamp 20040824
10 _SYSTEM_TO_UTC Static method Private Method Convert system time + date to UTC time stamp 20040824
11 _UTC_LONG_TO_LOCAL_OUTPUT Static method Public Method Convert UTC time stamp to local time + date 20040824
12 _UTC_TO_LOCAL Static method Private Method Convert UTC time stamp to local time + date 20040824
13 _UTC_TO_LOCAL_OUTPUT Static method Public Method Convert UTC time stamp to local time + date 20040824
14 _UTC_TO_SYSTEM Static method Private Method Convert UTC timestamp to time + date of system time zone 20040824
Events
Class CL_SWF_TRC_DIALOG has no event.
Types
Class CL_SWF_TRC_DIALOG has no local type.
Method Signatures

Method DATA_TO_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TRACE_DATA Call by reference Type reference (TYPE) ANY Trace-Datenzeile 20040525
2 Exporting TRACE_DISPLAY Call by reference Type reference (TYPE) SWFTRCDISPDATA Trace: Generischer Teil eines Trace-Dateneintrags 20040525

Method DATA_TO_DISPLAY on class CL_SWF_TRC_DIALOG has no exception.

Method DISPLAY_TO_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DISPLAY_HEADER Call by reference Type reference (TYPE) SWFTRCDISP Trace: Daten des Trace-Headers 20040513
2 Changing TRACE_HEADER Call by reference Type reference (TYPE) SWFTRCHEAD Trace: Daten des Trace-Headers 20040513

Method DISPLAY_TO_HEADER on class CL_SWF_TRC_DIALOG has no exception.

Method GET_HEADER_TIME_DEFAULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing REMOVE_ON Call by reference Type reference (TYPE) TIMESTAMP Trace löschbar ab 20040526
2 Exporting REMOVE_ON_OUTPUT Call by reference Type reference (TYPE) TIME_IO Trace löschbar ab 20040526
3 Changing VALID_FROM Call by reference Type reference (TYPE) TIMESTAMP Trace aktivierbar von 20040526
4 Exporting VALID_FROM_OUTPUT Call by reference Type reference (TYPE) TIME_IO Trace aktivierbar von 20040526
5 Changing VALID_TO Call by reference Type reference (TYPE) TIMESTAMP Trace aktivierbar bis 20040526
6 Exporting VALID_TO_OUTPUT Call by reference Type reference (TYPE) TIME_IO Trace aktivierbar bis 20040526

Method GET_HEADER_TIME_DEFAULTS on class CL_SWF_TRC_DIALOG has no exception.

Method GET_TRACE_HEADER_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CAPTION Value transfer Type reference (TYPE) SWFTRCHDSC Trace-Header: Beschreibender Text 20040805
2 Importing DATE Value transfer Type reference (TYPE) SY-DATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20040805
3 Importing TIME Value transfer Type reference (TYPE) SY-UZEIT Datum und Zeit, aktuelle (Applikationsserver-) Uhrzeit 20040805
4 Importing TITLE Value transfer Type reference (TYPE) SWFTRCHDSC Trace-Header: Beschreibender Text 20040805
5 Importing USER Value transfer Type reference (TYPE) SY-UNAME R/3-System, Anmeldename des Benutzers 20040805

Method GET_TRACE_HEADER_TITLE on class CL_SWF_TRC_DIALOG has no exception.

Method HEADER_TO_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DISPLAY_HEADER Call by reference Type reference (TYPE) SWFTRCDISP Trace: Daten des Trace-Headers 20040511
2 Importing TRACE_HEADER Call by reference Type reference (TYPE) SWFTRCHEAD Trace: Daten des Trace-Headers 20040511

Method HEADER_TO_DISPLAY on class CL_SWF_TRC_DIALOG 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_TRC_DIALOG 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_TRC_DIALOG 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_TRC_DIALOG 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_TRC_DIALOG 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_TRC_DIALOG 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_TRC_DIALOG 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_TRC_DIALOG 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_TRC_DIALOG has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700