SAP ABAP Class CL_RSDD_LTIP_META_TABLES_IM (Metadata Tables in Memory)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDD_LTIP_METADATA (Package) Metadata Layer for Logical Indexes
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_LTIP_META_TABLES | Creates Metadata Indexes | 20100204 |
Properties
| Class | CL_RSDD_LTIP_META_TABLES_IM | |
| Short Description | Metadata Tables in Memory | |
| Super Class | CL_RSDD_LTIP_META_TABLES | Creates Metadata Indexes |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDD_LTIP_METADATA | Metadata Layer for Logical Indexes |
| Created | 20100204 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSDD_LTIP_META_TABLES_IM has no forward declaration.
Interfaces
Class CL_RSDD_LTIP_META_TABLES_IM has no interface implemented.
Friends
Class CL_RSDD_LTIP_META_TABLES_IM has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | T_TH_CALCVIEW | 20100622 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | T_TH_RSDCUBE | 20100204 | ||||
| 3 | Static Attribute | Private | Type reference (TYPE) | T_TH_RSDCUBEIOBJ | 20100204 | ||||
| 4 | Static Attribute | Private | Type reference (TYPE) | T_TH_RSDCUBEIOBJATR | 20100204 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20100204 | ||
| 2 | Instance method | Public | Method | 20100622 | ||
| 3 | Instance method | Public | Method | 20100622 | ||
| 4 | Instance method | Public | Method | 20100622 |
Events
Class CL_RSDD_LTIP_META_TABLES_IM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_S_CALCVIEW | Public | See coding | 20100622 | BEGIN OF t_s_calcview,
index_id TYPE trexd_index_id,
calcview TYPE string,
END OF t_s_calcview
|
||
| 2 | T_TH_CALCVIEW | Public | See coding | 20100622 | t_th_calcview TYPE HASHED TABLE OF t_s_calcview WITH UNIQUE KEY index_id
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RFCDEST | Call by reference | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20100204 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20100204 |
Method DELETE_CALCVIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INDEX_ID | Call by reference | Type reference (TYPE) | TREXD_INDEX_ID | Index-ID | 20100622 |
Method DELETE_CALCVIEW on class CL_RSDD_LTIP_META_TABLES_IM has no exception.
Method GET_CALCVIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INDEX_ID | Call by reference | Type reference (TYPE) | TREXD_INDEX_ID | Index-ID | 20100622 | |||
| 2 | R_CALCVIEW | Value transfer | Type reference (TYPE) | STRING | 20100622 |
Method GET_CALCVIEW on class CL_RSDD_LTIP_META_TABLES_IM has no exception.
Method SET_CALCVIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CALCVIEW | Call by reference | Type reference (TYPE) | STRING | 20100622 | ||||
| 2 | I_INDEX_ID | Call by reference | Type reference (TYPE) | TREXD_INDEX_ID | Index-ID | 20100622 |
Method SET_CALCVIEW on class CL_RSDD_LTIP_META_TABLES_IM has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |