SAP ABAP Class CL_RSDD_HDB_DATA_STORE_META (Metadata Provider for a Datastore)
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 | 20110705 |
Properties
| Class | CL_RSDD_HDB_DATA_STORE_META | |
| Short Description | Metadata Provider for a Datastore | |
| 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 | 20110705 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDD_HDB_DATA_STORE_META has no interface implemented.
Friends
Class CL_RSDD_HDB_DATA_STORE_META has no friend class.
Attributes
Class CL_RSDD_HDB_DATA_STORE_META has no attribute.
Methods
Class CL_RSDD_HDB_DATA_STORE_META has no method.
Events
Class CL_RSDD_HDB_DATA_STORE_META has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_ALIAS | Private | See coding | 20110706 | BEGIN OF tp_s_alias,
tablnm TYPE rsd_tablnm, "Tablename
chanm TYPE rsd_iobjnm, "Characteristic Name
aliasnm TYPE rsd_tablnm, "Alias Name
END OF tp_s_alias
|
||
| 2 | TP_S_ALIAS_CNT | Private | See coding | 20110706 | BEGIN OF tp_s_alias_cnt,
tabtp TYPE rsdrs_tabtp, "Table Type
cnt TYPE i, "Alias counter
END OF tp_s_alias_cnt
|
||
| 3 | TP_TH_ALIAS_CNT | Private | See coding | 20110706 | tp_th_alias_cnt TYPE HASHED TABLE OF tp_s_alias_cnt
WITH UNIQUE KEY tabtp INITIAL SIZE 0
|
||
| 4 | TP_TS_ALIAS | Private | See coding | 20110706 | tp_ts_alias TYPE SORTED TABLE OF tp_s_alias
WITH UNIQUE KEY tablnm chanm INITIAL SIZE 0
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |