Hierarchy

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_CACHE_STORE_DB | Cache Entries in Database | 20130107 |
Properties
Class | CL_RSR_CACHE_STORE | |
Short Description | Cache Object Store | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSR_CACHE | BW: Reporting Processor Cache |
Created | 20130107 | 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) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSR_CACHE_STORE has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_RSR_CACHE_ENTRIES_MON | 20130115 | Formatting of Cache Entries for Monitor Display |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | DBCON_NAME | 'R/3*CACHE' | 20130729 | ||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_RSR_CACHE_STAT | Cache statistics | 20130120 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | MSNAME2 | 20130307 | |||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSR_S_CACHE_QUERY_SETTINGS | 20130716 | |||
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | NUMC3 | Counter for Shrink tasks | 20130113 | ||
6 | ![]() |
Constant | Private | Type reference (TYPE) | I | 259200 | 20130604 | ||
7 | ![]() |
Constant | Private | Type reference (TYPE) | I | 300 | 20130228 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | Number of entries | 20130128 | ||
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TZONREF-TSTAMPL | 20130228 |
Methods
Events
Class CL_RSR_CACHE_STORE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | NT_RT_RANGE_FFIDS | Public | See coding | 20130124 | nt_rt_range_ffids TYPE RANGE OF rsrcb_log_id
|
||
2 | OT_S_CACHE_QUERY_KEY | Protected | See coding | 20130304 | BEGIN OF ot_s_cache_query_key,
genuniid TYPE rsgenuniid,
END OF ot_s_cache_query_key
|
||
3 | OT_S_DATA_KEY | Protected | See coding | 20130304 | BEGIN OF ot_s_data_key,
ff_log_id TYPE guid_32,
END OF ot_s_data_key
|
||
4 | OT_S_FF_KEY | Protected | See coding | 20130227 | BEGIN OF ot_s_ff_key,
vh_log_id TYPE rsr_cache_ffb-vh_log_id,
ff_log_id TYPE rsr_cache_ffb-ff_log_id,
END OF ot_s_ff_key
|
||
5 | OT_S_FF_SHORT | Protected | See coding | 20130227 | BEGIN OF ot_s_ff_short.
INCLUDE TYPE ot_s_ff_key.
TYPES:
del_timestmp TYPE rsr_cache_ffb-del_timestmp,
lu_timestamp TYPE rsr_cache_ffb-lu_timestamp,
END OF ot_s_ff_short
|
||
6 | OT_S_VARSHB_KEY | Protected | See coding | 20130304 | BEGIN OF ot_s_varshb_key,
genuniid TYPE rsgenuniid,
servername TYPE msname2,
vh_log_id TYPE rsrcb_log_id,
END OF ot_s_varshb_key
|
||
7 | OT_TS_CACHE_QUERY_KEYS | Protected | See coding | 20130304 | ot_ts_cache_query_keys TYPE SORTED TABLE OF ot_s_cache_query_key WITH UNIQUE KEY genuniid
|
||
8 | OT_TS_DATA_KEYS | Protected | See coding | 20130304 | ot_ts_data_keys TYPE SORTED TABLE OF ot_s_data_key WITH UNIQUE KEY ff_log_id
|
||
9 | OT_TS_FF_KEYS | Protected | See coding | 20130227 | ot_ts_ff_keys TYPE SORTED TABLE OF ot_s_ff_key WITH UNIQUE KEY vh_log_id ff_log_id
|
||
10 | OT_TS_VARSHB_KEYS | Protected | See coding | 20130304 | ot_ts_varshb_keys TYPE SORTED TABLE OF ot_s_varshb_key WITH UNIQUE KEY genuniid servername vh_log_id
|
||
11 | OT_T_LOG_ID_RANGE | Protected | See coding | 20130301 | ot_t_log_id_range TYPE RANGE OF rsrcb_log_id
|
Method Signatures
Method CHECK_QUERY_VALIDITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CGID | Call by reference | Type reference (TYPE) | RRCGID | 20130107 | |||
2 | ![]() |
I_CURRENT_CREATE_STMP | Call by reference | Type reference (TYPE) | RSTIMESTMP | 20130107 | |||
3 | ![]() |
I_GENUNIID | Call by reference | Type reference (TYPE) | RSGENUNIID | 20130107 | |||
4 | ![]() |
I_REF_TIMESTMP | Call by reference | Type reference (TYPE) | RSTIMESTMP | 20130107 |
Method CHECK_QUERY_VALIDITY on class CL_RSR_CACHE_STORE has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SID_STABILITY | Call by reference | Type reference (TYPE) | IF_RRSI_LOCAL_SID=>NT_STABLE | 20130307 | |||
2 | ![]() |
I_S_CACHE_QUERY_SETTINGS | Call by reference | Type reference (TYPE) | RSR_S_CACHE_QUERY_SETTINGS | 20130716 |
Method CONSTRUCTOR on class CL_RSR_CACHE_STORE has no exception.
Method DELETE_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_CACHE_PACKAGES | Call by reference | Type reference (TYPE) | RSRCS_T_CACHE_PACKAGES | 20130122 | |||
2 | ![]() |
I_VH_LOG_ID | Call by reference | Type reference (TYPE) | RSRCB_LOG_ID | Logical ID | 20130122 |
Method DELETE_ENTRIES on class CL_RSR_CACHE_STORE has no exception.
Method FLUSH_STAT Signature
Method FLUSH_STAT on class CL_RSR_CACHE_STORE has no parameter.
Method FLUSH_STAT on class CL_RSR_CACHE_STORE has no exception.
Method GET_DATA_ENTRIES_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_SP_DATA | Call by reference | Type reference (TYPE) | RSRCS_T_SP_DATA | 20130314 | |||
2 | ![]() |
I_FF_LOG_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20130108 |
Method GET_DATA_ENTRIES_DATA on class CL_RSR_CACHE_STORE has no exception.
Method GET_FF_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_FF | Call by reference | Type reference (TYPE) | RSRCS_T_FF | 20130314 | |||
2 | ![]() |
I_VH_LOG_ID | Call by reference | Type reference (TYPE) | RSRCB_LOG_ID | Logical ID | 20130108 |
Method GET_FF_DATA on class CL_RSR_CACHE_STORE has no exception.
Method GET_NUMBER_OF_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_REFRESH | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | read again | 20130128 | |
2 | ![]() |
R_NUMBER_OF_ENTRIES | Value transfer | Type reference (TYPE) | I | Number of cache entries | 20130113 |
Method GET_NUMBER_OF_ENTRIES on class CL_RSR_CACHE_STORE has no exception.
Method GET_QUERY_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_QUERY | Call by reference | Type reference (TYPE) | RSRCS_T_QUERY | Table for Query Data | 20130108 |
Method GET_QUERY_DATA on class CL_RSR_CACHE_STORE has no exception.
Method GET_SIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_REFRESH | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20130731 | |
2 | ![]() |
R_SIZE | Value transfer | Type reference (TYPE) | RS_LONGINT | Long Integer | 20130119 |
Method GET_SIZE on class CL_RSR_CACHE_STORE has no exception.
Method GET_THRESHOLDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_HIGHER_BOUND | Call by reference | Type reference (TYPE) | I | Value to start shrinking process at | 20130115 | ||
2 | ![]() |
E_LOWER_BOUND | Call by reference | Type reference (TYPE) | I | Value to shrink the cache to | 20130115 | ||
3 | ![]() |
I_REFRESH | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | 20130228 |
Method GET_THRESHOLDS on class CL_RSR_CACHE_STORE has no exception.
Method GET_VARSH_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_VARSH | Call by reference | Type reference (TYPE) | RSRCS_T_VARSH | 20130314 | |||
2 | ![]() |
I_GENUNIID | Call by reference | Type reference (TYPE) | RSGENUNIID | Internal display of the report identifier | 20130108 |
Method GET_VARSH_DATA on class CL_RSR_CACHE_STORE has no exception.
Method GET_VARSH_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TIMESTAMP | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20130110 | ||
2 | ![]() |
E_VH_LOG_ID | Call by reference | Type reference (TYPE) | RSRCB_LOG_ID | Logical ID | 20130110 | ||
3 | ![]() |
I_CREATESTMP | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20130110 | ||
4 | ![]() |
I_GENUNIID | Call by reference | Type reference (TYPE) | RSR_S_RKB1D-GENUNIID | Internal display of the report identifier | 20130110 | ||
5 | ![]() |
I_SRDATE | Call by reference | Type reference (TYPE) | RRSRDATE | Date with which texts, attributes and hierarchies are read | 20130110 | ||
6 | ![]() |
I_SX_CURR | Call by reference | Type reference (TYPE) | RSRCC_SX_CURR | OLAP: Query Cube Cache Currency | 20130110 | ||
7 | ![]() |
I_S_CLUSTERID | Call by reference | Type reference (TYPE) | RSRCC_S_CLUSTERID | ID of a Memory Area | 20130110 | ||
8 | ![]() |
I_TSX_VAR | Call by reference | Type reference (TYPE) | RSRCC_TSX_VAR | OLAP: Query Cube Buffer | 20130110 | ||
9 | ![]() |
I_TS_COA | Call by reference | Type reference (TYPE) | RRO01_TS_COA | CHABASNM for Characteristics with Navigation Attributes | 20130110 | ||
10 | ![]() |
I_TS_SH | Call by reference | Type reference (TYPE) | RSRCC_TS_SH | OLAP: Query Cube Cache | 20130110 |
Method GET_VARSH_ENTRY on class CL_RSR_CACHE_STORE has no exception.
Method READ_DATA_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_CACHE_EXIT | Call by reference | Object reference (TYPE REF TO) | IF_RSR_CACHE_EXIT | cache exit (to be implemented by cache callers) | 20130108 | ||
2 | ![]() |
I_R_CACHE_PACKAGE | Call by reference | Object reference (TYPE REF TO) | CL_RSR_CACHE_DATA_PACKAGE | cache data package | 20130108 | ||
3 | ![]() |
R_FOUND | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20130108 |
Method READ_DATA_ENTRY on class CL_RSR_CACHE_STORE has no exception.
Method READ_ENTRIES 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 | Boolean | 20130115 | ||
2 | ![]() |
E_T_CACHE_PACKAGES | Call by reference | Type reference (TYPE) | RSRCS_T_CACHE_PACKAGES | 20130115 | |||
3 | ![]() |
I_GENUNIID | Call by reference | Type reference (TYPE) | RSGENUNIID | Internal display of the report identifier | 20130115 | ||
4 | ![]() |
I_READMODE | Call by reference | Type reference (TYPE) | RSRREADMODE | Read Mode | 20130115 | ||
5 | ![]() |
I_RT_IGNORE_FFIDS | Call by reference | Type reference (TYPE) | NT_RT_RANGE_FFIDS | 20130124 | |||
6 | ![]() |
I_R_CACHE_PACKAGE_CTRL | Call by reference | Object reference (TYPE REF TO) | IF_RSR_CACHE_PACKAGE_CTRL | cache data package controller | 20130115 | ||
7 | ![]() |
I_VH_LOG_ID | Call by reference | Type reference (TYPE) | RSRCB_LOG_ID | Logical ID | 20130115 |
Method READ_ENTRIES on class CL_RSR_CACHE_STORE has no exception.
Method RESET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_SUCCESS | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20130108 |
Method RESET on class CL_RSR_CACHE_STORE has no exception.
Method SET_SERVER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SERVER | Call by reference | Type reference (TYPE) | MSNAME2 | Application Server Name | 20130731 |
Method SET_SERVER on class CL_RSR_CACHE_STORE has no exception.
Method SHRINK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ALL | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | delete all entries ignoring lower bound | 20130114 | |
2 | ![]() |
I_REF_TIMESTMP | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20130125 | ||
3 | ![]() |
R_ALREADY_RUNNING | Value transfer | Type reference (TYPE) | RS_BOOL | Shrinking process already running | 20130113 |
Method SHRINK on class CL_RSR_CACHE_STORE has no exception.
Method WRITE_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_GENUNIID | Call by reference | Type reference (TYPE) | RSGENUNIID | Internal display of the report identifier | 20130108 | ||
2 | ![]() |
I_T_CACHE_PACKAGES | Call by reference | Type reference (TYPE) | RSRCS_T_CACHE_PACKAGES | 20130108 | |||
3 | ![]() |
R_SUCCESS | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20130108 |
Method WRITE_ENTRIES on class CL_RSR_CACHE_STORE has no exception.
Method _CHECK_SHRINK Signature
Method _CHECK_SHRINK on class CL_RSR_CACHE_STORE has no parameter.
Method _CHECK_SHRINK on class CL_RSR_CACHE_STORE has no exception.
Method _DELETE_DATA_COMPL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_SUCCESS | Value transfer | Type reference (TYPE) | RS_BOOL | 20130301 |
Method _DELETE_DATA_COMPL on class CL_RSR_CACHE_STORE has no exception.
Method _DELETE_DATA_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TS_DATA_KEYS | Call by reference | Type reference (TYPE) | OT_TS_DATA_KEYS | 20130304 |
Method _DELETE_DATA_ENTRIES on class CL_RSR_CACHE_STORE has no exception.
Method _DELETE_FF_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ONLY_MARK | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | 20130301 | ||
2 | ![]() |
I_TS_FFB_KEYS | Call by reference | Type reference (TYPE) | OT_TS_FF_KEYS | 20130301 | |||
3 | ![]() |
I_T_VH_LOG_ID_RANGE | Call by reference | Type reference (TYPE) | OT_T_LOG_ID_RANGE | 20130301 |
Method _DELETE_FF_ENTRIES on class CL_RSR_CACHE_STORE has no exception.
Method _DELETE_QUERY_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DELETE_DEPENDEND | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | 20130301 | ||
2 | ![]() |
I_ONLY_MARK | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | 20130301 | ||
3 | ![]() |
I_TS_CACHE_QUERY_KEYS | Call by reference | Type reference (TYPE) | OT_TS_CACHE_QUERY_KEYS | 20130304 |
Method _DELETE_QUERY_ENTRIES on class CL_RSR_CACHE_STORE has no exception.
Method _DELETE_VARSH_ENTRIES_QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DELETE_DEPENDEND | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | 20130304 | ||
2 | ![]() |
I_GENUNIID | Call by reference | Type reference (TYPE) | RSGENUNIID | 20130304 | |||
3 | ![]() |
I_ONLY_MARK | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | 20130304 | ||
4 | ![]() |
I_T_VH_LOG_IDS | Call by reference | Type reference (TYPE) | RSRCS_T_VH_LOG_IDS | 20130304 |
Method _DELETE_VARSH_ENTRIES_QUERY on class CL_RSR_CACHE_STORE has no exception.
Method _GET_ENTRY_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_R_CACHE_PACKAGE | Call by reference | Object reference (TYPE REF TO) | CL_RSR_CACHE_DATA_PACKAGE | 20130301 | |||
2 | ![]() |
E_R_CACHE_VARSH | Call by reference | Object reference (TYPE REF TO) | CL_RSR_CACHE_VARSH | 20130315 | |||
3 | ![]() |
E_S_QUERY | Call by reference | Type reference (TYPE) | RSR_CACHE_QUERY | 20130301 | |||
4 | ![]() |
I_GUID | Call by reference | Type reference (TYPE) | GUID_32 | 20130301 | |||
5 | ![]() |
I_MEM_ID | Call by reference | Type reference (TYPE) | RSRCB_MEM_ID | 20130301 |
Method _GET_ENTRY_CONTENT on class CL_RSR_CACHE_STORE has no exception.
Method _READ_DATA_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_CACHE_EXIT | Call by reference | Object reference (TYPE REF TO) | IF_RSR_CACHE_EXIT | cache exit (to be implemented by cache callers) | 20130109 | ||
2 | ![]() |
I_R_CACHE_PACKAGE | Call by reference | Object reference (TYPE REF TO) | CL_RSR_CACHE_DATA_PACKAGE | cache data package | 20130109 | ||
3 | ![]() |
R_FOUND | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20130109 |
Method _READ_DATA_ENTRY on class CL_RSR_CACHE_STORE has no exception.
Method _WRITE_DATA_ENTRIES_MULTIPLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_GENUNIID | Call by reference | Type reference (TYPE) | RSGENUNIID | Internal display of the report identifier | 20130108 | ||
2 | ![]() |
I_T_CACHE_PACKAGES | Call by reference | Type reference (TYPE) | RSRCS_T_CACHE_PACKAGES | 20130108 | |||
3 | ![]() |
R_SUCCESS | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20130108 |
Method _WRITE_DATA_ENTRIES_MULTIPLE on class CL_RSR_CACHE_STORE has no exception.
Method __DELETE_VARSH_BY_CREATESTMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CGID | Call by reference | Type reference (TYPE) | RRCGID | 20130228 | |||
2 | ![]() |
I_CURRENT_CREATE_STMP | Call by reference | Type reference (TYPE) | RSTIMESTMP | 20130228 | |||
3 | ![]() |
I_GENUNIID | Call by reference | Type reference (TYPE) | RSGENUNIID | 20130228 | |||
4 | ![]() |
I_REF_TIMESTMP | Call by reference | Type reference (TYPE) | RSTIMESTMP | 20130228 |
Method __DELETE_VARSH_BY_CREATESTMP on class CL_RSR_CACHE_STORE has no exception.
Method __DELETE_VARSH_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TS_VARSHB_KEYS | Call by reference | Type reference (TYPE) | OT_TS_VARSHB_KEYS | 20130304 |
Method __DELETE_VARSH_ENTRIES on class CL_RSR_CACHE_STORE has no exception.
Method __DELETE_VARSH_SRDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_GENUNIID | Call by reference | Type reference (TYPE) | RSGENUNIID | Internal display of the report identifier | 20130111 | ||
2 | ![]() |
I_SRDATE | Call by reference | Type reference (TYPE) | RRSRDATE | Date with which texts, attributes and hierarchies are read | 20130111 | ||
3 | ![]() |
I_VH_HASH | Call by reference | Type reference (TYPE) | RSRCS_VARSH_HASHX | Binary Hash Value for Variable/Hierarchy Values | 20130111 |
Method __DELETE_VARSH_SRDATE on class CL_RSR_CACHE_STORE has no exception.
Method __GET_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_ID | Value transfer | Type reference (TYPE) | RSRCC_ID | OLAP: Query Cube Cache FF ID | 20130110 |
Method __GET_ID on class CL_RSR_CACHE_STORE has no exception.
Method __GET_VARSH_OBJ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_R_CACHE_VARSH | Call by reference | Object reference (TYPE REF TO) | CL_RSR_CACHE_VARSH | 20130315 | |||
2 | ![]() |
E_VH_LOG_ID | Call by reference | Type reference (TYPE) | RSRCB_LOG_ID | Logical ID | 20130112 | ||
3 | ![]() |
I_CREATESTAMP | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20130112 | ||
4 | ![]() |
I_GENUNIID | Call by reference | Type reference (TYPE) | RSR_S_RKB1D-GENUNIID | Internal display of the report identifier | 20130112 | ||
5 | ![]() |
I_SRDATE | Call by reference | Type reference (TYPE) | RRSRDATE | Date with which texts, attributes and hierarchies are read | 20130112 | ||
6 | ![]() |
I_S_VARSH_CURR | Call by reference | Type reference (TYPE) | RSRCS_S_VARSH_CURR | 20130112 | |||
7 | ![]() |
I_VH_HASH | Call by reference | Type reference (TYPE) | RSRCS_VARSH_HASHX | Binary Hash Value for Variable/Hierarchy Values | 20130112 |
Method __GET_VARSH_OBJ on class CL_RSR_CACHE_STORE has no exception.
Method __GET_XSTRING_FF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_CACHE_PACKAGE | Call by reference | Object reference (TYPE REF TO) | CL_RSR_CACHE_DATA_PACKAGE | cache data package | 20130115 | ||
2 | ![]() |
R_R_XSTRING | Value transfer | Object reference (TYPE REF TO) | XSTRING | 20130115 |
Method __GET_XSTRING_FF on class CL_RSR_CACHE_STORE has no exception.
Method __READ_VARSH_ENTRY 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 found | 20130111 | ||
2 | ![]() |
E_T_CACHE_VARSH | Call by reference | Type reference (TYPE) | RSRCS_T_CACHE_VARSH | 20130315 | |||
3 | ![]() |
I_GENUNIID | Call by reference | Type reference (TYPE) | RSGENUNIID | Internal display of the report identifier | 20130111 | ||
4 | ![]() |
I_VH_HASH | Call by reference | Type reference (TYPE) | RSRCS_VARSH_HASHX | Binary Hash Value for Variable/Hierarchy Values | 20130111 |
Method __READ_VARSH_ENTRY on class CL_RSR_CACHE_STORE has no exception.
Method __WRITE_VARSH_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_CACHE_VARSH | Call by reference | Object reference (TYPE REF TO) | CL_RSR_CACHE_VARSH | 20130315 | |||
2 | ![]() |
R_SUCCESS | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20130111 |
Method __WRITE_VARSH_ENTRY on class CL_RSR_CACHE_STORE has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |