SAP ABAP Class CL_RSDD_HDB_CUBE_METAPROV (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_CLASSIC_CUBE_META | Metadata Provider for InfoCubes on New DB | 20110131 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_HDB_VIRTUAL_METAPROV | Metadata for VirtualProvider or Query Snapshot on HDB | 20110126 |
Properties
| Class | CL_RSDD_HDB_CUBE_METAPROV | |
| Short Description | Metadata Provider for InfoCubes on New DB | |
| Super Class | CL_RSDD_HDB_CLASSIC_CUBE_META | Metadata Provider for InfoCubes on New DB |
| 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 | 20110126 | 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_CUBE_METAPROV has no interface implemented.
Friends
Class CL_RSDD_HDB_CUBE_METAPROV has no friend class.
Attributes
Class CL_RSDD_HDB_CUBE_METAPROV has no attribute.
Methods
Class CL_RSDD_HDB_CUBE_METAPROV has no method.
Events
Class CL_RSDD_HDB_CUBE_METAPROV 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 | 20110126 | 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 | 20110126 | tp_ts_table_name_cache TYPE SORTED TABLE OF tp_s_table_name_cache
WITH UNIQUE KEY dimension
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |