SAP ABAP Class CL_WDR_CONTEXT_NODE (Basis Class of all Web Dynpro Context Nodes)
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_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20030925
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDR_CONTEXT_NODE_MAP Web Dynpro Mapping Context Node 20030210
2 Inheritance (c INHERITING FROM c_ref)  CL_WDR_CONTEXT_NODE_VAL Web Dynpro Value Context Node 20030522
Properties
Class CL_WDR_CONTEXT_NODE  
Short Description Basis Class of all Web Dynpro Context Nodes    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SWDP_RUNTIME_CORE   Web Dynpro Runtime: Core Functions 
Created 20021021   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20030925
Friends
# Friend Modeled only Created on Description
1 CL_WDR_CONTEXT_ELEMENT 20030306 Base Class of all Elements of Web Dynpro Nodes
2 CL_WDR_CONTEXT_NODE_INFO 20040426 Metadata of Context Node
3 CL_WDR_CONTEXT_NODE_MAP 20040108 Web Dynpro Mapping Context Node
4 CL_WDR_CONTEXT_NODE_VAL 20040108 Web Dynpro Value Context Node
5 CL_WDR_CONTEXT_NODE_VAL_2D 20120823 Context Node for Grid
6 CL_WDR_RUNTIME_TRACE 20071218 Runtime Trace
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COLLECTION Instance attribute Protected Type reference (TYPE) WDR_CONTEXT_NODE_COLLECTION Element Set of a Node 20030602
2 CONTROLLER Instance attribute Public Object reference (TYPE REF TO) CL_WDR_CONTROLLER Context 20030121
3 ELEMENTS_SUPPLIED Instance attribute Protected Type reference (TYPE) ABAP_BOOL SUPPLY Method Completed 20030602
4 INVALIDATE_IN_PROGRESS Instance attribute Protected Type reference (TYPE) ABAP_BOOL INVALIDATE Is Running 20030212
5 IS_CHANGED_ATTRIBUTES_BY_CLNT Instance attribute Public Type reference (TYPE) ABAP_BOOL Attributes Changed by Client 20030305
6 LEAD_SELECTION Instance attribute Protected Object reference (TYPE REF TO) CL_WDR_CONTEXT_ELEMENT Base Class of All Elements of Web Dynpro Nodes 20030602
7 LEAD_SELECTION_INDEX Instance attribute Protected Type reference (TYPE) I Lead Selection 20030602
8 MAPPEE Instance attribute Protected Object reference (TYPE REF TO) CL_WDR_CONTEXT_NODE Basis Class of all Web Dynpro Context Nodes 20030210
9 MAPPERS Instance attribute Protected Type reference (TYPE) WDR_CONTEXT_MAPPER_SET List of All Node Mapper 20030210
10 NODE_INFO Instance attribute Public Object reference (TYPE REF TO) CL_WDR_CONTEXT_NODE_INFO CL_WD_CONTEXT_NODE_INFO 20021127
11 NODE_NAME Instance attribute Public Type reference (TYPE) STRING Name of Node (Does Not Have Be Identical with NodeInfo Name) 20030312
12 PARENT_ELEMENT Instance attribute Public Object reference (TYPE REF TO) CL_WDR_CONTEXT_ELEMENT Basis Class of all Web Dynpro Context Nodes 20021210
13 SELECTION Instance attribute Protected Type reference (TYPE) WDR_CONTEXT_NODE_SELECTION Node Selection 20030602
14 SUPPLY_IN_PROGRESS Instance attribute Protected Type reference (TYPE) ABAP_BOOL SUPPLY Method Is Running 20030213
15 XML_END Constant Public Type reference (TYPE) STRING `` 20041206
16 XML_START Constant Public Type reference (TYPE) STRING `` 20041206
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20021127
2 CREATE Static method Public Method Creates a Node Object Depending of Node Information 20030212
3 GET_CHILD_NODES_INTERNAL Instance method Public Method All Child Nodes of Lead Selection or Specific Index 20030305
4 GET_CHILD_NODE_INTERNAL Instance method Public Method Child Node of Lead Selection or Specific Index 20030305
5 GET_ELEMENTS Instance method Public Method Returns All Elements of Node 20030122
6 GET_ELEMENT_INTERNAL Instance method Protected Method 20090108
7 GET_MAPPED_META_PATHS Instance method Public Method Returns All Meta Paths Used to Access the Node 20030212
8 GET_MAPPED_NODES Instance method Public Method Returns all Nodes that Refer to this Node 20040901
9 GET_MAPPED_PATHS Instance method Public Method Returns All Paths Used to Access the Node 20030212
10 GET_ORIGINAL_ATTR_METAPATH Instance method Public Method Returns the metapath of an attribute in the original node 20090108
11 GET_ORIGINAL_NODE Instance method Public Method Returns Node that Contains the Elements 20040901
12 GET_SELECTION Instance method Public Method Returns the Set of Selected Elements 20030522
13 PATH_GET_ATTRIBUTE_POINTER Instance method Public Method Creates Attribute Information About a Path 20040415
14 PATH_TABLE_GET_ATTRIBUTE Instance method Public Method Creates Attribute Information About a Path in String Table 20040419
15 PATH_TABLE_GET_ATTRIBUTES_SEL Instance method Public Method Creates attribute information for selection by path 20110127
16 PATH_TABLE_GET_ATTRIBUTE_PTR Instance method Public Method Creates Attribute Information About a Path in String Table 20040419
17 PATH_TABLE_GET_ELEMENT Instance method Public Method Returns Element (Path in String Table) 20040419
18 PATH_TABLE_GET_ELEMENT2 Instance method Public Method Returns Element (Path in String Table) 20040707
19 PATH_TABLE_GET_ELEMENTS_SEL Instance method Public Method Returns selected elements (path in a string table) 20110127
20 PATH_TABLE_GET_NODE Instance method Public Method Returns Node (Path in String Table) 20040419
21 PATH_TABLE_GET_NODE2 Instance method Public Method Returns Node (Path in String Table) 20040707
22 RAISE_COLLECTION_CHANGED Instance method Protected Method Triggers Event ON_COLLECTION_CHANGED 20040218
23 RAISE_SELECTION_CHANGED Instance method Protected Method Triggers Event ON_COLLECTION_CHANGED 20040831
24 RESET Instance method Public Method Releases Node, Similar to IF_WD_CONTEXT_NODE~INVALIDATE 20041221
25 RESET_MAPPERS Instance method Protected Method Resets All Mapping Nodes Recursively 20040218
26 SET_SELECTION Instance method Public Method Sets Selection from Integer Array w/ Start Value (Default 1) 20030210
27 SUPPLY_ELEMENTS Instance method Protected Method Sets the Lead Selection Internally (No Call from Supply) 20030602
28 SUPPLY_TAGGING Instance method Protected Method Calls the tagging supply method, if available 20130409
29 TO_LEGACY_XML Instance method Public Method 7.10: Advance Version for Java Compatibility 20060914
30 _GET_MAPPED_META_PATHS Instance method Protected Method Returns All Meta Paths Used to Access the Node 20030212
31 _GET_MAPPED_PATHS Instance method Protected Method Returns All Paths Used to Access the Node 20030212
32 _RAISE_ELEMENT_NOT_FOUND Instance method Protected Method Issues the relevent message if the element is not there 20060619
33 _TO_LEGACY_XML Instance method Public Method 7.10: Advance Version for Java Compatibility 20060912
34 _TO_XML Instance method Protected Method Returns Canonical Representation of Node 20041203
Events
# Event Type Visibility Description Created on
1 ON_COLLECTION_CHANGED Static Event
(1)
Public
(2)
When Changing Collection of Node 20040120
2 ON_LEAD_SELECTION_CHANGED Static Event
(1)
Public
(2)
When Changing Collection of Node 20040120
3 ON_SELECTION_CHANGED Static Event
(1)
Public
(2)
When Changing Collection of Node 20040831
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 L_TABLE_OF_REF_TO_DATA Private See coding 20030122 L_TABLE_OF_REF_TO_DATA type standard table of ref to data
2 TP_T_REF_TO_DATA Public See coding 20110126 TP_T_REF_TO_DATA type HASHED TABLE OF ref to data WITH UNIQUE KEY table_line
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) CL_WDR_CONTROLLER Kontext 20030122
2 Importing NODE_INFO Call by reference Object reference (TYPE REF TO) CL_WDR_CONTEXT_NODE_INFO 20021127
3 Importing NODE_NAME Call by reference Type reference (TYPE) STRING 20030312
4 Importing PARENT_ELEMENT Call by reference Object reference (TYPE REF TO) CL_WDR_CONTEXT_ELEMENT 20021210

Method CONSTRUCTOR on class CL_WDR_CONTEXT_NODE has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) CL_WDR_CONTROLLER 20030212
2 Returning NODE Value transfer Object reference (TYPE REF TO) CL_WDR_CONTEXT_NODE Basisklasse aller WebDynpro Kontextknoten 20030212
3 Importing NODE_INFO Call by reference Object reference (TYPE REF TO) CL_WDR_CONTEXT_NODE_INFO CL_WD_CONTEXT_NODE_INFO 20030212
4 Importing NODE_NAME Call by reference Type reference (TYPE) STRING Name der Child-Node 20030214
5 Importing PARENT_ELEMENT Call by reference Object reference (TYPE REF TO) CL_WDR_CONTEXT_ELEMENT Basisklasse aller Elemente von WebDynpro Knoten 20030212

Method CREATE on class CL_WDR_CONTEXT_NODE has no exception.

Method GET_CHILD_NODES_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHILD_NODES Value transfer Type reference (TYPE) WDR_CONTEXT_CHILD_MAP Meta-Informationen aller Child-Nodes eines Node 20030305
2 Importing INDEX Call by reference Type reference (TYPE) I IF_WD_CONTEXT_NODE~USE_LEAD_SELECTION 20030305

Method GET_CHILD_NODES_INTERNAL on class CL_WDR_CONTEXT_NODE has no exception.

Method GET_CHILD_NODE_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHILD_NODE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE $REF$ 20030305
2 Importing INDEX Call by reference Type reference (TYPE) I IF_WD_CONTEXT_NODE~USE_LEAD_SELECTION 20030305
3 Importing NAME Call by reference Type reference (TYPE) STRING $REF$ 20030305
4 Importing SUPPRESS_SUPPLY_FUNCTION Call by reference Type reference (TYPE) ABAP_BOOL 20090108

Method GET_CHILD_NODE_INTERNAL on class CL_WDR_CONTEXT_NODE has no exception.

Method GET_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ELEMENTS Value transfer Type reference (TYPE) WDR_CONTEXT_NODE_COLLECTION Elementemenge einer Node 20030122
2 Importing FROM Value transfer Type reference (TYPE) I 20040823
3 Importing TO Value transfer Type reference (TYPE) I 20040823

Method GET_ELEMENTS on class CL_WDR_CONTEXT_NODE has no exception.

Method GET_ELEMENT_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ELEMENT Value transfer Object reference (TYPE REF TO) CL_WDR_CONTEXT_ELEMENT Basisklasse aller Elemente von Web-Dynpro-Knoten 20090108
2 Importing INDEX Call by reference Type reference (TYPE) I 20090108
3 Importing SUPPRESS_SUPPLY_FUNCTION Call by reference Type reference (TYPE) ABAP_BOOL 20090108

Method GET_ELEMENT_INTERNAL on class CL_WDR_CONTEXT_NODE has no exception.

Method GET_MAPPED_META_PATHS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PATHS Value transfer Type reference (TYPE) WDR_CONTEXT_PATH_WITH_CNTL_TAB Context Path Zerlegt in Teile 20030212
2 Importing WITHOUTCONTROLLER Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20040924

Method GET_MAPPED_META_PATHS on class CL_WDR_CONTEXT_NODE has no exception.

Method GET_MAPPED_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) WDR_CONTEXT_MAPPER_SET Liste aller Mapper einer Node 20040901

Method GET_MAPPED_NODES on class CL_WDR_CONTEXT_NODE has no exception.

Method GET_MAPPED_PATHS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PATHS Value transfer Type reference (TYPE) WDR_CONTEXT_PATH_WITH_CNTL_TAB Context Path Zerlegt in Teile 20030212

Method GET_MAPPED_PATHS on class CL_WDR_CONTEXT_NODE has no exception.

Method GET_ORIGINAL_ATTR_METAPATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT Web-Dynpro-Context 20090108
2 Exporting ORIGINAL_PATH Call by reference Type reference (TYPE) STRING 20090108
3 Importing PATH Call by reference Type reference (TYPE) STRING 20090108
4 Importing WITHOUTCONTROLLER Call by reference Type reference (TYPE) ABAP_BOOL 20090108

Method GET_ORIGINAL_ATTR_METAPATH on class CL_WDR_CONTEXT_NODE has no exception.

Method GET_ORIGINAL_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Object reference (TYPE REF TO) CL_WDR_CONTEXT_NODE Basisklasse aller WebDynpro Kontextknoten 20040901

Method GET_ORIGINAL_NODE on class CL_WDR_CONTEXT_NODE has no exception.

Method GET_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SELECTION Value transfer Type reference (TYPE) WDR_CONTEXT_NODE_SELECTION 20030522
2 Importing SUPPRESS_SUPPLY_FUNCTION Call by reference Type reference (TYPE) ABAP_BOOL 20110126

Method GET_SELECTION on class CL_WDR_CONTEXT_NODE has no exception.

Method PATH_GET_ATTRIBUTE_POINTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ATTRIBUTE_POINTER Value transfer Type reference (TYPE) WDR_ATTRIBUTE_POINTER Information zu einem Attribut 20040415
2 Importing PATH Value transfer Type reference (TYPE) STRING 20040419
3 Importing START_INDEX Call by reference Type reference (TYPE) I 1 20040415

Method PATH_GET_ATTRIBUTE_POINTER on class CL_WDR_CONTEXT_NODE has no exception.

Method PATH_TABLE_GET_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20040419
2 Returning RESULT Value transfer Object reference (TYPE REF TO) DATA Information zu einem Attribut 20040419
3 Importing START_INDEX_FOR_ELEMENT_INDEX Call by reference Type reference (TYPE) I 1 20040419
4 Importing SUPPRESS_SUPPLY_FUNCTION Call by reference Type reference (TYPE) ABAP_BOOL 20110126

Method PATH_TABLE_GET_ATTRIBUTE on class CL_WDR_CONTEXT_NODE has no exception.

Method PATH_TABLE_GET_ATTRIBUTES_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20110127
2 Returning RESULT Value transfer Type reference (TYPE) TP_T_REF_TO_DATA Information zu einem Attribut 20110127
3 Importing START_INDEX_FOR_ELEMENT_INDEX Call by reference Type reference (TYPE) I 1 20110127
4 Importing SUPPRESS_SUPPLY_FUNCTION Call by reference Type reference (TYPE) ABAP_BOOL 20110127

Method PATH_TABLE_GET_ATTRIBUTES_SEL on class CL_WDR_CONTEXT_NODE has no exception.

Method PATH_TABLE_GET_ATTRIBUTE_PTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ATTRIBUTE_POINTER Value transfer Type reference (TYPE) WDR_ATTRIBUTE_POINTER Information zu einem Attribut 20040419
2 Importing PATH Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20040419
3 Importing START_INDEX_FOR_ELEMENT_INDEX Call by reference Type reference (TYPE) I 1 20040419

Method PATH_TABLE_GET_ATTRIBUTE_PTR on class CL_WDR_CONTEXT_NODE has no exception.

Method PATH_TABLE_GET_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20040419
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_WDR_CONTEXT_ELEMENT Schnittstelle für die dynamische Verwendung von Knoten 20040419
3 Importing START_INDEX_FOR_ELEMENT_INDEX Call by reference Type reference (TYPE) I 20040419
4 Importing SUPPRESS_SUPPLY_FUNCTION Call by reference Type reference (TYPE) ABAP_BOOL 20090108

Method PATH_TABLE_GET_ELEMENT on class CL_WDR_CONTEXT_NODE has no exception.

Method PATH_TABLE_GET_ELEMENT2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Value transfer Type reference (TYPE) WDR_CONTEXT_PATH_TABLE2 Tabelle von Strings 20040707
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_WDR_CONTEXT_ELEMENT Schnittstelle für die dynamische Verwendung von Knoten 20040707

Method PATH_TABLE_GET_ELEMENT2 on class CL_WDR_CONTEXT_NODE has no exception.

Method PATH_TABLE_GET_ELEMENTS_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20110127
2 Returning RESULT Value transfer Type reference (TYPE) WDR_CONTEXT_NODE_SELECTION Schnittstelle für die dynamische Verwendung von Knoten 20110127
3 Importing START_INDEX_FOR_ELEMENT_INDEX Call by reference Type reference (TYPE) I 20110127
4 Importing SUPPRESS_SUPPLY_FUNCTION Call by reference Type reference (TYPE) ABAP_BOOL 20110127

Method PATH_TABLE_GET_ELEMENTS_SEL on class CL_WDR_CONTEXT_NODE has no exception.

Method PATH_TABLE_GET_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING_TABLE Tabelle von Strings 20040419
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_WDR_CONTEXT_NODE Schnittstelle für die dynamische Verwendung von Knoten 20040419
3 Importing START_INDEX_FOR_ELEMENT_INDEX Call by reference Type reference (TYPE) I 20040419

Method PATH_TABLE_GET_NODE on class CL_WDR_CONTEXT_NODE has no exception.

Method PATH_TABLE_GET_NODE2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) WDR_CONTEXT_PATH_TABLE2 Tabelle von Strings 20040707
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_WDR_CONTEXT_NODE Schnittstelle für die dynamische Verwendung von Knoten 20040707

Method PATH_TABLE_GET_NODE2 on class CL_WDR_CONTEXT_NODE has no exception.

Method RAISE_COLLECTION_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROPERTY Call by reference Type reference (TYPE) I 20090108

Method RAISE_COLLECTION_CHANGED on class CL_WDR_CONTEXT_NODE has no exception.

Method RAISE_SELECTION_CHANGED Signature

Method RAISE_SELECTION_CHANGED on class CL_WDR_CONTEXT_NODE has no parameter.
Method RAISE_SELECTION_CHANGED on class CL_WDR_CONTEXT_NODE has no exception.

Method RESET Signature

Method RESET on class CL_WDR_CONTEXT_NODE has no parameter.
Method RESET on class CL_WDR_CONTEXT_NODE has no exception.

Method RESET_MAPPERS Signature

Method RESET_MAPPERS on class CL_WDR_CONTEXT_NODE has no parameter.
Method RESET_MAPPERS on class CL_WDR_CONTEXT_NODE has no exception.

Method SET_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INTEGER_ARRAY Call by reference Type reference (TYPE) INT4_TABLE Standard Table of INT4 20030210
2 Importing START_INDEX Call by reference Type reference (TYPE) I 1 20030210

Method SET_SELECTION on class CL_WDR_CONTEXT_NODE has no exception.

Method SUPPLY_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SUPPRESS_SUPPLY_FUNCTION Call by reference Type reference (TYPE) ABAP_BOOL 20090108

Method SUPPLY_ELEMENTS on class CL_WDR_CONTEXT_NODE has no exception.

Method SUPPLY_TAGGING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MULTI_SELECTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130409

Method SUPPLY_TAGGING on class CL_WDR_CONTEXT_NODE has no exception.

Method TO_LEGACY_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing XML Call by reference Type reference (TYPE) STRING 20060914

Method TO_LEGACY_XML on class CL_WDR_CONTEXT_NODE has no exception.

Method _GET_MAPPED_META_PATHS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PATHS Value transfer Type reference (TYPE) WDR_CONTEXT_PATH_WITH_CNTL_TAB Context Path Zerlegt in Teile 20030212
2 Importing WITHOUTCONTROLLER Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20040924

Method _GET_MAPPED_META_PATHS on class CL_WDR_CONTEXT_NODE has no exception.

Method _GET_MAPPED_PATHS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PATHS Value transfer Type reference (TYPE) WDR_CONTEXT_PATH_WITH_CNTL_TAB Context Path Zerlegt in Teile 20030212

Method _GET_MAPPED_PATHS on class CL_WDR_CONTEXT_NODE has no exception.

Method _RAISE_ELEMENT_NOT_FOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT_INDEX Call by reference Type reference (TYPE) I IF_WD_CONTEXT_NODE~USE_LEAD_SELECTION 20060619

Method _RAISE_ELEMENT_NOT_FOUND on class CL_WDR_CONTEXT_NODE has no exception.

Method _TO_LEGACY_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing XML Call by reference Type reference (TYPE) STRING 20060912

Method _TO_LEGACY_XML on class CL_WDR_CONTEXT_NODE has no exception.

Method _TO_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing XML Call by reference Type reference (TYPE) STRING 20041203

Method _TO_XML on class CL_WDR_CONTEXT_NODE has no exception.
Event Signatures

Event ON_COLLECTION_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 CONTROLLER Exporting Value transfer Object reference (TYPE REF TO) CL_WDR_CONTROLLER Controller der geänderten Node 20040120
2 NODE Exporting Value transfer Object reference (TYPE REF TO) CL_WDR_CONTEXT_NODE Geänderte Node 20040216
3 NODE_NAME Exporting Value transfer Type reference (TYPE) STRING Name der geänderten Node 20040120
4 PROPERTY Exporting Value transfer Type reference (TYPE) I Attribut-Property 20090108

Event ON_LEAD_SELECTION_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 CONTROLLER Exporting Value transfer Object reference (TYPE REF TO) CL_WDR_CONTROLLER Controller der geänderten Node 20040120
2 NEW_LEAD_SELECTION Exporting Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20051117
3 NODE Exporting Value transfer Object reference (TYPE REF TO) CL_WDR_CONTEXT_NODE Geänderte Node 20040216
4 NODE_NAME Exporting Value transfer Type reference (TYPE) STRING Name der geänderten Node 20040120
5 OLD_LEAD_SELECTION Exporting Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20051118

Event ON_SELECTION_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 CONTROLLER Exporting Value transfer Object reference (TYPE REF TO) CL_WDR_CONTROLLER Controller der geänderten Node 20040831
2 NODE Exporting Value transfer Object reference (TYPE REF TO) CL_WDR_CONTEXT_NODE Geänderte Node 20040831
3 NODE_NAME Exporting Value transfer Type reference (TYPE) STRING Name der geänderten Node 20040831
History
Last changed by/on SAP  20130531 
SAP Release Created in 640