SAP ABAP Class IF_BSP_WD_TREE_NODE (Access Interface for Tree Node Objects)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_BSP_WD_TREE_NODE_PROXY Generic Proxy Object for Tree Node 20030207
Properties
Class IF_BSP_WD_TREE_NODE  
Short Description Access Interface for Tree Node Objects    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20030207   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
Class IF_BSP_WD_TREE_NODE has no interface implemented.
Friends
Class IF_BSP_WD_TREE_NODE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 IS_LEAF Instance attribute Public Type reference (TYPE) ABAP_BOOL Indicator That There Are No More Subnodes 20041007
2 NODE_KEY Instance attribute Public Type reference (TYPE) STRING 20030211
3 SELECTED Instance attribute Public Type reference (TYPE) ABAP_BOOL Indicator: Node Chosen 20041110
Methods
# Method Level Visibility Method type Description Created on
1 COLLAPS_NODE Instance method Public Method Collapse Node 20030211
2 EXPAND_NODE Instance method Public Method Expand Node 20030211
3 GET_CHILDREN Instance method Public Method Delivers a List of All Children 20030207
4 GET_ICON Instance method Public Method Delivers Icon for Node 20030211
5 GET_ICON_TOOLTIP Instance method Public Method Delivers Quick Info for Node Icon 20051213
6 GET_NODE_NAME Instance method Public Method Delivers Node Name 20030207
7 IS_EXPANDED Instance method Public Method Checks Whether Node is Expanded 20030211
Events
Class IF_BSP_WD_TREE_NODE has no event.
Types
Class IF_BSP_WD_TREE_NODE has no local type.
Method Signatures

Method COLLAPS_NODE Signature

Method COLLAPS_NODE on class IF_BSP_WD_TREE_NODE has no parameter.
Method COLLAPS_NODE on class IF_BSP_WD_TREE_NODE has no exception.

Method EXPAND_NODE Signature

Method EXPAND_NODE on class IF_BSP_WD_TREE_NODE has no parameter.
Method EXPAND_NODE on class IF_BSP_WD_TREE_NODE has no exception.

Method GET_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SORT_WISH Call by reference Type reference (TYPE) CRMT_BOL_SORT_STATE Beschreibung des gewünschten Sortierstatus einer Collection 20111028
2 Returning RT_CHILDREN Value transfer Type reference (TYPE) BSP_WD_TREE_NODE_TAB Tabelle von Tree Knoten Referenzen 20030207

Method GET_CHILDREN on class IF_BSP_WD_TREE_NODE has no exception.

Method GET_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ICON Value transfer Type reference (TYPE) STRING 20030211

Method GET_ICON on class IF_BSP_WD_TREE_NODE has no exception.

Method GET_ICON_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20051213

Method GET_ICON_TOOLTIP on class IF_BSP_WD_TREE_NODE has no exception.

Method GET_NODE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20030508
2 Returning VALUE Value transfer Type reference (TYPE) STRING Name des Knotens 20030508

Method GET_NODE_NAME on class IF_BSP_WD_TREE_NODE has no exception.

Method IS_EXPANDED Signature

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

Method IS_EXPANDED on class IF_BSP_WD_TREE_NODE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in