SAP ABAP Class CL_RSDD_CS_HIERARCHY_INPUT (Hierarchy Input for Aggregation)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDD_CALCSCENARIO (Package) Create Calculation Scenario

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_CS_INPUT | PartProvider Representation in Calculation View | 20110404 |
Properties
Class | CL_RSDD_CS_HIERARCHY_INPUT | |
Short Description | Hierarchy Input for Aggregation | |
Super Class | CL_RSDD_CS_INPUT | PartProvider Representation in Calculation View |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSDD_CALCSCENARIO | Create Calculation Scenario |
Created | 20110404 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSDD_CS_HIERARCHY_INPUT has no forward declaration.
Interfaces
Class CL_RSDD_CS_HIERARCHY_INPUT has no interface implemented.
Friends
Class CL_RSDD_CS_HIERARCHY_INPUT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'dynamic' | Hierarchy Table Type: Dynamic | 20110404 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'static' | Hierarchy Table Type: Static | 20110404 | |
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | STRING | 'hierarchyInput' | XML Tag Name | 20110404 | |
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Hierarchy Table Type | 20110404 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | PT_TS_HIERARCHY_INDEX | Index of Hierarchy Tables Used | 20110405 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TN_T_HIERARCHY_INDEX | List of Hierarchy Tables Used | 20110405 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Adds a hierarchy table | 20110405 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20110404 |
3 | ![]() |
Instance method | Public | Method | Returns the list of hierarchy tables used | 20110405 |
4 | ![]() |
Instance method | Public | Method | Returns the hierarchy table type | 20110404 |
5 | ![]() |
Instance method | Private | Method | Generates XML for the hierarchy tables used | 20110405 |
Events
Class CL_RSDD_CS_HIERARCHY_INPUT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | PT_S_HIERARCHY_ENTRY | Private | See coding | List Entry for a Hierarchy Table | 20110405 | BEGIN OF pt_s_hierarchy_entry,
table TYPE string,
object TYPE REF TO cl_rsdd_cs_hierarchy_table,
END OF pt_s_hierarchy_entry
|
|
2 | PT_TS_HIERARCHY_INDEX | Private | See coding | Sorted List of Hierarchy Tables Used | 20110404 | pt_ts_hierarchy_index TYPE SORTED TABLE OF pt_s_hierarchy_entry WITH UNIQUE KEY table
|
|
3 | TN_T_HIERARCHY_INDEX | Public | See coding | List of Hierarchy Tables Used | 20110404 | TN_T_HIERARCHY_INDEX type standard table of ref to cl_rsdd_cs_hierarchy_table with DEFAULT KEY
|
Method Signatures
Method ADD_HIERARCHY_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name der Hierarchietabelle | 20110405 | ||
2 | ![]() |
I_R_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_HIERARCHY_TABLE | Statische Hierarchietabelle für Calculation Scenario | 20110405 |
Method ADD_HIERARCHY_TABLE on class CL_RSDD_CS_HIERARCHY_INPUT has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ALIAS | Call by reference | Type reference (TYPE) | CSEQUENCE | Alias (eindeutiger Name im Calculation Scenario) | 20110404 | ||
2 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Hierarchietabelle | 20110404 | ||
3 | ![]() |
I_R_NAME_MAPPER | Call by reference | Object reference (TYPE REF TO) | IF_RSDD_HDB_NAME_MAPPER | Namenskonvertierungen für NewDB | 20110404 | ||
4 | ![]() |
I_R_SOURCE | Call by reference | Object reference (TYPE REF TO) | IF_RSDD_CS_INPUT_SOURCE | Sourceobjekt eines ClacView-Inputs | 20110404 | ||
5 | ![]() |
I_TYPE | Call by reference | Type reference (TYPE) | CSEQUENCE | N_C_TYPE_STATIC | Hierarchie-Tabellentyp (siehe Konstanten) | 20110404 |
Method CONSTRUCTOR on class CL_RSDD_CS_HIERARCHY_INPUT has no exception.
Method GET_HIERARCHY_TABLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_T_HIERARCHY_TABLES | Value transfer | Type reference (TYPE) | TN_T_HIERARCHY_INDEX | Liste der verwendeten Hierarchietabellen | 20110405 |
Method GET_HIERARCHY_TABLES on class CL_RSDD_CS_HIERARCHY_INPUT has no exception.
Method GET_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TYPE | Value transfer | Type reference (TYPE) | STRING | Hierarchie-Tabellentyp | 20110404 |
Method GET_TYPE on class CL_RSDD_CS_HIERARCHY_INPUT has no exception.
Method WRITE_HIERARCHY_TABLES Signature
Method WRITE_HIERARCHY_TABLES on class CL_RSDD_CS_HIERARCHY_INPUT has no parameter.
Method WRITE_HIERARCHY_TABLES on class CL_RSDD_CS_HIERARCHY_INPUT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |