SAP ABAP Class CL_WDR_RENDERING_TRACE (Web Dynpro Trace Tool Help Class)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-REN (Application Component) Web Dynpro ABAP Rendering
     SWDP_RUNTIME_RENDERING (Package) Web Dynpro Runtime: Rendering
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_TRACE_TOOL_CALLBACK Call-Back Interface for the Trace Tool 20080404
Properties
Class CL_WDR_RENDERING_TRACE  
Short Description Web Dynpro Trace Tool Help Class    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_RUNTIME_RENDERING   Web Dynpro Runtime: Rendering 
Created 20080331   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_ABAP_CHAR_UTILITIES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_WDG_UR_CONTROL_DESCR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 IF_WD_TRACE_SERIALIZER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 WDYN Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WD_TRACE_TOOL_CALLBACK Call-Back Interface for the Trace Tool 20080404
Friends
Class CL_WDR_RENDERING_TRACE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CRLF Constant Private Attribute reference (LIKE) CL_ABAP_CHAR_UTILITIES=>CR_LF CL_ABAP_CHAR_UTILITIES=>CR_LF 20080404
2 E_FORMAT Constant Private See coding 20080404
3 M_HAS_PASSWORD_FIELD Static Attribute Private Type reference (TYPE) ABAP_BOOL 20110923
4 M_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_WDR_RENDERING_TRACE Web Dynpro Trace Tool Help Class 20080404
5 M_TRACE_FEATURES Instance attribute Private See coding 20080404
6 M_TRACING_COMMANDS Instance attribute Private Type reference (TYPE) IF_WDR_CLIENT_COMMAND=>TT_COMMAND 20080404
7 M_TRACING_WINDOW_OPEN Instance attribute Private Type reference (TYPE) ABAP_BOOL 20080404
8 UR_PREFIX Static Attribute Private Type reference (TYPE) CL_WDG_UR_CONTROL_DESCR=>T_UR_PREFIX 20080404
Methods
# Method Level Visibility Method type Description Created on
1 ADD_LOG_MESSAGE Static method Public Method ---> Trace Helper 20080404
2 ADD_LOG_MESSAGES Static method Public Method ---> Trace Helper 20080404
3 ADD_STATISTICS Instance method Private Method 20080404
4 CONSTRUCTOR Instance method Private Constructor 20080404
5 DUMP_LSX_PAGE Static method Public Method 20080404
6 DUMP_OBJECT Static method Public Method 20080404
7 DUMP_UR Static method Public Method 20080404
8 DUMP_UR_NW7_CONTROL Static method Public Method 20080404
9 HAS_PASSWORD_FIELD Static method Public Method 20110923
10 LSX_NAME Static method Private Method 20080404
11 LS_ON_ADD_TRACING_COMMAND Instance method Private Event handling method 20080404
12 ON_BEFORE_WINDOW_SET_CONTENT Instance method Private Event handling method 20080404
13 ON_REQUEST_ENTRY Instance method Private Event handling method 20080404
14 ON_REQUEST_EXIT Instance method Private Event handling method 20080404
15 ON_UPDATE_CONTROL Instance method Private Event handling method 20080404
16 ON_WINDOW_SET_CONTENT Instance method Private Event handling method 20080404
17 OPEN_TRACE_TOOL Static method Public Method 20080404
18 TO_HTTPNVP Instance method Private Method 20080404
19 UR_DUMP_TO_JSP Static method Public Method 20080404
20 UR_XML_NAME Static method Private Method 20080404
Events
Class CL_WDR_RENDERING_TRACE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_FORMATTING_INFO Private See coding 20080404 begin of t_formatting_info, format type string, " e_format xpath type string, title type string, labels type tihttpnvp, collapsed type abap_bool, end of t_formatting_info
2 T_LOG_MESSAGE Public See coding 20080404 begin of T_LOG_MESSAGE, log_area type string, message_type type symsgty, text type string, parameters type TIHTTPNVP, end of T_LOG_MESSAGE
3 T_LOG_MESSAGE_TAB Public See coding 20080404 t_log_message_tab type standard table of T_LOG_MESSAGE with default key
4 T_SSR_EVENT Private See coding 20080404 begin of t_ssr_event, event_id type string, event_name type string, event_param_1 type string, event_param_2 type string, event_param_3 type string, event_param_4 type string, end of t_ssr_event
5 T_SSR_EVENT_TAB Private See coding 20080404 t_ssr_event_tab type standard table of t_ssr_event
Method Signatures

Method ADD_LOG_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOG_AREA Call by reference Type reference (TYPE) STRING 20080404
2 Importing MESSAGE_TYPE Call by reference Type reference (TYPE) SYMSGTY 'I' Nachrichtentyp 20080404
3 Importing PARAMETERS Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Tabelle Name/Wert-Paare 20080404
4 Importing TEXT Call by reference Type reference (TYPE) STRING 20080404

Method ADD_LOG_MESSAGE on class CL_WDR_RENDERING_TRACE has no exception.

Method ADD_LOG_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOG_MESSAGES Call by reference Type reference (TYPE) T_LOG_MESSAGE_TAB 20080404
2 Importing TRACE_TOOL Call by reference Object reference (TYPE REF TO) IF_WD_TRACE_TOOL Web Dynpro Trace-Tool: Anwendungs-Schnittstelle 20080404

