SAP ABAP Class IF_CRM_WSC_TREE_NODE (WSC Interface for Treehandling)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_CRM_WSC_DT_TREE_NODE Tree node used in WST design time 20071122
2 Interface composition (i COMPRISING i_ref)  IF_CRM_WSC_RT_TREE_NODE Runtime tree node 20071205
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CRM_WSC_TREE_NODE Default implemenation for tree node 20071122
Properties
Class IF_CRM_WSC_TREE_NODE  
Short Description WSC Interface for Treehandling    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20071122   SAP 
Last change 20081007   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_CRM_WSC_TREE_NODE has no forward declaration.
Interfaces
Class IF_CRM_WSC_TREE_NODE has no interface implemented.
Friends
Class IF_CRM_WSC_TREE_NODE has no friend class.
Attributes
Class IF_CRM_WSC_TREE_NODE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_CHILD Instance method Public Method Append child to the current node 20071203
2 GET_CHILDREN Instance method Public Method Get list of all childnodes of the given node 20071122
3 GET_FIRST_CHILD Instance method Public Method Get the first child of the given node 20071205
4 REMOVE_CHILD Instance method Public Method Remove childnode including the complete sub-tree 20071122
Events
Class IF_CRM_WSC_TREE_NODE has no event.
Types
Class IF_CRM_WSC_TREE_NODE has no local type.
Method Signatures

Method APPEND_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CHILD_NODE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_TREE_NODE Reference to the child node being appended 20071203

Method APPEND_CHILD on class IF_CRM_WSC_TREE_NODE has no exception.

Method GET_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CHILDREN Value transfer Type reference (TYPE) CRMT_WSC_TREE_NODE_TAB WSC Object Tree Table 20071122

Method GET_CHILDREN on class IF_CRM_WSC_TREE_NODE has no exception.

Method GET_FIRST_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_FIRST_CHILD Value transfer Object reference (TYPE REF TO) IF_CRM_WSC_TREE_NODE Reference to the first child of the current node 20071205

Method GET_FIRST_CHILD on class IF_CRM_WSC_TREE_NODE has no exception.

Method REMOVE_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CHILD_NODE Call by reference Object reference (TYPE REF TO) IF_CRM_WSC_TREE_NODE Reference to the child node being deleted 20071122

Method REMOVE_CHILD on class IF_CRM_WSC_TREE_NODE has no exception.
History
Last changed by/on SAP  20081007 
SAP Release Created in