SAP ABAP Class CL_WDR_CONTEXT_TRACE (Context Trace)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
     SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BADI_INTERFACE Tag Interface for BAdIs 20100310
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_BADI_TRACE_TOOL_HOTKEY Interface for BAdI: WDR_BADI_TRACE_TOOL_HOTKEY 20100310
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_BADI_TRACE_TOOL Interface for BAdI: WD_BADI_TRACE_TOOL 20100310
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_TRACE_TOOL_CALLBACK Call-Back Interface for the Trace Tool 20100310
Properties
Class CL_WDR_CONTEXT_TRACE  
Short Description Context Trace    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_RUNTIME_CORE   Web Dynpro Runtime: Core Functions 
Created 20100310   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WDR_CONTEXT_TRACE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_BADI_INTERFACE Tag Interface for BAdIs 20100310
2 IF_WDR_BADI_TRACE_TOOL_HOTKEY Interface for BAdI: WDR_BADI_TRACE_TOOL_HOTKEY 20100310
3 IF_WD_BADI_TRACE_TOOL Interface for BAdI: WD_BADI_TRACE_TOOL 20100310
4 IF_WD_TRACE_TOOL_CALLBACK Call-Back Interface for the Trace Tool 20100310
Friends
Class CL_WDR_CONTEXT_TRACE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_TRACE_FILE_NAME Constant Private Type reference (TYPE) STRING 'Context.xml' File Name 20100310
2 M_CHANGES Static Attribute Private Type reference (TYPE) T_COMPONENT_ENTRIES 20100323
3 M_EXCLUDE_COMPONENTS Static Attribute Private Type reference (TYPE) STRING_TABLE Table of Strings 20100324
4 M_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_WDR_CONTEXT_TRACE Context Trace 20100310
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHANGE Static method Private Method 20100310
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20100324
3 ON_CTX_ATTRIBUTE_CHANGE Static method Private Event handling method 20100310
4 ON_CTX_COLLECTION_CHANGE Static method Private Event handling method 20100310
5 ON_CTX_LEAD_SELECTION Static method Private Event handling method 20100310
6 ON_CTX_SELECTION_CHANGE Static method Private Event handling method 20100310
7 ON_CTX_TYPE_CHANGE Static method Private Event handling method 20100310
8 ON_REQUEST_ENTRY Instance method Private Event handling method 20100310
9 ON_REQUEST_EXIT Instance method Private Event handling method 20100310
Events
Class CL_WDR_CONTEXT_TRACE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_CALLER Private See coding 20100325 begin of t_caller, program type string, event type string, class type string, method type string, component type string, controller type string, line type string, end of t_caller
2 T_CHANGE Private See coding 20100323 begin of t_change. include type t_entry. types is_mapper type abap_bool. types element_ref type ref to if_wd_context_element. types node_ref type ref to IF_WD_CONTEXT_NODE. types original_node type ref to IF_WD_CONTEXT_NODE. types end of t_change
3 T_CHANGES Private See coding 20100323 t_changes type standard table of t_change with non-unique default key
4 T_COMPONENT_ENTRIES Private See coding 20100325 t_component_entries type hashed table of t_component_entry with unique key component
5 T_COMPONENT_ENTRY Private See coding 20100325 begin of t_component_entry, component type string, usage_path type string, controllers type t_controller_entries, end of t_component_entry
6 T_CONTROLLER_ENTRIES Private See coding 20100325 t_controller_entries type hashed table of t_controller_entry with unique key controller
7 T_CONTROLLER_ENTRY Private See coding 20100325 begin of t_controller_entry, controller type string, changes type t_entries, end of t_controller_entry
8 T_ENTRIES Private See coding 20100315 t_entries type standard table of t_entry with non-unique default key
9 T_ENTRY Private See coding 20100315 begin of T_ENTRY, reason type string, context_path type string, value type string, caller type t_caller, end of t_entry
Method Signatures

Method ADD_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20100323
2 Importing CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Controller-Schnittstelle 20100310
3 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20100323
4 Importing NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20100323
5 Importing NODE_INFO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Web Dynpro: Schnittstelle der Metadaten eines Knotens 20100323
6 Importing REASON Call by reference Type reference (TYPE) STRING 20100310
7 Importing VALUE Call by reference Type reference (TYPE) STRING 20100323

Method ADD_CHANGE on class CL_WDR_CONTEXT_TRACE has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_WDR_CONTEXT_TRACE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WDR_CONTEXT_TRACE has no exception.

Method ON_CTX_ATTRIBUTE_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Value transfer Attribute reference (LIKE) 20100310
2 Importing CONTROLLER Value transfer Attribute reference (LIKE) 20100310
3 Importing ELEMENT Value transfer Attribute reference (LIKE) 20100310
4 Importing ELEMENT_INDEX Value transfer Attribute reference (LIKE) 20100310
5 Importing NODE Value transfer Attribute reference (LIKE) 20100310
6 Importing NODE_NAME Value transfer Attribute reference (LIKE) 20100310

Method ON_CTX_ATTRIBUTE_CHANGE on class CL_WDR_CONTEXT_TRACE has no exception.

Method ON_CTX_COLLECTION_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROLLER Value transfer Attribute reference (LIKE) 20100310
2 Importing NODE Value transfer Attribute reference (LIKE) 20100310
3 Importing NODE_NAME Value transfer Attribute reference (LIKE) 20100310

Method ON_CTX_COLLECTION_CHANGE on class CL_WDR_CONTEXT_TRACE has no exception.

Method ON_CTX_LEAD_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROLLER Value transfer Attribute reference (LIKE) 20100310
2 Importing NODE Value transfer Attribute reference (LIKE) 20100310
3 Importing NODE_NAME Value transfer Attribute reference (LIKE) 20100310

Method ON_CTX_LEAD_SELECTION on class CL_WDR_CONTEXT_TRACE has no exception.

Method ON_CTX_SELECTION_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROLLER Value transfer Attribute reference (LIKE) 20100310
2 Importing NODE Value transfer Attribute reference (LIKE) 20100310
3 Importing NODE_NAME Value transfer Attribute reference (LIKE) 20100310

Method ON_CTX_SELECTION_CHANGE on class CL_WDR_CONTEXT_TRACE has no exception.

Method ON_CTX_TYPE_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROLLER Value transfer Attribute reference (LIKE) 20100310
2 Importing NODE_INFO Value transfer Attribute reference (LIKE) 20100310
3 Importing NODE_NAME Value transfer Attribute reference (LIKE) 20100310

Method ON_CTX_TYPE_CHANGE on class CL_WDR_CONTEXT_TRACE has no exception.

Method ON_REQUEST_ENTRY Signature

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

Method ON_REQUEST_EXIT Signature

Method ON_REQUEST_EXIT on class CL_WDR_CONTEXT_TRACE has no parameter.
Method ON_REQUEST_EXIT on class CL_WDR_CONTEXT_TRACE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703