SAP ABAP Class CL_RSDRV_TREX_EQSID_CACHE (EQSID Table Cache for TREX)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDRV (Package) Data Manager Virtual InfoProvider

⤷

⤷

Properties
Class | CL_RSDRV_TREX_EQSID_CACHE | |
Short Description | EQSID Table Cache for TREX | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSDRV | Data Manager Virtual InfoProvider |
Created | 20070828 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDRV_TREX_EQSID_CACHE has no interface implemented.
Friends
Class CL_RSDRV_TREX_EQSID_CACHE 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) | NUMC4 | Identifier Counter | 20070828 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_RSD_INFOPROV=>NT_TS_DTA_PRO | 20130116 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_TX_CACHE | Cache for EQSID Tables | 20070828 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Check and Possibly Add Element to Cache | 20070828 |
2 | ![]() |
Instance method | Public | Method | Clear cache but keep ID (no reuse but distinct alias names) | 20130418 |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20070829 |
Events
Class CL_RSDRV_TREX_EQSID_CACHE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TP_SX_CACHE | Private | See coding | 20070828 | BEGIN OF tp_sx_cache,
chanm TYPE rsd_chanm,
eqsid TYPE rrsi_ts_eqsid,
id TYPE char5,
END OF tp_sx_cache
|
||
2 | TP_TX_CACHE | Private | See coding | 20070828 | tp_tx_cache TYPE STANDARD TABLE OF tp_sx_cache WITH NON-UNIQUE KEY chanm
INITIAL SIZE 0
|
Method Signatures
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_FOUND | Call by reference | Type reference (TYPE) | RS_BOOL | Entry already exists | 20070828 | ||
2 | ![]() |
E_ID | Value transfer | Type reference (TYPE) | RSALIAS | Identifier for this table | 20070828 | ||
3 | ![]() |
I_CHANM | Call by reference | Type reference (TYPE) | RSD_CHANM | characteristic | 20070828 | ||
4 | ![]() |
I_TS_EQSID | Call by reference | Type reference (TYPE) | RRSI_TS_EQSID | Sortierte Tabelle von SIDs | 20070828 |
Method CHECK on class CL_RSDRV_TREX_EQSID_CACHE has no exception.
Method CLEAR_CACHE Signature
Method CLEAR_CACHE on class CL_RSDRV_TREX_EQSID_CACHE has no parameter.
Method CLEAR_CACHE on class CL_RSDRV_TREX_EQSID_CACHE has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TS_DTA_PRO | Value transfer | Type reference (TYPE) | IF_RSD_INFOPROV=>NT_TS_DTA_PRO | 20130116 |
Method CONSTRUCTOR on class CL_RSDRV_TREX_EQSID_CACHE has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 711 |