Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDHAF_MAINT_CONSTANTS | Frontend: Maintenance Constants | 20130107 |
Properties
| Class | CL_RSDHAF_MODELING_TREE | |
| Short Description | Frontend: Modeling Tree | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | RSDHA | |
| Program status | ||
| Category | 0 | |
| Package | RSDHA | SAP HANA Analysis in BW |
| Created | 20130107 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 6 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSDHAF_MAINT_CONSTANTS | Frontend: Maintenance Constants | 20130107 |
Friends
Class CL_RSDHAF_MODELING_TREE has no friend class.
Attributes
Methods
Events
Class CL_RSDHAF_MODELING_TREE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_ROOT_NODE | Public | See coding | Root Node | 20130108 | BEGIN OF tn_root_node,
node_key TYPE tv_nodekey,
name TYPE string,
END OF tn_root_node
|
|
| 2 | TN_S_DRAGDROP | Public | See coding | Drag&Drop Data | 20130107 | BEGIN OF tn_s_dragdrop,
item_name TYPE tv_itmname,
t_drag_node_key TYPE treemnotab,
drop_node_key TYPE tm_nodekey,
END OF tn_s_dragdrop
|
|
| 3 | TN_S_SCREEN_OBJECTS | Public | See coding | Screen Objects | 20130116 | BEGIN OF tn_s_screen_objects,
screen TYPE sy-dynnr,
docking_container TYPE REF TO cl_gui_container,
splitter_container TYPE REF TO cl_gui_splitter_container,
toolbar TYPE REF TO cl_gui_toolbar,
tree_container TYPE REF TO cl_gui_container,
tree_model TYPE REF TO cl_column_tree_model,
END OF tn_s_screen_objects
|
|
| 4 | TN_T_ROOT_NODE | Public | See coding | Root Node (Table Type) | 20130108 | tn_t_root_node TYPE HASHED TABLE OF tn_root_node WITH UNIQUE KEY node_key
|
|
| 5 | TN_T_SCREEN_OBJECTS | Public | See coding | Screen Objects - Standard Table Type | 20130116 | tn_t_screen_objects TYPE STANDARD TABLE OF tn_s_screen_objects WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | 20130107 | ||||
| 2 | I_R_MAINTENANCE | Call by reference | Object reference (TYPE REF TO) | CL_RSDHAF_MAINTENANCE | Maintenance Analysis Process | 20130107 |
Method CONSTRUCTOR on class CL_RSDHAF_MODELING_TREE has no exception.
Method GET_IS_TREE_INITIALIZED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_TREE_INITIALIZED | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20130107 |
Method GET_IS_TREE_INITIALIZED on class CL_RSDHAF_MODELING_TREE has no exception.
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_MAINTENANCE | Call by reference | Object reference (TYPE REF TO) | CL_RSDHAF_MAINTENANCE | Frontend: Maintenance HANA Analysis Process | 20130116 |
Method INITIALIZE on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_ADD_TOOLBAR_BUTTONS Signature
Method P_ADD_TOOLBAR_BUTTONS on class CL_RSDHAF_MODELING_TREE has no parameter.
Method P_ADD_TOOLBAR_BUTTONS on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_ADJUST_TOOLBAR Signature
Method P_ADJUST_TOOLBAR on class CL_RSDHAF_MODELING_TREE has no parameter.
Method P_ADJUST_TOOLBAR on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_COLLAPSE_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_NODE_KEY | Call by reference | Type reference (TYPE) | TREEMNOTAB | Tree Model: Node Key | 20130107 |
Method P_COLLAPSE_NODES on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_CREATE_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20130107 | |||
| 2 | R_R_TREE_MODEL | Value transfer | Object reference (TYPE REF TO) | CL_COLUMN_TREE_MODEL | Column Tree Control with Data Management at Backend | 20130116 |
Method P_CREATE_TREE on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_EXPAND_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_NODE_KEY | Call by reference | Type reference (TYPE) | TREEMNOTAB | Tree Model: Node Key | 20130107 |
Method P_EXPAND_NODES on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_GET_NODE_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_NODE_KEY | Value transfer | Type reference (TYPE) | TREEMNOTAB | Tree Model: Node Key | 20130107 |
Method P_GET_NODE_KEYS on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_REFRESH_ANALYSIS_TYPES Signature
Method P_REFRESH_ANALYSIS_TYPES on class CL_RSDHAF_MODELING_TREE has no parameter.
Method P_REFRESH_ANALYSIS_TYPES on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_REFRESH_ANALYTIC_INDICES Signature
Method P_REFRESH_ANALYTIC_INDICES on class CL_RSDHAF_MODELING_TREE has no parameter.
Method P_REFRESH_ANALYTIC_INDICES on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_REFRESH_CONFIGURATIONS Signature
Method P_REFRESH_CONFIGURATIONS on class CL_RSDHAF_MODELING_TREE has no parameter.
Method P_REFRESH_CONFIGURATIONS on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_REFRESH_COPRS Signature
Method P_REFRESH_COPRS on class CL_RSDHAF_MODELING_TREE has no parameter.
Method P_REFRESH_COPRS on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_REFRESH_CUBES Signature
Method P_REFRESH_CUBES on class CL_RSDHAF_MODELING_TREE has no parameter.
Method P_REFRESH_CUBES on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_REFRESH_DATASTORES Signature
Method P_REFRESH_DATASTORES on class CL_RSDHAF_MODELING_TREE has no parameter.
Method P_REFRESH_DATASTORES on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_REFRESH_HIERARCHY Signature
Method P_REFRESH_HIERARCHY on class CL_RSDHAF_MODELING_TREE has no parameter.
Method P_REFRESH_HIERARCHY on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_REFRESH_INFOOBJECTS Signature
Method P_REFRESH_INFOOBJECTS on class CL_RSDHAF_MODELING_TREE has no parameter.
Method P_REFRESH_INFOOBJECTS on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_REFRESH_MULTIPROVIDERS Signature
Method P_REFRESH_MULTIPROVIDERS on class CL_RSDHAF_MODELING_TREE has no parameter.
Method P_REFRESH_MULTIPROVIDERS on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_REFRESH_QUERYSNAPSHOTS Signature
Method P_REFRESH_QUERYSNAPSHOTS on class CL_RSDHAF_MODELING_TREE has no parameter.
Method P_REFRESH_QUERYSNAPSHOTS on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_REFRESH_SPOS Signature
Method P_REFRESH_SPOS on class CL_RSDHAF_MODELING_TREE has no parameter.
Method P_REFRESH_SPOS on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_REGISTER_TOOLBAR_EVENTS Signature
Method P_REGISTER_TOOLBAR_EVENTS on class CL_RSDHAF_MODELING_TREE has no parameter.
Method P_REGISTER_TOOLBAR_EVENTS on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_SEARCH Signature
Method P_SEARCH on class CL_RSDHAF_MODELING_TREE has no parameter.
Method P_SEARCH on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_SEARCH_NEXT Signature
Method P_SEARCH_NEXT on class CL_RSDHAF_MODELING_TREE has no parameter.
Method P_SEARCH_NEXT on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_TOOLBAR_FUNCTION_SELECTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Value transfer | Attribute reference (LIKE) | 20130107 |
Method P_TOOLBAR_FUNCTION_SELECTED on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_TREE_DRAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DRAG_DROP_OBJECT | Value transfer | Attribute reference (LIKE) | 20130107 | |||||
| 2 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20130107 | |||||
| 3 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20130107 |
Method P_TREE_DRAG on class CL_RSDHAF_MODELING_TREE has no exception.
Method P_TREE_EXPAND_NO_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20130108 |
Method P_TREE_EXPAND_NO_CHILDREN on class CL_RSDHAF_MODELING_TREE has no exception.
Method REFRESH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COLLAPSE | Call by reference | Type reference (TYPE) | RS_BOOL | X: Collapse Tree | 20130107 | |||
| 2 | I_S_CONTEXT | Call by reference | Type reference (TYPE) | IF_RSDHAF_MAINT_TYPES=>TN_S_CONTEXT | Data Analysis Process Context | 20130107 | |||
| 3 | I_T_NODE_KEY | Call by reference | Type reference (TYPE) | TREEMNOTAB | Tree Model: Table of Node Keys | 20130116 |
Method REFRESH on class CL_RSDHAF_MODELING_TREE has no exception.
Method SET_TREE_VISIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VISIBLE | Call by reference | Type reference (TYPE) | RS_BOOL | X: Visible | 20130107 |
Method SET_TREE_VISIBLE on class CL_RSDHAF_MODELING_TREE has no exception.
Method SWITCH_SCREEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20130116 | |||
| 2 | I_R_MAINTENANCE | Call by reference | Object reference (TYPE REF TO) | CL_RSDHAF_MAINTENANCE | Frontend: Maintenance HANA Analysis Process | 20130116 |
Method SWITCH_SCREEN on class CL_RSDHAF_MODELING_TREE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |