SAP ABAP Class CL_RSODSO_SETTING_VIEW_TREE (View: Tree of settings (MVC))
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSODSO_SETTINGS (Package) Parameter Maintenance for DataStores
Properties
Class CL_RSODSO_SETTING_VIEW_TREE  
Short Description View: Tree of settings (MVC)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSODSO_SETTINGS   Parameter Maintenance for DataStores 
Created 20120920   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSODSO_SETTING_CONFIG Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSODSO_SETTING_VIEW_TREE has no interface implemented.
Friends
Class CL_RSODSO_SETTING_VIEW_TREE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_FCODE_EDIT Instance attribute Public Type reference (TYPE) UI_FUNC 'EDIT' Function Code 20121023
2 C_TREE_COL1 Constant Protected Type reference (TYPE) TV_ITMNAME 'COL1' Tree Control: Column Name / Item Name 20120925
3 C_TREE_COL2 Constant Protected Type reference (TYPE) TV_ITMNAME 'COL2' Tree Control: Column Name / Item Name 20120925
4 C_TREE_COL3 Constant Protected Type reference (TYPE) TV_ITMNAME 'COL3' Tree Control: Column Name / Item Name 20121010
5 OR_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20120920
6 OR_GUI_CONTROLLER Instance attribute Protected Object reference (TYPE REF TO) CL_RSODSO_SETTING_CTRL Controller 20120920
7 OR_MODEL Instance attribute Protected Object reference (TYPE REF TO) CL_RSODSO_SETTING_MODEL Model (MVC) 20120921
8 OR_TREE Instance attribute Protected Object reference (TYPE REF TO) CL_COLUMN_TREE_MODEL ALV Tree Control 20120925
9 OT_EXP_NODE_CACHE Instance attribute Protected Type reference (TYPE) TREEMNOTAB Tree Model: Tabelle von Knotenschlüsseln 20121106
10 O_NODEKEY Instance attribute Protected Type reference (TYPE) INT4 Natürliche Zahl 20121106
11 O_SHOW_EXPERT Instance attribute Protected Type reference (TYPE) RS_BOOL Boolean 20121010
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CONFIG_SECTION Instance method Public Method 20120928
2 CONSTRUCTOR Instance method Public Constructor 20120920
3 FC_EDIT_CONFIG Instance method Protected Method 20121024
4 FC_RESET_DEFAULT Instance method Protected Method 20121024
5 FILL_TREE Instance method Public Method 20121001
6 FREE Instance method Public Method 20120920
7 GET_CONFIG Instance method Public Method 20121005
8 GET_CONTEXT Instance method Public Method 20121010
9 GET_NODEKEY Instance method Protected Method 20121106
10 INIT Instance method Public Method Initialization 20120920
11 ON_BTN_CLICK Instance method Protected Event handling method 20120925
12 ON_CONTEXT_MENU_CREATE Instance method Protected Event handling method 20121023
13 ON_CONTEXT_MENU_SELECT Instance method Protected Event handling method 20121023
14 ON_ITEM_DBLCLICK Instance method Protected Event handling method 20120925
15 ON_NODE_DBLCLICK Instance method Protected Event handling method 20120925
16 PREPARE_SCREEN Instance method Protected Method 20120920
17 REGISTER_EVENTS Instance method Protected Method 20120920
18 RESET_NODEKEY Instance method Protected Method 20121106
19 RESTORE_EXPAND_STATE Instance method Public Method 20121106
20 SAVE_EXPAND_STATE Instance method Public Method 20121106
21 SET_TOGGLE_EXPERT_VIEW Instance method Public Method 20121106
Events
Class CL_RSODSO_SETTING_VIEW_TREE has no event.
Types
Class CL_RSODSO_SETTING_VIEW_TREE has no local type.
Method Signatures

Method ADD_CONFIG_SECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PARAM Call by reference Type reference (TYPE) RSODSO_T_SETTING_PARAM Patameter for DataStore settings 20121001
2 Importing IR_CONFIG Call by reference Object reference (TYPE REF TO) CL_RSODSO_SETTING_CONFIG Patameter for DataStore settings 20121001
3 Importing I_LEVEL_BEFORE Call by reference Type reference (TYPE) INT4 Natural Number 20121001
4 Importing I_RELATIVE_NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Tree Model: Node Key 20121001

Method ADD_CONFIG_SECTION on class CL_RSODSO_SETTING_VIEW_TREE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20120920
2 Importing IR_CTRL Call by reference Object reference (TYPE REF TO) CL_RSODSO_SETTING_CTRL Controller 20120920
3 Importing IR_MODEL Call by reference Object reference (TYPE REF TO) CL_RSODSO_SETTING_MODEL Model (MVC) 20120921
4 Importing I_SHOW_EXPERT Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20121010

Method CONSTRUCTOR on class CL_RSODSO_SETTING_VIEW_TREE has no exception.

Method FC_EDIT_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Tree Model: Node Key 20121024

Method FC_EDIT_CONFIG on class CL_RSODSO_SETTING_VIEW_TREE has no exception.

Method FC_RESET_DEFAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Tree Model: Node Key 20121024
# Exception Resumable Description Created on
1 CX_RSODSO_ROOT RSODSO Exception Hierarchy 20121024

Method FILL_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CONFIGURATION Call by reference Type reference (TYPE) CL_RSODSO_SETTING_CONFIG=>TT_DATASTORE_CONFIGURATION 20121001

Method FILL_TREE on class CL_RSODSO_SETTING_VIEW_TREE has no exception.

Method FREE Signature

Method FREE on class CL_RSODSO_SETTING_VIEW_TREE has no parameter.
Method FREE on class CL_RSODSO_SETTING_VIEW_TREE has no exception.

Method GET_CONFIG 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) TM_NODEKEY Tree Model: Node Key 20121005
2 Returning RR_CONTAINER Value transfer Object reference (TYPE REF TO) CL_RSODSO_SETTING_VIEW_CONT Settings (generic) 20121023

Method GET_CONFIG on class CL_RSODSO_SETTING_VIEW_TREE has no exception.

Method GET_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_CONTEXT Value transfer Object reference (TYPE REF TO) CL_RSODSO_SETTING_CONTEXT Context 20121010

Method GET_CONTEXT on class CL_RSODSO_SETTING_VIEW_TREE has no exception.

Method GET_NODEKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NODEKEY Value transfer Type reference (TYPE) TM_NODEKEY Tree Model: Schlüssel eines Knotens 20121106

Method GET_NODEKEY on class CL_RSODSO_SETTING_VIEW_TREE has no exception.

Method INIT Signature

Method INIT on class CL_RSODSO_SETTING_VIEW_TREE has no parameter.
# Exception Resumable Description Created on
1 CX_RSODSO_ROOT RSODSO Exception Hierarchy 20120920

Method ON_BTN_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20120925
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20120925

Method ON_BTN_CLICK on class CL_RSODSO_SETTING_VIEW_TREE has no exception.

Method ON_CONTEXT_MENU_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20121023
2 Importing MENU Call by reference Attribute reference (LIKE) 20121023
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20121023

Method ON_CONTEXT_MENU_CREATE on class CL_RSODSO_SETTING_VIEW_TREE has no exception.

Method ON_CONTEXT_MENU_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Attribute reference (LIKE) 20121023
2 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20121023
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20121023

Method ON_CONTEXT_MENU_SELECT on class CL_RSODSO_SETTING_VIEW_TREE has no exception.

Method ON_ITEM_DBLCLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20120925
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20120925

Method ON_ITEM_DBLCLICK on class CL_RSODSO_SETTING_VIEW_TREE has no exception.

Method ON_NODE_DBLCLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20120925

Method ON_NODE_DBLCLICK on class CL_RSODSO_SETTING_VIEW_TREE has no exception.

Method PREPARE_SCREEN Signature

Method PREPARE_SCREEN on class CL_RSODSO_SETTING_VIEW_TREE has no parameter.
# Exception Resumable Description Created on
1 CX_RSODSO_ROOT RSODSO Exception Hierarchy 20120920

Method REGISTER_EVENTS Signature

Method REGISTER_EVENTS on class CL_RSODSO_SETTING_VIEW_TREE has no parameter.
# Exception Resumable Description Created on
1 CX_RSODSO_ROOT RSODSO Exception Hierarchy 20120925

Method RESET_NODEKEY Signature

Method RESET_NODEKEY on class CL_RSODSO_SETTING_VIEW_TREE has no parameter.
Method RESET_NODEKEY on class CL_RSODSO_SETTING_VIEW_TREE has no exception.

Method RESTORE_EXPAND_STATE Signature

Method RESTORE_EXPAND_STATE on class CL_RSODSO_SETTING_VIEW_TREE has no parameter.
Method RESTORE_EXPAND_STATE on class CL_RSODSO_SETTING_VIEW_TREE has no exception.

Method SAVE_EXPAND_STATE Signature

Method SAVE_EXPAND_STATE on class CL_RSODSO_SETTING_VIEW_TREE has no parameter.
Method SAVE_EXPAND_STATE on class CL_RSODSO_SETTING_VIEW_TREE has no exception.

Method SET_TOGGLE_EXPERT_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SHOW_EXPERT Call by reference Type reference (TYPE) RS_BOOL Boolean 20121106
2 Returning R_SHOW_EXPERT Value transfer Type reference (TYPE) RS_BOOL Boolean 20121106

Method SET_TOGGLE_EXPERT_VIEW on class CL_RSODSO_SETTING_VIEW_TREE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730