SAP ABAP Class CL_RSDME_UI_NAV_TREE (navigation tree)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-EI-DM (Application Component) Data Mining
     RS_DME_UI_OO (Package) Datamining UI related - OO Based
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDME_UI_MODEL_TREE tree with models 20030813
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDME_UI_MODEL_F4 choose model from tree 20031007
Properties
Class CL_RSDME_UI_NAV_TREE  
Short Description navigation tree    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RS_DME_UI_OO   Datamining UI related - OO Based 
Created 20030813   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSDMU Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSDME_UI_MODEL_TREE tree with models 20030813
Friends
Class CL_RSDME_UI_NAV_TREE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_LINES Instance attribute Public Type reference (TYPE) I 20030813
2 MT_TREE_LCL Instance attribute Private Attribute reference (LIKE) 20030813
3 M_CONTAINER_TOOLBAR Instance attribute Public Object reference (TYPE REF TO) CL_GUI_CONTAINER 20030813
4 M_CONTAINER_TREE Instance attribute Public Object reference (TYPE REF TO) CL_GUI_CONTAINER 20030813
5 M_DOCKING_CONTAINER Instance attribute Public Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER 20030813
6 M_NEWNODEID Instance attribute Private Attribute reference (LIKE) 20030813
7 M_NODE_KEY_TABLE Instance attribute Private Attribute reference (LIKE) 20030813
8 M_SPLITTER Instance attribute Public Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER 20030813
9 M_TOOLBAR Instance attribute Public Object reference (TYPE REF TO) CL_GUI_TOOLBAR 20030813
10 M_TREE Instance attribute Private Attribute reference (LIKE) 20030813
11 M_TREE_LCL Instance attribute Private Attribute reference (LIKE) 20030813
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TOOLBAR_BUTTONS Instance method Protected Method add reqd toolbar icons 20031007
2 EXPAND_NODE Instance method Protected Method expand tree control nodes 20030813
3 EXPAND_NO_CHILDREN Instance method Protected Method to handle expand no childeren event 20030820
4 EXPAND_SUBNODES Instance method Protected Method expand the sub nodes 20030820
5 FIND_NODE Instance method Public Method find the node 20040114
6 GET_NODE_INFO Instance method Protected Method return the node data 20030819
7 GET_STATUS_ICON Static method Public Method get icon for model status 20030904
8 HANDLE_EXPAND_NO_CHILDREN Instance method Private Method 20030813
9 HANDLE_NODE_CONTEXT_MENU_REQ Instance method Private Method 20030813
10 HANDLE_NODE_CONTEXT_MENU_SEL Instance method Private Method 20030813
11 HANDLE_NODE_DOUBLE_CLICK Instance method Private Method 20030813
12 ON_FUNCTION_SELECTED Instance method Private Method 20030813
13 ON_NODE_KEYPRESS Instance method Private Method 20030813
14 REFRESH_TREE Instance method Public Method refresh tree 20030820
15 REGISTER_EVENTS Instance method Protected Method register events 20031007
16 UPDATE_NODE Instance method Protected Method update tree control nodes 20030813
17 UPDATE_TREE Instance method Protected Method update local tree 20030813
Events
Class CL_RSDME_UI_NAV_TREE has no event.
Types
Class CL_RSDME_UI_NAV_TREE has no local type.
Method Signatures

Method ADD_TOOLBAR_BUTTONS Signature

Method ADD_TOOLBAR_BUTTONS on class CL_RSDME_UI_NAV_TREE has no parameter.
Method ADD_TOOLBAR_BUTTONS on class CL_RSDME_UI_NAV_TREE has no exception.

Method EXPAND_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_NEW_ID Call by reference Type reference (TYPE) RSDMSU_TREENODE-NODEID 20030813
2 Importing I_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY 20030813

Method EXPAND_NODE on class CL_RSDME_UI_NAV_TREE has no exception.

Method EXPAND_NO_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY 20030820

Method EXPAND_NO_CHILDREN on class CL_RSDME_UI_NAV_TREE has no exception.

Method EXPAND_SUBNODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_ID Call by reference Type reference (TYPE) TV_NODEKEY 20030820

Method EXPAND_SUBNODES on class CL_RSDME_UI_NAV_TREE has no exception.

Method FIND_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_ERROR Value transfer Type reference (TYPE) RSDMEM_BOOL_CH Datenelement für Rückgabetabelle 20040114
2 Importing I_METHOD_NAME Call by reference Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE Analytische Methode 20040114
3 Importing I_METHOD_TYPE Call by reference Type reference (TYPE) RSDMEM_SRV_TYPE_NAME Name der Serviceart 20040114
4 Importing I_MODEL_NAME Call by reference Type reference (TYPE) RSDMEM_MODEL Analytisches Modell 20040114

Method FIND_NODE on class CL_RSDME_UI_NAV_TREE has no exception.

Method GET_NODE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NODE_INFO Call by reference Type reference (TYPE) RSDMSU_TREENODE_N 20030819
2 Importing I_NODE_ID Call by reference Type reference (TYPE) TV_NODEKEY 20030819

Method GET_NODE_INFO on class CL_RSDME_UI_NAV_TREE has no exception.

Method GET_STATUS_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_ICON Value transfer Type reference (TYPE) ICONS-TEXT 20030904
2 Importing I_STATE Call by reference Type reference (TYPE) RSDMEM_STATUS 20030904

Method GET_STATUS_ICON on class CL_RSDME_UI_NAV_TREE has no exception.

Method HANDLE_EXPAND_NO_CHILDREN Signature

Method HANDLE_EXPAND_NO_CHILDREN on class CL_RSDME_UI_NAV_TREE has no parameter.
Method HANDLE_EXPAND_NO_CHILDREN on class CL_RSDME_UI_NAV_TREE has no exception.

Method HANDLE_NODE_CONTEXT_MENU_REQ Signature

Method HANDLE_NODE_CONTEXT_MENU_REQ on class CL_RSDME_UI_NAV_TREE has no parameter.
Method HANDLE_NODE_CONTEXT_MENU_REQ on class CL_RSDME_UI_NAV_TREE has no exception.

Method HANDLE_NODE_CONTEXT_MENU_SEL Signature

Method HANDLE_NODE_CONTEXT_MENU_SEL on class CL_RSDME_UI_NAV_TREE has no parameter.
Method HANDLE_NODE_CONTEXT_MENU_SEL on class CL_RSDME_UI_NAV_TREE has no exception.

Method HANDLE_NODE_DOUBLE_CLICK Signature

Method HANDLE_NODE_DOUBLE_CLICK on class CL_RSDME_UI_NAV_TREE has no parameter.
Method HANDLE_NODE_DOUBLE_CLICK on class CL_RSDME_UI_NAV_TREE has no exception.

Method ON_FUNCTION_SELECTED Signature

Method ON_FUNCTION_SELECTED on class CL_RSDME_UI_NAV_TREE has no parameter.
Method ON_FUNCTION_SELECTED on class CL_RSDME_UI_NAV_TREE has no exception.

Method ON_NODE_KEYPRESS Signature

Method ON_NODE_KEYPRESS on class CL_RSDME_UI_NAV_TREE has no parameter.
Method ON_NODE_KEYPRESS on class CL_RSDME_UI_NAV_TREE has no exception.

Method REFRESH_TREE Signature

Method REFRESH_TREE on class CL_RSDME_UI_NAV_TREE has no parameter.
Method REFRESH_TREE on class CL_RSDME_UI_NAV_TREE has no exception.

Method REGISTER_EVENTS Signature

Method REGISTER_EVENTS on class CL_RSDME_UI_NAV_TREE has no parameter.
Method REGISTER_EVENTS on class CL_RSDME_UI_NAV_TREE has no exception.

Method UPDATE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_ID Call by reference Type reference (TYPE) RSDMSU_TREENODE-NODEID 20030813

Method UPDATE_NODE on class CL_RSDME_UI_NAV_TREE has no exception.

Method UPDATE_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_ID Call by reference Type reference (TYPE) RSDMSU_TREENODE-NODEID 20030813
2 Importing I_PARENT Call by reference Type reference (TYPE) RSDMSU_TREENODE-NODEID 20030813
3 Importing I_TREE_TYPE Call by reference Type reference (TYPE) RSDMSU_TREENODE-TYPE 20030813

Method UPDATE_TREE on class CL_RSDME_UI_NAV_TREE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 350