SAP ABAP Interface IF_WDY_MD_CONTEXT_NODE (...)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
     SWDP_METADATA_API_CONTROLLER (Package) Web Dynpro: Controller
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_WDY_MD_CONTEXT_MODEL_NODE 00000000
2 Interface composition (i COMPRISING i_ref)  IF_WDY_MD_CONTEXT_VALUE_NODE 00000000
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDY_MD_CONTEXT_NODE Web Dynpro: Context Node 20020826
Properties
Interface IF_WDY_MD_CONTEXT_NODE  
Short Description ...    
General Data
Package SWDP_METADATA_API_CONTROLLER   Web Dynpro: Controller 
Created 20020826   SAP 
Last changed 20070911   SAP 
Unicode checks active    
Forward declarations
Interface IF_WDY_MD_CONTEXT_NODE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDY_MD_ABSTRACT_CTX_NODE Context node 00000000
Friends
Interface IF_WDY_MD_CONTEXT_NODE has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CONTEXT_MODEL_NODE Constant Public Type reference (TYPE) WDY_MD_OBJECT_TYPE 'CL_WDY_MD_CONTEXT_MODEL_NODE' 00000000
2 CO_CONTEXT_VALUE_NODE Constant Public Type reference (TYPE) WDY_MD_OBJECT_TYPE 'CL_WDY_MD_CONTEXT_VALUE_NODE' 00000000
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_ATTRIBUTE Instance method Public Method 00000000
2 CREATE_CHILD_NODE Instance method Public Method 00000000
3 DELETE Instance method Public Method 00000000
4 GET_ATTRIBUTES Instance method Public Method 00000000
5 GET_ATTRIBUTE_BY_NAME Instance method Public Method 00000000
6 GET_ATTRIBUTE_BY_POS Instance method Public Method 00000000
7 GET_ATTRIBUTE_COUNT Instance method Public Method 00000000
8 GET_ATTRIBUTE_POSITION Instance method Public Method 00000000
9 GET_CARDINALITY Instance method Public Method 00000000
10 GET_CHILD_NODES Instance method Public Method 00000000
11 GET_CHILD_NODE_BY_NAME Instance method Public Method 00000000
12 GET_CHILD_NODE_BY_POS Instance method Public Method 00000000
13 GET_CHILD_NODE_COUNT Instance method Public Method 00000000
14 GET_CHILD_NODE_POSITION Instance method Public Method 00000000
15 GET_COLLECTION_TYPE Instance method Public Method 00000000
16 GET_INITIALIZE_LEAD_SELECTION Instance method Public Method 00000000
17 GET_IS_INPUT_ELEMENT Instance method Public Method 00000000
18 GET_NAME Instance method Public Method 00000000
19 GET_PARENT_NODE Instance method Public Method 00000000
20 GET_PRIMARY_ATTRIBUTE Instance method Public Method 20050627
21 GET_SELECTION Instance method Public Method 00000000
22 GET_SINGLETON Instance method Public Method 00000000
23 GET_SUPPLY_FUNCTION Instance method Public Method 00000000
24 GET_TYPED_ACCESS_REQUIRED Instance method Public Method 00000000
25 HAS_ATTRIBUTE Instance method Public Method 00000000
26 HAS_CHILD_NODE Instance method Public Method 00000000
27 HAS_PRIMARY_ATTRIBUTE Instance method Public Method 20050627
28 HAS_SUPPLY_FUNCTION Instance method Public Method 00000000
29 MOVE_ATTRIBUTE Instance method Public Method 00000000
30 MOVE_CHILD_NODE Instance method Public Method 00000000
31 SET_CARDINALITY Instance method Public Method 00000000
32 SET_COLLECTION_TYPE Instance method Public Method 00000000
33 SET_INITIALIZE_LEAD_SELECTION Instance method Public Method 00000000
34 SET_IS_INPUT_ELEMENT Instance method Public Method 00000000
35 SET_PARENT_NODE Instance method Public Method 00000000
36 SET_PRIMARY_ATTRIBUTE Instance method Public Method 20050627
37 SET_SELECTION Instance method Public Method 00000000
38 SET_SINGLETON Instance method Public Method 00000000
39 SET_SUPPLY_FUNCTION Instance method Public Method 00000000
40 SET_TYPED_ACCESS_REQUIRED Instance method Public Method 00000000
Events
Interface IF_WDY_MD_CONTEXT_NODE has no event.
Types
Interface IF_WDY_MD_CONTEXT_NODE has no local type.
Method Signatures

Method CREATE_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ATTRIBUTE Value transfer Object reference (TYPE REF TO) IF_WDY_MD_CONTEXT_ATTRIBUTE 00000000
2 Importing NAME Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME 00000000
3 Importing POSITION Value transfer Type reference (TYPE) I 00000000
4 Importing TYPE Value transfer Type reference (TYPE) WDY_MD_OBJECT_TYPE 00000000
# Exception Resumable Description Created on
1 CX_WDY_MD_ALREADY_EXISTING 00000000

Method CREATE_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_WDY_MD_ABSTRACT_CTX_NODE 00000000
2 Importing NAME Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME 00000000
3 Importing POSITION Value transfer Type reference (TYPE) I 00000000
4 Importing TYPE Value transfer Type reference (TYPE) WDY_MD_OBJECT_TYPE 00000000
# Exception Resumable Description Created on
1 CX_WDY_MD_ALREADY_EXISTING 00000000

Method DELETE Signature

Method DELETE on Interface IF_WDY_MD_CONTEXT_NODE has no parameter.
Method DELETE on Interface IF_WDY_MD_CONTEXT_NODE 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 Object reference (TYPE REF TO) IF_OBJECT_MAP 00000000

Method GET_ATTRIBUTES on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method GET_ATTRIBUTE_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ATTRIBUTE Value transfer Object reference (TYPE REF TO) IF_WDY_MD_CONTEXT_ATTRIBUTE 00000000
2 Importing NAME Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME 00000000

Method GET_ATTRIBUTE_BY_NAME on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method GET_ATTRIBUTE_BY_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ATTRIBUTE Value transfer Object reference (TYPE REF TO) IF_WDY_MD_CONTEXT_ATTRIBUTE 00000000
2 Importing POSITION Value transfer Type reference (TYPE) I 00000000

Method GET_ATTRIBUTE_BY_POS on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method GET_ATTRIBUTE_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COUNT Value transfer Type reference (TYPE) I 00000000

Method GET_ATTRIBUTE_COUNT on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method GET_ATTRIBUTE_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTEXT_ATTRIBUTE 00000000
2 Returning POSITION Value transfer Type reference (TYPE) I 00000000

Method GET_ATTRIBUTE_POSITION on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method GET_CARDINALITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CARDINALITY Value transfer Type reference (TYPE) WDY_MD_CARDINALITY 00000000

Method GET_CARDINALITY on Interface IF_WDY_MD_CONTEXT_NODE 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 Object reference (TYPE REF TO) IF_OBJECT_MAP 00000000

Method GET_CHILD_NODES on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method GET_CHILD_NODE_BY_NAME 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_WDY_MD_ABSTRACT_CTX_NODE 00000000
2 Importing NAME Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME 00000000

Method GET_CHILD_NODE_BY_NAME on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method GET_CHILD_NODE_BY_POS 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_WDY_MD_ABSTRACT_CTX_NODE 00000000
2 Importing POSITION Value transfer Type reference (TYPE) I 00000000

Method GET_CHILD_NODE_BY_POS on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method GET_CHILD_NODE_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COUNT Value transfer Type reference (TYPE) I 00000000

Method GET_CHILD_NODE_COUNT on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method GET_CHILD_NODE_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHILD_NODE Call by reference Object reference (TYPE REF TO) IF_WDY_MD_ABSTRACT_CTX_NODE 00000000
2 Returning POSITION Value transfer Type reference (TYPE) I 00000000

Method GET_CHILD_NODE_POSITION on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method GET_COLLECTION_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COLLECTION_TYPE Value transfer Type reference (TYPE) WDY_MD_COLLECTION_TYPE 00000000

Method GET_COLLECTION_TYPE on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method GET_INITIALIZE_LEAD_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INITIALIZE_LEAD_SELECTION Value transfer Type reference (TYPE) FLAG 00000000

Method GET_INITIALIZE_LEAD_SELECTION on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method GET_IS_INPUT_ELEMENT Signature

Method GET_IS_INPUT_ELEMENT on Interface IF_WDY_MD_CONTEXT_NODE has no parameter.
Method GET_IS_INPUT_ELEMENT on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method GET_NAME Signature

Method GET_NAME on Interface IF_WDY_MD_CONTEXT_NODE has no parameter.
Method GET_NAME on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method GET_PARENT_NODE Signature

Method GET_PARENT_NODE on Interface IF_WDY_MD_CONTEXT_NODE has no parameter.
Method GET_PARENT_NODE on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method GET_PRIMARY_ATTRIBUTE Signature

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

Method GET_PRIMARY_ATTRIBUTE on Interface IF_WDY_MD_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) WDY_MD_CARDINALITY 00000000

Method GET_SELECTION on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method GET_SINGLETON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SINGLETON Value transfer Type reference (TYPE) FLAG 00000000

Method GET_SINGLETON on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method GET_SUPPLY_FUNCTION Signature

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

Method GET_SUPPLY_FUNCTION on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method GET_TYPED_ACCESS_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TYPED_ACCESS_REQUIRED Value transfer Type reference (TYPE) FLAG 00000000

Method GET_TYPED_ACCESS_REQUIRED on Interface IF_WDY_MD_CONTEXT_NODE 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) FLAG 00000000
2 Importing NAME Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME 00000000

Method HAS_ATTRIBUTE on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method HAS_CHILD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_CHILD_NODE Value transfer Type reference (TYPE) FLAG 00000000
2 Importing NAME Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME 00000000

Method HAS_CHILD_NODE on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method HAS_PRIMARY_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_PRIMARY_ATTRIBUTE Value transfer Type reference (TYPE) FLAG allgemeines flag 20050627

Method HAS_PRIMARY_ATTRIBUTE on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method HAS_SUPPLY_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_SUPPLY_FUNCTION Value transfer Type reference (TYPE) FLAG 00000000

Method HAS_SUPPLY_FUNCTION on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method MOVE_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FROM_POSITION Value transfer Type reference (TYPE) I 00000000
2 Importing TO_POSITION Value transfer Type reference (TYPE) I 00000000

Method MOVE_ATTRIBUTE on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method MOVE_CHILD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FROM_POSITION Value transfer Type reference (TYPE) I 00000000
2 Importing TO_POSITION Value transfer Type reference (TYPE) I 00000000

Method MOVE_CHILD_NODE on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method SET_CARDINALITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CARDINALITY Value transfer Type reference (TYPE) WDY_MD_CARDINALITY 00000000

Method SET_CARDINALITY on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method SET_COLLECTION_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLLECTION_TYPE Value transfer Type reference (TYPE) WDY_MD_COLLECTION_TYPE 00000000

Method SET_COLLECTION_TYPE on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method SET_INITIALIZE_LEAD_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INITIALIZE_LEAD_SELECTION Value transfer Type reference (TYPE) FLAG 00000000

Method SET_INITIALIZE_LEAD_SELECTION on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method SET_IS_INPUT_ELEMENT Signature

Method SET_IS_INPUT_ELEMENT on Interface IF_WDY_MD_CONTEXT_NODE has no parameter.
Method SET_IS_INPUT_ELEMENT on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method SET_PARENT_NODE Signature

Method SET_PARENT_NODE on Interface IF_WDY_MD_CONTEXT_NODE has no parameter.
Method SET_PARENT_NODE on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method SET_PRIMARY_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PRIMARY_ATTRIBUTE Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTEXT_ATTRIBUTE 20050627

Method SET_PRIMARY_ATTRIBUTE on Interface IF_WDY_MD_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 SELECTION Value transfer Type reference (TYPE) WDY_MD_CARDINALITY 00000000

Method SET_SELECTION on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method SET_SINGLETON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SINGLETON Value transfer Type reference (TYPE) FLAG 00000000

Method SET_SINGLETON on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method SET_SUPPLY_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SUPPLY_FUNCTION Call by reference Object reference (TYPE REF TO) IF_WDY_MD_SUPPLY_FUNCTION 00000000

Method SET_SUPPLY_FUNCTION on Interface IF_WDY_MD_CONTEXT_NODE has no exception.

Method SET_TYPED_ACCESS_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TYPED_ACCESS_REQUIRED Value transfer Type reference (TYPE) FLAG 00000000

Method SET_TYPED_ACCESS_REQUIRED on Interface IF_WDY_MD_CONTEXT_NODE has no exception.
History
Last changed by/on SAP  20070911 
SAP Release Created in 630