SAP ABAP Class CL_RSR_MDX_UI_STMT_RENDERER (MDX: Statement Renderer)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSR_MDX_UI (Package) MDX: Dialog

⤷

⤷

Properties
Class | CL_RSR_MDX_UI_STMT_RENDERER | |
Short Description | MDX: Statement Renderer | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSR_MDX_UI | MDX: Dialog |
Created | 20090304 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSR_MDX_UI_STMT_RENDERER has no forward declaration.
Interfaces
Class CL_RSR_MDX_UI_STMT_RENDERER has no interface implemented.
Friends
Class CL_RSR_MDX_UI_STMT_RENDERER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | NT_NODE_KEY | 0 | Parent of Root Nodes | 20090304 | |
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | NT_NODE_KEY | Technical Node Key | 20090304 | ||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | NT_S_STMT_TREE | MDX Command --> TREE | 20090304 | ||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | NT_TS_STMT_TREE | Sorted Table of Command/Tree Assignment | 20090304 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Instance Generation | 20090304 |
2 | ![]() |
Instance method | Public | Method | Instance Hierarchy Display | 20090304 |
3 | ![]() |
Instance method | Public | Method | Get Instance Tree | 20090420 |
4 | ![]() |
Instance method | Private | Method | Builds instance hierarchy | 20090304 |
5 | ![]() |
Instance method | Private | Method | Insertion of a Node in the Hierarchy Tree | 20090304 |
Events
Class CL_RSR_MDX_UI_STMT_RENDERER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | NT_NODE_KEY | Public | See coding | Technical Node Key | 20090304 | nt_node_key TYPE n LENGTH 4
|
|
2 | NT_S_INST_TREE | Public | See coding | Structure for Instance Tree | 20090426 | BEGIN OF NT_S_INST_TREE,
node_key TYPE string,
node_key_text TYPE string,
node_key_parent TYPE string,
node_ref TYPE REF TO object,
node_ref_parent TYPE REF TO object,
t_item TYPE STANDARD TABLE OF nt_s_item
WITH DEFAULT KEY,
END OF NT_S_INST_TREE
|
|
3 | NT_S_ITEM | Public | See coding | Attributes in Instance Tree | 20090427 | BEGIN OF NT_S_ITEM,
item TYPE string,
value TYPE REF TO data,
END OF NT_S_ITEM
|
|
4 | NT_S_NODE_HIER | Public | See coding | Node Relationship | 20090304 | BEGIN OF nt_s_node_hier,
ref TYPE REF TO cl_rsr_mdx_cmd,
parent TYPE REF TO cl_rsr_mdx_cmd,
node_key TYPE string,
END OF nt_s_node_hier
|
|
5 | NT_S_STMT_TREE | Public | See coding | MDX Command --> TREE | 20090304 | BEGIN OF nt_s_stmt_tree,
r_cmd TYPE REF TO cl_rsr_mdx_command,
r_tree TYPE REF TO cl_rso_data_tree,
r_renderer TYPE REF TO cl_rsr_mdx_ui_stmt_renderer,
END OF nt_s_stmt_tree
|
|
6 | NT_TS_NODE_HIER | Public | See coding | Table of Node Relationships | 20090304 | NT_TS_NODE_HIER TYPE SORTED TABLE OF nt_s_node_hier
WITH UNIQUE KEY ref parent
|
|
7 | NT_TS_STMT_TREE | Public | See coding | Sorted Table of Command/Tree Assignment | 20090304 | nt_ts_stmt_tree TYPE SORTED TABLE OF nt_s_stmt_tree
WITH UNIQUE KEY r_cmd
|
|
8 | NT_T_INST_TREE | Public | See coding | Table Type for Instance Tree | 20090426 | NT_T_INST_TREE TYPE STANDARD TABLE OF NT_S_INST_TREE
WITH DEFAULT KEY
|
Method Signatures
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_MDX_COMMAND | Call by reference | Object reference (TYPE REF TO) | CL_RSR_MDX_COMMAND | Kommando-Objekt für die MDX Verarbeitung | 20090304 | ||
2 | ![]() |
R_R_RENDERER | Value transfer | Object reference (TYPE REF TO) | CL_RSR_MDX_UI_STMT_RENDERER | Statement Renderer | 20090304 |
Method CREATE on class CL_RSR_MDX_UI_STMT_RENDERER has no exception.
Method DISPLAY_TREE Signature
Method DISPLAY_TREE on class CL_RSR_MDX_UI_STMT_RENDERER has no parameter.
Method DISPLAY_TREE on class CL_RSR_MDX_UI_STMT_RENDERER has no exception.
Method GET_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_TREE | Value transfer | Object reference (TYPE REF TO) | CL_RSO_DATA_TREE | BW Repository: Anzeige von Daten als Baum | 20090420 |
Method GET_TREE on class CL_RSR_MDX_UI_STMT_RENDERER has no exception.
Method _BUILD_TREE Signature
Method _BUILD_TREE on class CL_RSR_MDX_UI_STMT_RENDERER has no parameter.
Method _BUILD_TREE on class CL_RSR_MDX_UI_STMT_RENDERER has no exception.
Method _INSERT_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PARENT_NODE_KEY | Call by reference | Type reference (TYPE) | STRING | 20090426 | |||
2 | ![]() |
I_R_CMD_CHILD | Call by reference | Object reference (TYPE REF TO) | CL_RSR_MDX_CMD | abstaktes MDX Kommando | 20090426 | ||
3 | ![]() |
I_R_CMD_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_RSR_MDX_CMD | abstaktes MDX Kommando | 20090426 |
Method _INSERT_NODE on class CL_RSR_MDX_UI_STMT_RENDERER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 720 |