SAP ABAP Class CL_RSDRC_EQSID_TABL_CACHE (Stores EQSID table restrictions in case of multiproviders)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDRC (Package) Data Manager InfoProvider Read Access
⤷
⤷
Properties
| Class | CL_RSDRC_EQSID_TABL_CACHE | |
| Short Description | Stores EQSID table restrictions in case of multiproviders | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDRC | Data Manager InfoProvider Read Access |
| Created | 20040707 | 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_RSDRC_EQSID_TABL_CACHE has no interface implemented.
Friends
Class CL_RSDRC_EQSID_TABL_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) | PT_TS_CACHE | Cached EQSID objects | 20040707 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add an entry to the cache | 20040707 | |
| 2 | Instance method | Public | Method | Checks whether a materialized eqsid condition already exists | 20040707 | |
| 3 | Instance method | Public | Method | Cleans up the cache again (Releases the stored tables) | 20040707 | |
| 4 | Static method | Private | Method | Get basic characteristic name | 20040707 |
Events
Class CL_RSDRC_EQSID_TABL_CACHE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | PT_S_CACHE | Private | See coding | Cache entry | 20040707 | begin of PT_S_CACHE,
chanm TYPE rschanm,
th_eqsid TYPE RRSI_TH_SID,
tablnm TYPE rsd_tablnm,
end of PT_S_CACHE
|
|
| 2 | PT_TS_CACHE | Private | See coding | Cache table | 20040707 | pt_ts_cache TYPE sorted table of PT_S_CACHE with non-unique key chanm
initial size 0
|
Method Signatures
Method ADD_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20040707 | |||
| 2 | I_TABLNM | Call by reference | Type reference (TYPE) | RSD_TABLNM | Database Table Name | 20040707 | |||
| 3 | I_TS_EQSID | Call by reference | Type reference (TYPE) | RRSI_TS_EQSID | Tabelle von SID (bzw. Integers) | 20061229 |
Method ADD_ENTRY on class CL_RSDRC_EQSID_TABL_CACHE has no exception.
Method CHECK_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20040707 | |||
| 2 | I_TS_EQSID | Call by reference | Type reference (TYPE) | RRSI_TS_EQSID | Tabelle von SID (bzw. Integers) | 20061229 | |||
| 3 | R_TABLNM | Value transfer | Type reference (TYPE) | RSD_TABLNM | Name of found table | 20040707 |
Method CHECK_ENTRY on class CL_RSDRC_EQSID_TABL_CACHE has no exception.
Method CLEANUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONNECTION | Call by reference | Type reference (TYPE) | DBCON_NAME | 'R/3*' | Logischer Name einer Datenbankverbindung | 20060825 |
Method CLEANUP on class CL_RSDRC_EQSID_TABL_CACHE has no exception.
Method GET_CHABASNM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20040707 | |||
| 2 | R_CHABASNM | Value transfer | Type reference (TYPE) | RSCHANM | Merkmal | 20040707 |
Method GET_CHABASNM on class CL_RSDRC_EQSID_TABL_CACHE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |