SAP ABAP Interface IF_WD_CONTEXT_NODE_INFO (Web Dynpro: Interface for the metadata of a node)
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 - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_CONTEXT_NODE_INFO Metadata of Context Node 20021016
Properties
Interface IF_WD_CONTEXT_NODE_INFO  
Short Description Web Dynpro: Interface for the metadata of a node    
General Data
Package SWDP_RUNTIME_CORE   Web Dynpro Runtime: Core Functions 
Created 20020903   SAP 
Last changed 20130531   SAP 
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 IF_WDR_VALUE_HELP_HANDLER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_WD_CONTEXT_NODE_INFO has no interface.
Friends
Interface IF_WD_CONTEXT_NODE_INFO has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_FORMAT_CONDENSE Constant Public Type reference (TYPE) WDY_ATTRFORM_CONDENSE 'X' Blank Character Handling, Compress 20060516
2 C_FORMAT_DEFAULT Constant Public Type reference (TYPE) CHAR01 '' Default Value 20060516
3 C_FORMAT_NO_CONDENSE Constant Public Type reference (TYPE) WDY_ATTRFORM_CONDENSE '-' Blank Character Handling, Do Not Compress 20060516
4 C_FORMAT_NULL_AS_BLANK Constant Public Type reference (TYPE) WDY_ATTRFORM_NULL 'X' Zero as Space 20060516
5 C_FORMAT_NULL_AS_NULL Constant Public Type reference (TYPE) WDY_ATTRFORM_NULL '-' Zero as Zero 20060516
6 C_FORMAT_SIGNPOS_LEFT Constant Public Type reference (TYPE) WDY_ATTRFORM_SIGN '-' Plus/Minus Sign on Left 20060516
7 C_FORMAT_SIGNPOS_RIGHT Constant Public Type reference (TYPE) WDY_ATTRFORM_SIGN 'X' Plus/Minus Sign on Right 20060516
8 C_NODE_TYPE Constant Public See coding 20091124
9 C_VALUE_HELP_MODE Constant Public See coding 20060721
10 M_NODE_TYPE Instance attribute Public Type reference (TYPE) I 20091124
11 REFFIELDTYPE_CURR Constant Public Type reference (TYPE) WDR_CONTEXT_ATTRIBUTE_INFO-REFERENCE_FIELD_TYPE 'c' Reference Field Type Currency 20041028
12 REFFIELDTYPE_QUAN Constant Public Type reference (TYPE) WDR_CONTEXT_ATTRIBUTE_INFO-REFERENCE_FIELD_TYPE 'q' Reference Field Type Quantities 20041028
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ATTRIBUTE Instance method Public Method Adds an Attribute 20020903
2 ADD_CHILD_NODE Instance method Public Method Adds a Lower-Level Node 20021127
3 ADD_NEW_CHILD_NODE Instance method Public Method Creates a Info Object and Adds it as a Lower-Level Node 20030807
4 ADD_NEW_MAPPED_CHILD_NODE Instance method Public Method Defines Newly Mapped Lower-Level Node 20041115
5 ADD_RECURSIVE_CHILD_NODE Instance method Public Method Adds a Lower-Level Node 20030306
6 FOLLOW_PATH Instance method Public Method Follows the Path and Returns the Target Node 20031114
7 GET_ATTRIBUTE Instance method Public Method Returns an Attribute 20020903
8 GET_ATTRIBUTES Instance method Public Method Delivers All Attributes 20020910
9 GET_ATTRIBUTE_FORMAT_PROPS Instance method Public Method Gets the formatting properties for an attribute 20060510
10 GET_ATTRIBUTE_NAMES Instance method Public Method Returns the list of all attribute names 20080114
11 GET_ATTRIBUTE_VALUEHELP_TYPE Instance method Public Method Returns Type of Input Help of Attribute 20041125
12 GET_ATTRIBUTE_VALUE_HELP Instance method Public Method Returns value help for an attribute 20060721
13 GET_CHILD_NODE Instance method Public Method Returns a Lower-Level Node 20021127
14 GET_CHILD_NODES Instance method Public Method Returns All Lower-Level Nodes 20021127
15 GET_CONTROLLER Instance method Public Method Returns Corresponding Controller 20041123
16 GET_NAME Instance method Public Method Returns Node Name 20021127
17 GET_PARENT Instance method Public Method Returns Parent Node 20021127
18 GET_PRIMARY_ATTRIBUTE Instance method Public Method Returns Primary Attribute or Is Initial 20050715
19 GET_STATIC_ATTRIBUTES_TYPE Instance method Public Method Returns RTTI Object for Structure Type of Static Attributes 20040706
20 HAS_ATTRIBUTE Instance method Public Method Indicates whether an attribute exists 20070221
21 HAS_ATTRIBUTE_VALUE_HELP Instance method Public Method Returns Flag: Attribute Has Input Help 20040816
22 IS_ALIVE Instance method Public Method Checks if associated controller has been removed already 20071120
23 IS_CHILD_NODE_RECURSIVE Instance method Public Method Returns ABAP_TRUE if Specified Child Node Is Rekursive 20030305
24 IS_FINALIZED Instance method Public Method True if Node Info Cannot Be Changed 20041126
25 IS_INITIALIZE_LEAD_SELECTION Instance method Public Method ABAP_TRUE, Lead Selection Is Automatically Initialized 20030918
26 IS_MANDATORY Instance method Public Method ABAP_TRUE, Collection Must Have at least One Element 20021127
27 IS_MANDATORY_SELECTION Instance method Public Method ABAP_TRUE, Selection Must Have at least One Element 20021127
28 IS_MAPPING_COMPLETE Instance method Public Method ABAP_TRUE if Mapping Is Complete 20050110
29 IS_MULTIPLE Instance method Public Method ABAP_TRUE, Collection Can Have More than One Element 20021127
30 IS_MULTIPLE_SELECTION Instance method Public Method ABAP_TRUE, Selection Can Have More than One Element 20021127
31 IS_SINGLETON Instance method Public Method ABAP_TRUE, Node Is Singleton 20021127
32 REMOVE_ATTRIBUTE Instance method Public Method Deletes an Attribute 20041230
33 REMOVE_CHILD_NODE Instance method Public Method Deletes Lower-Level Node 20040423
34 REMOVE_DYNAMIC_ATTRIBUTES Instance method Public Method Deletes All Attributes of Node 20041230
35 SET_ATTRIBUTE_FORMAT_PROPS Instance method Public Method Sets the formatting properties for an attribute 20060510
36 SET_ATTRIBUTE_REFERENCE_FIELD Instance method Public Method Sets the reference field for an attribute 20051107
37 SET_ATTRIBUTE_REF_CALLBACK Instance method Public Method Defines a callback to get the attribute reference 20060905
38 SET_ATTRIBUTE_VALUE_HELP Instance method Public Method Sets value help for an attribute 20060721
39 SET_ATTRIBUTE_VALUE_SET Instance method Public Method Sets the fixed values for an attribute 20030424
40 SET_FINALIZED Instance method Public Method Marks Node Info as Not Modifiable 20041126
41 SET_MAPPING_COMPLETE Instance method Public Method Completes an External Mapping Once 20041115
42 SET_NULLABLE Instance method Public Method Specifies whether an attribute can have the value NULL 20060124
Events
Interface IF_WD_CONTEXT_NODE_INFO has no event.
Types
Interface IF_WD_CONTEXT_NODE_INFO has no local type.
Method Signatures

Method ADD_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_INFO Value transfer Type reference (TYPE) WDR_CONTEXT_ATTRIBUTE_INFO ATTRIBUTE_INFO 20020903

Method ADD_ATTRIBUTE on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method ADD_CHILD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHILD_INFO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Beschreibung des Unterknotens 20021216
2 Importing IS_STATIC Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 'IS_STATIC: statisch definiert, nicht mehr änderbar 20040426

Method ADD_CHILD_NODE on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method ADD_NEW_CHILD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTES Call by reference Type reference (TYPE) WDR_CONTEXT_ATTR_INFO_MAP Meta-Information für ein Attribute eines Nodes eines Context 20041021
2 Returning CHILD_NODE_INFO Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO 20030814
3 Importing DISPOSE_METHOD Call by reference Type reference (TYPE) STRING Name der Dispose - Methode 20060105
4 Importing DISPOSE_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT Instanz der Dispose - Methode 20041115
5 Importing IS_2D_NODE Call by reference Type reference (TYPE) ABAP_BOOL 20120828
6 Importing IS_INITIALIZE_LEAD_SELECTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE ist die Lead-Selektion immer definiert ? 20030918
7 Importing IS_MANDATORY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Existiert immer min. 1 Element ? 20030807
8 Importing IS_MANDATORY_SELECTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Ist immer min. 1 Element ausgewählt ? 20030807
9 Importing IS_MULTIPLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE können mehrere Elemente existieren ? 20030807
10 Importing IS_MULTIPLE_SELECTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE können mehrere Elemente ausgewählt werden ? 20030807
11 Importing IS_RANGE_NODE Call by reference Type reference (TYPE) ABAP_BOOL 20090723
12 Importing IS_SINGLETON Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE existiert Knoten nur für die Lead-Selection des Vaters ? 20030807
13 Importing IS_STATIC Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 'IS_STATIC: statisch definiert, nicht mehr änderbar 20040423
14 Importing NAME Call by reference Type reference (TYPE) STRING Web Dynpro: Name eines Kontext Knotens 20030807
15 Importing STATIC_ELEMENT_RTTI Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Run Time Type Services 20040421
16 Importing STATIC_ELEMENT_TYPE Call by reference Type reference (TYPE) STRING qualifizierter Typ Name für RTTI 20030807
17 Importing SUPPLY_METHOD Call by reference Type reference (TYPE) STRING Name der Supply - Methode 20030807
18 Importing SUPPLY_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT Instanz der Supply - Methode 20030807