Method ADD_LOG_MESSAGES on class CL_WDR_RENDERING_TRACE has no exception.

Method ADD_STATISTICS Signature

Method ADD_STATISTICS on class CL_WDR_RENDERING_TRACE has no parameter.
Method ADD_STATISTICS on class CL_WDR_RENDERING_TRACE has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_WDR_RENDERING_TRACE has no parameter.
Method CONSTRUCTOR on class CL_WDR_RENDERING_TRACE has no exception.

Method DUMP_LSX_PAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROL Call by reference Object reference (TYPE REF TO) IFUR_NW7__CONTROL 20080404
2 Returning LSX_PAGE Value transfer Type reference (TYPE) STRING 20080404

Method DUMP_LSX_PAGE on class CL_WDR_RENDERING_TRACE has no exception.

Method DUMP_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing DUMP Call by reference Type reference (TYPE) STRING 20080404
2 Importing OBJECT Call by reference Type reference (TYPE) IF_WD_TRACE_SERIALIZER=>T_OBJECT 20080404

Method DUMP_OBJECT on class CL_WDR_RENDERING_TRACE has no exception.

Method DUMP_UR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROL Call by reference Object reference (TYPE REF TO) OBJECT 20080404
2 Returning XML Value transfer Type reference (TYPE) STRING 20080404

Method DUMP_UR on class CL_WDR_RENDERING_TRACE has no exception.

Method DUMP_UR_NW7_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROL Call by reference Object reference (TYPE REF TO) OBJECT 20080404
2 Changing DUMP Call by reference Type reference (TYPE) STRING 20080404
3 Importing METHOD Call by reference Type reference (TYPE) STRING 20080404
4 Importing TYPE Call by reference Type reference (TYPE) STRING 'control' 20080404

Method DUMP_UR_NW7_CONTROL on class CL_WDR_RENDERING_TRACE has no exception.

Method HAS_PASSWORD_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_PASSWORD_FIELD Value transfer Type reference (TYPE) ABAP_BOOL 20110923

Method HAS_PASSWORD_FIELD on class CL_WDR_RENDERING_TRACE has no exception.

Method LSX_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20080404
2 Returning XML_NAME Value transfer Type reference (TYPE) STRING 20080404

Method LSX_NAME on class CL_WDR_RENDERING_TRACE has no exception.

Method LS_ON_ADD_TRACING_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT_COMMAND Value transfer Attribute reference (LIKE) 20080404

Method LS_ON_ADD_TRACING_COMMAND on class CL_WDR_RENDERING_TRACE has no exception.

Method ON_BEFORE_WINDOW_SET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WINDOW_ADAPTER Value transfer Attribute reference (LIKE) 20080404

Method ON_BEFORE_WINDOW_SET_CONTENT on class CL_WDR_RENDERING_TRACE has no exception.

Method ON_REQUEST_ENTRY Signature

Method ON_REQUEST_ENTRY on class CL_WDR_RENDERING_TRACE has no parameter.
Method ON_REQUEST_ENTRY on class CL_WDR_RENDERING_TRACE has no exception.

Method ON_REQUEST_EXIT Signature

Method ON_REQUEST_EXIT on class CL_WDR_RENDERING_TRACE has no parameter.
Method ON_REQUEST_EXIT on class CL_WDR_RENDERING_TRACE has no exception.

Method ON_UPDATE_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADAPTER Value transfer Attribute reference (LIKE) 20080404
2 Importing WINDOW_ADAPTER Value transfer Attribute reference (LIKE) 20080404

Method ON_UPDATE_CONTROL on class CL_WDR_RENDERING_TRACE has no exception.

Method ON_WINDOW_SET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ROOT_ADAPTER Value transfer Attribute reference (LIKE) 20080404
2 Importing WINDOW_ADAPTER Value transfer Attribute reference (LIKE) 20080404

Method ON_WINDOW_SET_CONTENT on class CL_WDR_RENDERING_TRACE has no exception.

Method OPEN_TRACE_TOOL Signature

Method OPEN_TRACE_TOOL on class CL_WDR_RENDERING_TRACE has no parameter.
Method OPEN_TRACE_TOOL on class CL_WDR_RENDERING_TRACE has no exception.

Method TO_HTTPNVP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HTTPNVP Value transfer Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Tabelle Name/Wert-Paare 20080404
2 Importing NAME_VALUES Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST_SORTED Table of Name/Value Pairs 20080404

Method TO_HTTPNVP on class CL_WDR_RENDERING_TRACE has no exception.

Method UR_DUMP_TO_JSP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning JSP Value transfer Type reference (TYPE) STRING 20080404
2 Importing XML Call by reference Type reference (TYPE) STRING 20080404

Method UR_DUMP_TO_JSP on class CL_WDR_RENDERING_TRACE has no exception.

Method UR_XML_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20080404
2 Returning XML_NAME Value transfer Type reference (TYPE) STRING 20080404

Method UR_XML_NAME on class CL_WDR_RENDERING_TRACE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703