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 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'Context.xml' | File Name | 20100310 | |
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | T_COMPONENT_ENTRIES | 20100323 | |||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20100324 | ||
4 | ![]() |
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 | ![]() |
Static method | Private | Method | 20100310 | |
2 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20100324 |
3 | ![]() |
Static method | Private | Event handling method | 20100310 | |
4 | ![]() |
Static method | Private | Event handling method | 20100310 | |
5 | ![]() |
Static method | Private | Event handling method | 20100310 | |
6 | ![]() |
Static method | Private | Event handling method | 20100310 | |
7 | ![]() |
Static method | Private | Event handling method | 20100310 | |
8 | ![]() |
Instance method | Private | Event handling method | 20100310 | |
9 | ![]() |
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 | ![]() |
ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20100323 | |||
2 | ![]() |
CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | Web Dynpro: Controller-Schnittstelle | 20100310 | ||
3 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20100323 | ||
4 | ![]() |
NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20100323 | ||
5 | ![]() |
NODE_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Web Dynpro: Schnittstelle der Metadaten eines Knotens | 20100323 | ||
6 | ![]() |
REASON | Call by reference | Type reference (TYPE) | STRING | 20100310 | |||
7 | ![]() |
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 | ![]() |
ATTRIBUTE_NAME | Value transfer | Attribute reference (LIKE) | 20100310 | ||||
2 | ![]() |
CONTROLLER | Value transfer | Attribute reference (LIKE) | 20100310 | ||||
3 | ![]() |
ELEMENT | Value transfer | Attribute reference (LIKE) | 20100310 | ||||
4 | ![]() |
ELEMENT_INDEX | Value transfer | Attribute reference (LIKE) | 20100310 | ||||
5 | ![]() |
NODE | Value transfer | Attribute reference (LIKE) | 20100310 | ||||
6 | ![]() |
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 | ![]() |
CONTROLLER | Value transfer | Attribute reference (LIKE) | 20100310 | ||||
2 | ![]() |
NODE | Value transfer | Attribute reference (LIKE) | 20100310 | ||||
3 | ![]() |
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 | ![]() |
CONTROLLER | Value transfer | Attribute reference (LIKE) | 20100310 | ||||
2 | ![]() |
NODE | Value transfer | Attribute reference (LIKE) | 20100310 | ||||
3 | ![]() |
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 | ![]() |
CONTROLLER | Value transfer | Attribute reference (LIKE) | 20100310 | ||||
2 | ![]() |
NODE | Value transfer | Attribute reference (LIKE) | 20100310 | ||||
3 | ![]() |
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 | ![]() |
CONTROLLER | Value transfer | Attribute reference (LIKE) | 20100310 | ||||
2 | ![]() |
NODE_INFO | Value transfer | Attribute reference (LIKE) | 20100310 | ||||
3 | ![]() |
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 |