SAP ABAP Class CL_RSDD_HDB_CLASSIC_CUBE_META (Metadata Provider for InfoCubes on New DB)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDD_HDB_INDEX (Package) Access Layer for New DB Calc. Engine

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_HDB_INDEX_METAPROV | Metadata Provider for New DB Column View | 20110131 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_HDB_CUBE_METAPROV | Metadata Provider for InfoCubes on New DB | 20110131 |
Properties
Class | CL_RSDD_HDB_CLASSIC_CUBE_META | |
Short Description | Metadata Provider for InfoCubes on New DB | |
Super Class | CL_RSDD_HDB_INDEX_METAPROV | Metadata Provider for New DB Column View |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSDD_HDB_INDEX | Access Layer for New DB Calc. Engine |
Created | 20110131 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDD_HDB_CLASSIC_CUBE_META has no interface implemented.
Friends
Class CL_RSDD_HDB_CLASSIC_CUBE_META has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_TS_TABLE_NAME_CACHE | Name Cache for the Cube Tables | 20110131 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Returns the name of the SID table | 20110131 |
2 | ![]() |
Instance method | Protected | Method | Returns the name of the SID table | 20110131 |
Events
Class CL_RSDD_HDB_CLASSIC_CUBE_META has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TP_S_TABLE_NAME_CACHE | Private | See coding | Cube Table Entry in the Name Cache | 20110131 | BEGIN OF tp_s_table_name_cache,
dimension TYPE string,
table_name TYPE string,
END OF tp_s_table_name_cache
|
|
2 | TP_TS_TABLE_NAME_CACHE | Private | See coding | Name Cache for Cube Tables | 20110131 | tp_ts_table_name_cache TYPE SORTED TABLE OF tp_s_table_name_cache
WITH UNIQUE KEY dimension
|
Method Signatures
Method DERIVE_SID_TABLE_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DIMENSION | Call by reference | Type reference (TYPE) | RSDIMENSION | Cube-Dimension | 20110131 | ||
2 | ![]() |
I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOCUBE | Name des Infoproviders | 20110131 | ||
3 | ![]() |
I_IOBJTP | Call by reference | Type reference (TYPE) | RSIOBJTP | Eigenschaften eines InfoObjects im Datenziel | 20110131 | ||
4 | ![]() |
R_TABLE_NAME | Value transfer | Type reference (TYPE) | STRING | Name der SID-Tabelle | 20110131 |
Method DERIVE_SID_TABLE_NAME on class CL_RSDD_HDB_CLASSIC_CUBE_META has no exception.
Method GET_SID_TABLE_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DIMENSION | Call by reference | Type reference (TYPE) | RSDIMENSION | Cube-Dimension | 20110131 | ||
2 | ![]() |
I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOCUBE | Name des Infoproviders | 20110131 | ||
3 | ![]() |
I_IOBJTP | Call by reference | Type reference (TYPE) | RSIOBJTP | Eigenschaften eines InfoObjects im Datenziel | 20110131 | ||
4 | ![]() |
R_TABLE_NAME | Value transfer | Type reference (TYPE) | STRING | Name der SID-Tabelle | 20110131 |
Method GET_SID_TABLE_NAME on class CL_RSDD_HDB_CLASSIC_CUBE_META has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |