SAP ABAP Class CL_RSDD_HDB_CUBE (Logical Index Proxy of a Cube for HDB)
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_LOGINDEX | Logical Index on New DB | 20101115 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_HDB_VIRTUAL_PROVIDER | VirtualProvider or Query Snapshot on HDB | 20101207 |
Properties
| Class | CL_RSDD_HDB_CUBE | |
| Short Description | Logical Index Proxy of a Cube for HDB | |
| Super Class | CL_RSDD_HDB_LOGINDEX | Logical Index 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 | 20100907 | SAP |
| Last change | 20140121 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDD_HDB_CUBE has no interface implemented.
Friends
Class CL_RSDD_HDB_CUBE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSDD_HDB_CUBE_METAPROV | Metadata Provider | 20110126 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20110127 |
Events
Class CL_RSDD_HDB_CUBE 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 | 20101124 | 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 | 20101124 | tp_ts_table_name_cache TYPE SORTED TABLE OF tp_s_table_name_cache
WITH UNIQUE KEY dimension
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFOPROVIDER | Call by reference | Type reference (TYPE) | CSEQUENCE | Infoprovider | 20110127 | |||
| 2 | I_R_DTA | Call by reference | Object reference (TYPE REF TO) | CL_RSD_DTA | Eigenschaften des Infoproviders | 20110311 | |||
| 3 | I_R_NAME_MAPPER | Call by reference | Object reference (TYPE REF TO) | IF_RSDD_HDB_NAME_MAPPER | Namenskonvertierungen für NewDB | 20110127 | |||
| 4 | I_SX_QUERY | Call by reference | Type reference (TYPE) | RSDRS_SX_QUERY | generische SX_QUERY für diesen Infoprovider | 20110127 | |||
| 5 | I_WITH_DB_COMMIT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | DB Commit/Rollback wird vom Objekt selbst gesteuert | 20110818 |
Method CONSTRUCTOR on class CL_RSDD_HDB_CUBE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 730 |