SAP ABAP Class CL_RSR_CACHE_STORE (Cache Object Store)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSR_CACHE (Package) BW: Reporting Processor Cache
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 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSRCS 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 N_C_CACHE_CON Constant Public Type reference (TYPE) DBCON_NAME 'R/3*CACHE' 20130729
2 O_R_CACHE_STAT Instance attribute Protected Object reference (TYPE REF TO) CL_RSR_CACHE_STAT Cache statistics 20130120
3 O_SERVER_NAME Instance attribute Protected Type reference (TYPE) MSNAME2 20130307
4 O_S_CACHE_QUERY_SETTINGS Instance attribute Protected Type reference (TYPE) RSR_S_CACHE_QUERY_SETTINGS 20130716
5 PS_TASK_COUNTER Static Attribute Private Type reference (TYPE) NUMC3 Counter for Shrink tasks 20130113
6 P_C_REFERENCE_WAITTIME Constant Private Type reference (TYPE) I 259200 20130604
7 P_C_WAIT_TIME Constant Private Type reference (TYPE) I 300 20130228
8 P_NUMBER_OF_ENTRIES Instance attribute Private Type reference (TYPE) I Number of entries 20130128
9 P_TIMESTMP_LAST_SHRINK_RUN Static Attribute Private Type reference (TYPE) TZONREF-TSTAMPL 20130228
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_QUERY_VALIDITY Instance method Public Method 20130107
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130120
3 DELETE_ENTRIES Instance method Public Method 20130122
4 FLUSH_STAT Instance method Public Method 20130120
5 GET_DATA_ENTRIES_DATA Instance method Public Method mon 20130107
6 GET_FF_DATA Instance method Public Method mon 20130107
7 GET_NUMBER_OF_ENTRIES Instance method Public Method 20130113
8 GET_QUERY_DATA Instance method Public Method mon 20130107
9 GET_SIZE Instance method Public Method 20130119
10 GET_THRESHOLDS Instance method Public Method 20130115
11 GET_VARSH_DATA Instance method Public Method mon 20130107
12 GET_VARSH_ENTRY Instance method Public Method 20130110
13 READ_DATA_ENTRY Instance method Public Method 20130107
14 READ_ENTRIES Instance method Public Method 20130115
15 RESET Static method Public Method 20130107
16 SET_SERVER Instance method Public Method 20130731
17 SHRINK Instance method Public Method 20130113
18 WRITE_ENTRIES Instance method Public Method 20130107
19 _CHECK_SHRINK Instance method Protected Method 20130111
20 _DELETE_DATA_COMPL Instance method Protected Method 20130301
21 _DELETE_DATA_ENTRIES Instance method Protected Method 20130122
22 _DELETE_FF_ENTRIES Instance method Protected Method 20130301
23 _DELETE_QUERY_ENTRIES Instance method Protected Method 20130301
24 _DELETE_VARSH_ENTRIES_QUERY Instance method Protected Method 20130304
25 _GET_ENTRY_CONTENT Instance method Protected Method 20130301
26 _READ_DATA_ENTRY Instance method Protected Method 20130109
27 _WRITE_DATA_ENTRIES_MULTIPLE Instance method Protected Method 20130108
28 __DELETE_VARSH_BY_CREATESTMP Instance method Private Method 20130228
29 __DELETE_VARSH_ENTRIES Instance method Private Method 20130304
30 __DELETE_VARSH_SRDATE Instance method Private Method 20130111
31 __GET_ID Instance method Private Method 20130110
32 __GET_VARSH_OBJ Instance method Private Method 20130112
33 __GET_XSTRING_FF Instance method Private Method 20130115
34 __READ_VARSH_ENTRY Instance method Private Method 20130111
35 __WRITE_VARSH_ENTRY Instance method Private Method 20130111
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 Importing I_CGID Call by reference Type reference (TYPE) RRCGID 20130107
2 Importing I_CURRENT_CREATE_STMP Call by reference Type reference (TYPE) RSTIMESTMP 20130107
3 Importing I_GENUNIID Call by reference Type reference (TYPE) RSGENUNIID 20130107
4 Importing 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 Importing I_SID_STABILITY Call by reference Type reference (TYPE) IF_RRSI_LOCAL_SID=>NT_STABLE 20130307
2 Importing 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 Importing I_T_CACHE_PACKAGES Call by reference Type reference (TYPE) RSRCS_T_CACHE_PACKAGES 20130122
2 Importing 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 Exporting E_T_SP_DATA Call by reference Type reference (TYPE) RSRCS_T_SP_DATA 20130314
2 Importing 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 Exporting E_T_FF Call by reference Type reference (TYPE) RSRCS_T_FF 20130314
2 Importing 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 Importing I_REFRESH Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE read again 20130128
2 Returning 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 Exporting 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 Importing I_REFRESH Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130731
2 Returning 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 Exporting E_HIGHER_BOUND Call by reference Type reference (TYPE) I Value to start shrinking process at 20130115
2 Exporting E_LOWER_BOUND Call by reference Type reference (TYPE) I Value to shrink the cache to 20130115
3 Importing 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 Exporting E_T_VARSH Call by reference Type reference (TYPE) RSRCS_T_VARSH 20130314
2 Importing 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 Exporting E_TIMESTAMP Call by reference Type reference (TYPE) RSTIMESTMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130110
2 Exporting E_VH_LOG_ID Call by reference Type reference (TYPE) RSRCB_LOG_ID Logical ID 20130110
3 Importing I_CREATESTMP Call by reference Type reference (TYPE) RSTIMESTMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130110
4 Importing I_GENUNIID Call by reference Type reference (TYPE) RSR_S_RKB1D-GENUNIID Internal display of the report identifier 20130110
5 Importing I_SRDATE Call by reference Type reference (TYPE) RRSRDATE Date with which texts, attributes and hierarchies are read 20130110
6 Importing I_SX_CURR Call by reference Type reference (TYPE) RSRCC_SX_CURR OLAP: Query Cube Cache Currency 20130110
7 Importing I_S_CLUSTERID Call by reference Type reference (TYPE) RSRCC_S_CLUSTERID ID of a Memory Area 20130110
8 Importing I_TSX_VAR Call by reference Type reference (TYPE) RSRCC_TSX_VAR OLAP: Query Cube Buffer 20130110
9 Importing I_TS_COA Call by reference Type reference (TYPE) RRO01_TS_COA CHABASNM for Characteristics with Navigation Attributes 20130110
10 Importing 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 Importing 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 Importing I_R_CACHE_PACKAGE Call by reference Object reference (TYPE REF TO) CL_RSR_CACHE_DATA_PACKAGE cache data package 20130108
3 Returning 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 Exporting E_FOUND Call by reference Type reference (TYPE) RS_BOOL Boolean 20130115
2 Exporting E_T_CACHE_PACKAGES Call by reference Type reference (TYPE) RSRCS_T_CACHE_PACKAGES 20130115
3 Importing I_GENUNIID Call by reference Type reference (TYPE) RSGENUNIID Internal display of the report identifier 20130115
4 Importing I_READMODE Call by reference Type reference (TYPE) RSRREADMODE Read Mode 20130115
5 Importing I_RT_IGNORE_FFIDS Call by reference Type reference (TYPE) NT_RT_RANGE_FFIDS 20130124
6 Importing I_R_CACHE_PACKAGE_CTRL Call by reference Object reference (TYPE REF TO) IF_RSR_CACHE_PACKAGE_CTRL cache data package controller 20130115
7 Importing 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 Returning 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 Importing 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 Importing I_ALL Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE delete all entries ignoring lower bound 20130114
2 Importing I_REF_TIMESTMP Call by reference Type reference (TYPE) RSTIMESTMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130125
3 Returning 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 Importing I_GENUNIID Call by reference Type reference (TYPE) RSGENUNIID Internal display of the report identifier 20130108
2 Importing I_T_CACHE_PACKAGES Call by reference Type reference (TYPE) RSRCS_T_CACHE_PACKAGES 20130108
3 Returning 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 Returning 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 Importing 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 Importing I_ONLY_MARK Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE 20130301
2 Importing I_TS_FFB_KEYS Call by reference Type reference (TYPE) OT_TS_FF_KEYS 20130301
3 Importing 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 Importing I_DELETE_DEPENDEND Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE 20130301
2 Importing I_ONLY_MARK Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE 20130301
3 Importing 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 Importing I_DELETE_DEPENDEND Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE 20130304
2 Importing I_GENUNIID Call by reference Type reference (TYPE) RSGENUNIID 20130304
3 Importing I_ONLY_MARK Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE 20130304
4 Importing 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 Exporting E_R_CACHE_PACKAGE Call by reference Object reference (TYPE REF TO) CL_RSR_CACHE_DATA_PACKAGE 20130301
2 Exporting E_R_CACHE_VARSH Call by reference Object reference (TYPE REF TO) CL_RSR_CACHE_VARSH 20130315
3 Exporting E_S_QUERY Call by reference Type reference (TYPE) RSR_CACHE_QUERY 20130301
4 Importing I_GUID Call by reference Type reference (TYPE) GUID_32 20130301
5 Importing 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 Importing 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 Importing I_R_CACHE_PACKAGE Call by reference Object reference (TYPE REF TO) CL_RSR_CACHE_DATA_PACKAGE cache data package 20130109
3 Returning 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 Importing I_GENUNIID Call by reference Type reference (TYPE) RSGENUNIID Internal display of the report identifier 20130108
2 Importing I_T_CACHE_PACKAGES Call by reference Type reference (TYPE) RSRCS_T_CACHE_PACKAGES 20130108
3 Returning 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 Importing I_CGID Call by reference Type reference (TYPE) RRCGID 20130228
2 Importing I_CURRENT_CREATE_STMP Call by reference Type reference (TYPE) RSTIMESTMP 20130228
3 Importing I_GENUNIID Call by reference Type reference (TYPE) RSGENUNIID 20130228
4 Importing 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 Importing 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 Importing I_GENUNIID Call by reference Type reference (TYPE) RSGENUNIID Internal display of the report identifier 20130111
2 Importing I_SRDATE Call by reference Type reference (TYPE) RRSRDATE Date with which texts, attributes and hierarchies are read 20130111
3 Importing 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 Returning 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 Exporting E_R_CACHE_VARSH Call by reference Object reference (TYPE REF TO) CL_RSR_CACHE_VARSH 20130315
2 Exporting E_VH_LOG_ID Call by reference Type reference (TYPE) RSRCB_LOG_ID Logical ID 20130112
3 Importing I_CREATESTAMP Call by reference Type reference (TYPE) RSTIMESTMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130112
4 Importing I_GENUNIID Call by reference Type reference (TYPE) RSR_S_RKB1D-GENUNIID Internal display of the report identifier 20130112
5 Importing I_SRDATE Call by reference Type reference (TYPE) RRSRDATE Date with which texts, attributes and hierarchies are read 20130112
6 Importing I_S_VARSH_CURR Call by reference Type reference (TYPE) RSRCS_S_VARSH_CURR 20130112
7 Importing 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 Importing I_R_CACHE_PACKAGE Call by reference Object reference (TYPE REF TO) CL_RSR_CACHE_DATA_PACKAGE cache data package 20130115
2 Returning 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 Exporting E_FOUND Call by reference Type reference (TYPE) RS_BOOL Entry found 20130111
2 Exporting E_T_CACHE_VARSH Call by reference Type reference (TYPE) RSRCS_T_CACHE_VARSH 20130315
3 Importing I_GENUNIID Call by reference Type reference (TYPE) RSGENUNIID Internal display of the report identifier 20130111
4 Importing 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 Importing I_R_CACHE_VARSH Call by reference Object reference (TYPE REF TO) CL_RSR_CACHE_VARSH 20130315
2 Returning 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