Method ADD_NEW_CHILD_NODE on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method ADD_NEW_MAPPED_CHILD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHILD_NAME Call by reference Type reference (TYPE) STRING Web Dynpro: Name eines Kontext Knotens 20041115
2 Returning CHILD_NODE_INFO Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO WebDynpro: Schnittstelle der Metadaten eines Knotens 20041118
3 Importing IS_STATIC Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Soll neuer Knoten statisch sein 20041208
4 Importing MAPPING_INFO Call by reference Type reference (TYPE) WDR_CONTEXT_MAPPING_INFO Mapping-Beschreibung 20041115

Method ADD_NEW_MAPPED_CHILD_NODE on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method ADD_RECURSIVE_CHILD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHILD_INFO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Beschreibung des Unterknotens 20030306
2 Importing CHILD_NAME Call by reference Type reference (TYPE) STRING Web Dynpro: Name eines Kontext Knotens 20030306
3 Importing IS_STATIC Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 'IS_STATIC: statisch definiert, nicht mehr änderbar 20040426

Method ADD_RECURSIVE_CHILD_NODE on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method FOLLOW_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ATTRIBUTE_INFO Call by reference Type reference (TYPE) WDR_CONTEXT_ATTRIBUTE_INFO Meta-Information für ein Attribute eines Nodes eines Context 20031114
2 Exporting NODE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO CL_WD_CONTEXT_NODE_INFO 20031114
3 Importing PATH Call by reference Type reference (TYPE) STRING_TABLE Pfad als String-Tabelle 20031114
4 Importing PATH_STRING Value transfer Type reference (TYPE) STRING Pfadangabe als String mit '.' als Trenner 20031114
5 Importing START_INDEX Call by reference Type reference (TYPE) I 1 Start-Index in Tabelle 20031114

Method FOLLOW_PATH on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method GET_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ATTRIBUTE_INFO Value transfer Type reference (TYPE) WDR_CONTEXT_ATTRIBUTE_INFO 20020903
2 Importing NAME Value transfer Type reference (TYPE) STRING 20020903

Method GET_ATTRIBUTE on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ATTRIBUTES Value transfer Type reference (TYPE) WDR_CONTEXT_ATTR_INFO_MAP List von Attribute-Info 20020910

Method GET_ATTRIBUTES on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method GET_ATTRIBUTE_FORMAT_PROPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FORMAT_PROPERTIES Value transfer Type reference (TYPE) WDY_ATTRIBUTE_FORMAT_PROP WD: Formatierung der Ein-Ausgabe 20060510
2 Importing NAME Call by reference Type reference (TYPE) STRING 20060510

Method GET_ATTRIBUTE_FORMAT_PROPS on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method GET_ATTRIBUTE_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ATTRIBUTE_NAMES Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20080114

Method GET_ATTRIBUTE_NAMES on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method GET_ATTRIBUTE_VALUEHELP_TYPE 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 Name des Attributes 20041125
2 Returning TYPE Value transfer Type reference (TYPE) SYCHAR01 Enum: CL_WDR_VALUE_HELP_HANDLER=>CO_VH_TYPE_... 20041125

Method GET_ATTRIBUTE_VALUEHELP_TYPE on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method GET_ATTRIBUTE_VALUE_HELP 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 20060721
2 Exporting VALUE_HELP Value transfer Type reference (TYPE) STRING 20060721
3 Exporting VALUE_HELP_MODE Call by reference Type reference (TYPE) I Werte siehe Konstante C_VALUE_HELP_MODE 20060802

Method GET_ATTRIBUTE_VALUE_HELP on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method GET_CHILD_NODE 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_INFO 20021127
2 Importing NAME Value transfer Type reference (TYPE) STRING 20021127

Method GET_CHILD_NODE on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method GET_CHILD_NODES 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_INFO_MAP Liste von Node-Info 20021127

Method GET_CHILD_NODES on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method GET_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTROLLER Value transfer Object reference (TYPE REF TO) IF_WD_CONTROLLER WebDynpro: Controller Schnittstelle 20041123

Method GET_CONTROLLER on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NAME Value transfer Type reference (TYPE) STRING Web Dynpro: Name eines Kontext Knotens 20021127

Method GET_NAME on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method GET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NODE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO IF_WD_CONTEXT_NODE_INFO 20021127

Method GET_PARENT on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method GET_PRIMARY_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ATTRIBUTE_INFO Value transfer Type reference (TYPE) WDR_CONTEXT_ATTRIBUTE_INFO Meta-Information für ein Attribute eines Nodes eines Context 20050715

Method GET_PRIMARY_ATTRIBUTE on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method GET_STATIC_ATTRIBUTES_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RTTI Value transfer Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Run Time Type Services 20040706

Method GET_STATIC_ATTRIBUTES_TYPE on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method HAS_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_ATTRIBUTE Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20070221
2 Importing NAME Value transfer Type reference (TYPE) STRING 20070221

Method HAS_ATTRIBUTE on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method HAS_ATTRIBUTE_VALUE_HELP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) ABAP_BOOL Meta-Informationen überAttribute 20040816
2 Importing NAME Call by reference Type reference (TYPE) STRING Name des Attributes 20040816

Method HAS_ATTRIBUTE_VALUE_HELP on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method IS_ALIVE Signature

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

Method IS_ALIVE on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method IS_CHILD_NODE_RECURSIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHILD_NODE_NAME Call by reference Type reference (TYPE) STRING Web Dynpro: Name eines Kontext Knotens 20030305
2 Returning FLAG Value transfer Type reference (TYPE) ABAP_BOOL 20030305

Method IS_CHILD_NODE_RECURSIVE on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method IS_FINALIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEEP Call by reference Type reference (TYPE) ABAP_BOOL 20041201
2 Returning FLAG Value transfer Type reference (TYPE) ABAP_BOOL 20041126

Method IS_FINALIZED on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method IS_INITIALIZE_LEAD_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) ABAP_BOOL 'INIT_LEAD_SELECTION': Initialisierung durch Laufzeit 20030918

Method IS_INITIALIZE_LEAD_SELECTION on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method IS_MANDATORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) ABAP_BOOL 'IS_MANDATORY': min. ein Knotenelement 20021127

Method IS_MANDATORY on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method IS_MANDATORY_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) ABAP_BOOL 'IS_MANDATORY_SELECTION': Min. ein Knoten-Element ausgewählt 20021127

Method IS_MANDATORY_SELECTION on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method IS_MAPPING_COMPLETE Signature

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

Method IS_MAPPING_COMPLETE on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method IS_MULTIPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) ABAP_BOOL 'IS_MULTIPLE': Knoten kann mehrere Knotenelemente enthalten 20021127

Method IS_MULTIPLE on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method IS_MULTIPLE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) ABAP_BOOL 'IS_MULTIPLE_SELECTION': Mehrfach Auswahl ist möglich 20021127

Method IS_MULTIPLE_SELECTION on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method IS_SINGLETON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) ABAP_BOOL 'IS_SINGLETON': Instanz nur für 'Lead-Selection' 20021127

Method IS_SINGLETON on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method REMOVE_ATTRIBUTE 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 20041230

Method REMOVE_ATTRIBUTE on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method REMOVE_CHILD_NODE 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 Web Dynpro: Name eines Kontext Knotens 20040423

Method REMOVE_CHILD_NODE on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method REMOVE_DYNAMIC_ATTRIBUTES Signature

Method REMOVE_DYNAMIC_ATTRIBUTES on Interface IF_WD_CONTEXT_NODE_INFO has no parameter.
Method REMOVE_DYNAMIC_ATTRIBUTES on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method SET_ATTRIBUTE_FORMAT_PROPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FORMAT_PROPERTIES Call by reference Type reference (TYPE) WDY_ATTRIBUTE_FORMAT_PROP WD: Formatierung der Ein-Ausgabe 20060510
2 Importing NAME Call by reference Type reference (TYPE) STRING 20060510

Method SET_ATTRIBUTE_FORMAT_PROPS on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method SET_ATTRIBUTE_REFERENCE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) STRING Web Dynpro: Name eines Kontext Elementes 20051107
2 Importing REFERENCE_FIELD Call by reference Type reference (TYPE) WDR_CONTEXT_ATTRIBUTE_INFO-REFERENCE_FIELD Referenzfeld 20051107
3 Importing REFERENCE_FIELD_TYPE Call by reference Type reference (TYPE) WDR_CONTEXT_ATTRIBUTE_INFO-REFERENCE_FIELD_TYPE Referenzfeldart cl_wdr_context_node_info=>reffieldtyp_* 20051107

Method SET_ATTRIBUTE_REFERENCE_FIELD on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method SET_ATTRIBUTE_REF_CALLBACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CALLBACK_METHOD Call by reference Type reference (TYPE) STRING Name des Callbacks 20060905
2 Importing CALLBACK_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT Klasseninstanz, die den Callback implementiert 20060905
3 Importing NAME Call by reference Type reference (TYPE) STRING Name des Attributes (Betrag- oder Mengenfeld) 20060905
4 Importing REFERENCE_FIELD_TYPE Call by reference Type reference (TYPE) WDR_CONTEXT_ATTRIBUTE_INFO-REFERENCE_FIELD_TYPE Referenzfeldart cl_wdr_context_node_info=>reffieldtyp_* 20060905

Method SET_ATTRIBUTE_REF_CALLBACK on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method SET_ATTRIBUTE_VALUE_HELP 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 20060721
2 Importing VALUE_HELP Call by reference Type reference (TYPE) CSEQUENCE 20060721
3 Importing VALUE_HELP_MODE Call by reference Type reference (TYPE) I C_VALUE_HELP_MODE-AUTOMATIC 20060721

Method SET_ATTRIBUTE_VALUE_HELP on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method SET_ATTRIBUTE_VALUE_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) STRING Web Dynpro: Name eines Kontext Elementes 20030424
2 Importing VALUE_SET Call by reference Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LISTGEN Alle Festwerte eines Attributes mit Texten 20030424

Method SET_ATTRIBUTE_VALUE_SET on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method SET_FINALIZED Signature

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

Method SET_FINALIZED on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method SET_MAPPING_COMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_PATH Call by reference Type reference (TYPE) STRING_TABLE Web Dynpro: Segmente eines Kontext Pfades 20041115
2 Importing MAPPED_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER WebDynpro: Controller Schnittstelle 20041115

Method SET_MAPPING_COMPLETE on Interface IF_WD_CONTEXT_NODE_INFO has no exception.

Method SET_NULLABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NULLABLE Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20060124
2 Importing NAME Call by reference Type reference (TYPE) STRING Name des Attributes 20060124

Method SET_NULLABLE on Interface IF_WD_CONTEXT_NODE_INFO has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 630