SAP ABAP Class CL_RSRA_CACHE_MDX (Cache Administration Class)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSRB (Package) BW: Batch Reporting
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSRA_CACHE Constants for Cache Administration 20020412
Properties
Class CL_RSRA_CACHE_MDX  
Short Description Cache Administration Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSRB   BW: Batch Reporting 
Created 20020412   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_RSRA Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 RRRA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RRT1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RRX1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 RSSB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSRA_CACHE Constants for Cache Administration 20020412
Friends
Class CL_RSRA_CACHE_MDX has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_DATA_MODE Instance attribute Private Type reference (TYPE) RSRPARAMETERID Read mode 20020412
2 P_FLUSH Instance attribute Private Type reference (TYPE) RS_BOOL Empty Buffer 20020412
3 P_HIEKEY_SET Instance attribute Private Type reference (TYPE) RS_BOOL Hierarchy Key Set 20020412
4 P_R_JOB Instance attribute Private Type reference (TYPE) RSRA_R_JOB Reference to Reporting Agent Job 20020412
5 P_SX_DSKEYSET Instance attribute Private Type reference (TYPE) TP_SX_DSKEYSET Table of DS Keys 20020412
6 P_S_KEYHD Instance attribute Private Type reference (TYPE) TP_S_KEYHD Header for a Block 20020412
7 P_S_MX_LOG Instance attribute Private Type reference (TYPE) RSRA_MX_LOG Log Table for the Batch Run of MDX Precalculation 20020417
8 P_TX_CACHE Static Attribute Private Type reference (TYPE) TP_TX_CACHE Buffer 20020412
9 P_TX_DSKEYSET Instance attribute Private Type reference (TYPE) TP_TX_DSKEYSET Table of DS Keys 20020412
10 P_T_VARIABLE_DEFINITION Instance attribute Private Type reference (TYPE) RSR_T_VARIABLE_DEFINITION Description of a variable 20020412
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_AUTHORISATION Instance method Private Method Checks Authorization for Access to the HTML Pages 20020412
2 CLEANUP Instance method Public Method Cleans the DataSource 20020412
3 CLEANUP_LOG_ENTRY Static method Public Method Delete All Data Clusters for RSRA_BC_LOG Entries 20021220
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20020412
5 DB_CLEAR Static method Private Method Deletes Log Entries 20020412
6 DB_READ Instance method Private Method Reads the Key from the Database 20020412
7 DB_READ_HEADER Instance method Private Method Reads the Key from the Database 20020417
8 DB_READ_LOG Instance method Private Method Reads Information on the Batch Run 20020412
9 DB_SAVE Instance method Private Method Saves Entry to the Database 20020412
10 DB_SAVE_LOG Instance method Private Method Saves the Information on the Batch Run to the Database 20020412
11 DELETE Static method Public Method Delete Entry 20020412
12 GET Static method Public Method Delivers a Key for an Entry 20020412
13 GET_CLUSTERKEY Instance method Private Method Reads the Cluster Key 20020412
14 GET_EXIT_VARIABLES Instance method Private Method Reads the Exit Variables from the Container 20020412
15 GET_GUID Instance method Private Method Creates a New GUID 20020412
16 GET_HEADER Instance method Private Method Reads Header Information for an MDX Result Set 20020417
17 GET_HIEKEY Instance method Private Method Delivers the Hierarchy Key 20020412
18 GET_INDEX Instance method Private Method Delivers Key for a Package 20020423
19 GET_KEY Instance method Private Method Delivers the Key 20020412
20 GET_TIMESTMP Instance method Private Method Reads the Timestamp from the Log Table 20020412
21 GET_VARIABLES Instance method Private Method Reads the Variable Defaults from the Container 20020412
22 INDEX Static method Public Method Delivers All Keys for a Specified Package 20020423
23 INIT Instance method Public Method Initialization 20020412
24 SAVE_KEY Instance method Public Method Save Entry 20020412
25 SAVE_LOG Instance method Public Method Storage of Log Entry 20020412
26 SEARCH_KEY Instance method Private Method Searches the GUID for Parameter Record 20020412
27 SET_STATUS Instance method Public Method Change Status of Log Entries 20020412
28 VALID_PACKAGE Static method Private Method Checks the Validity of an RA Package Name 20020412
29 X_MESSAGE Static method Private Method X message 20020412
Events
Class CL_RSRA_CACHE_MDX has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_SX_CACHE Private See coding Buffer Targets 20020412 BEGIN OF tp_sx_cache, ref TYPE REF TO cl_rsra_cache_mdx, log TYPE rsra_mx_log, keyset TYPE tp_sx_dskeyset, END OF tp_sx_cache
2 TP_SX_DSKEYSET Private See coding Key Record for Data Storage 20020412 BEGIN OF tp_sx_dskeyset, clusterkey TYPE rskey, hiekey TYPE tp_t_hiekey, reqkeyset TYPE tp_tx_reqkey, END OF tp_sx_dskeyset
3 TP_SX_REQKEY Private See coding Request Key 20020412 BEGIN OF tp_sx_reqkey, guid TYPE rsra_cache_guid, cmd TYPE rrt1_t_cmd, nvar TYPE rrx1_t_nvar, param TYPE rrt1_t_cmd_params, END OF tp_sx_reqkey
4 TP_S_HIEKEY Private See coding Hierarchy Key 20020412 BEGIN OF tp_s_hiekey, chanmid TYPE rrchanmid, hiesid TYPE rsrhiesid, sver TYPE rsrsver, END OF tp_s_hiekey
5 TP_S_KEYHD Private See coding Header Information for Cluster 20020412 BEGIN OF tp_s_keyhd, clusterkey TYPE rskey, wbid TYPE rsra_wbid, viewid TYPE rsra_viewid, langu TYPE langu, timestmp TYPE bds_propva, END OF tp_s_keyhd
6 TP_S_PARAM Private See coding Filter Key 20020412 BEGIN OF tp_s_param, chanmid TYPE rrchanmid, sid TYPE rssid, END OF tp_s_param
7 TP_S_PARAM_C Private See coding Filter Key Converted 20020412 BEGIN OF tp_s_param_c, iobjnm TYPE rsiobjnm, chavl TYPE rschavl, END OF tp_s_param_c
8 TP_S_SELOPT_LINES Private See coding Selection Option 20020412 BEGIN OF tp_s_selopt_lines, var_id TYPE rsr_s_var_id, lines TYPE i, END OF tp_s_selopt_lines
9 TP_S_VARSET Private See coding Variable Key 20020412 BEGIN OF tp_s_varset, index TYPE rsra_counter, paramstring TYPE string, nvar TYPE rrx1_t_var, END OF tp_s_varset
10 TP_S_VARSTRING Private See coding Variable String 20020412 BEGIN OF tp_s_varstring, sort TYPE rsra_counter, line TYPE rsra_paramstring, END OF tp_s_varstring
11 TP_TX_CACHE Private See coding Buffer 20020412 tp_tx_cache TYPE STANDARD TABLE OF tp_sx_cache
12 TP_TX_DSKEYSET Private See coding Key Record for Data Storage 20020412 tp_tx_dskeyset TYPE STANDARD TABLE OF tp_sx_dskeyset WITH DEFAULT KEY
13 TP_TX_REQKEY Private See coding Table for Request Key 20020412 tp_tx_reqkey TYPE STANDARD TABLE OF tp_sx_reqkey WITH DEFAULT KEY
14 TP_T_HIEKEY Private See coding Table for Hierarchy Key 20020412 tp_t_hiekey TYPE STANDARD TABLE OF tp_s_hiekey WITH DEFAULT KEY
15 TP_T_PARAM Private See coding Table for Filter Key 20020412 tp_t_param TYPE STANDARD TABLE OF tp_s_param WITH DEFAULT KEY
16 TP_T_PARAM_C Private See coding Table for Filter Key 20020412 tp_t_param_c TYPE STANDARD TABLE OF tp_s_param_c WITH DEFAULT KEY
17 TP_T_SELOPT_LINES Private See coding Table for Selection Options 20020412 tp_t_selopt_lines TYPE STANDARD TABLE OF tp_s_selopt_lines
18 TP_T_VARSET Private See coding Table for Variable Key 20020412 tp_t_varset TYPE STANDARD TABLE OF tp_s_varset WITH DEFAULT KEY
19 TP_T_VARSTRING Private See coding Table for Variable Strings 20020412 tp_t_varstring TYPE STANDARD TABLE OF tp_s_varstring WITH DEFAULT KEY
Method Signatures

Method CHECK_AUTHORISATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TX_AUTH Call by reference Type reference (TYPE) RSSB_TX_IOBJVL_CHECK Mehrere Prüfungen 20020417
2 Returning R_AUTHORISED Value transfer Type reference (TYPE) RS_BOOL Boolean 20020412

Method CHECK_AUTHORISATION on class CL_RSRA_CACHE_MDX has no exception.

Method CLEANUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_JOBNAME Call by reference Type reference (TYPE) BTCJOB Name eines Hintergrundjobs 20020412
2 Importing I_RUNS_KEPT Call by reference Type reference (TYPE) RSRA_COUNTER 2 Numerierung der eindimensionalen Aufrisse 20020412
3 Importing I_SETTINGNM Call by reference Type reference (TYPE) RSRA_SETTINGNM Technischer Name einer Report Agent Einstellung 20020412

Method CLEANUP on class CL_RSRA_CACHE_MDX has no exception.

Method CLEANUP_LOG_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_MX_LOG Call by reference Type reference (TYPE) RSRA_T_MX_LOG Log-Tabelle für die Batchläufe zur Template-Vorberechnung 20021220

Method CLEANUP_LOG_ENTRY on class CL_RSRA_CACHE_MDX has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_JOB Call by reference Type reference (TYPE) RSRA_R_JOB Referenz auf Reporting Agent Job 20020412
2 Importing I_R_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter für die Selektion 20020412
3 Importing I_SELECT Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Fill Buffer 20020412

Method CONSTRUCTOR on class CL_RSRA_CACHE_MDX has no exception.

Method DB_CLEAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PACKAGENM Call by reference Type reference (TYPE) RSRA_PACKAGENM 20020412
2 Importing I_RUNS Call by reference Type reference (TYPE) RSRA_COUNTER 2 20020412
# Exception Resumable Description Created on
1 X_MESSAGE 20020412

Method DB_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_SX_DSKEYSET Call by reference Type reference (TYPE) TP_SX_DSKEYSET 20020412
# Exception Resumable Description Created on
1 NO_ENTRY_FOUND 20020412
2 X_MESSAGE 20020412

Method DB_READ_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TX_AUTH Call by reference Type reference (TYPE) RSSB_TX_IOBJVL_CHECK Mehrere Prüfungen 20020417
2 Exporting E_T_GROUPS Call by reference Type reference (TYPE) RRT_T_STREAM_GROUPS Beschreibung des Datenstroms 20020417
3 Exporting E_T_SUBGROUPS Call by reference Type reference (TYPE) RRT_T_STREAM_SUBGROUPS Beschreibung der Untergurppen eines Datenstroms 20020417
4 Importing I_GUID Call by reference Type reference (TYPE) RSRA_CACHE_GUID GUID eines Cache Eintrags 20020417
# Exception Resumable Description Created on
1 NO_ENTRY_FOUND 20020417
2 X_MESSAGE 20020417

Method DB_READ_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_MX_LOG Call by reference Type reference (TYPE) RSRA_T_MX_LOG Tabelle von Logeinträgen für BC Log 20020412
2 Importing I_S_MX_LOG Call by reference Type reference (TYPE) RSRA_MX_LOG Log-Tabelle für die Batchläufe der MDX Vorberechnung 20020417
# Exception Resumable Description Created on
1 NO_ENTRY_FOUND 20020412
2 X_MESSAGE 20020412

Method DB_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SX_DSKEYSET Call by reference Type reference (TYPE) TP_SX_DSKEYSET 20020412
# Exception Resumable Description Created on
1 NO_PROCESSING 20020412
2 X_MESSAGE 20020412

Method DB_SAVE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_MX_LOG Call by reference Type reference (TYPE) RSRA_MX_LOG Log-Tabelle für die Batchläufe der MDX Vorberechnung 20020413

Method DB_SAVE_LOG on class CL_RSRA_CACHE_MDX has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PACKAGENM Call by reference Type reference (TYPE) RSRA_PACKAGENM Technischer Name eines Report Agent Pakets 20020412

Method DELETE on class CL_RSRA_CACHE_MDX has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DSKEY Call by reference Type reference (TYPE) RSRA_CACHE_GUID GUID eines Cache Eintrags 20020417
2 Exporting E_S_LOG Call by reference Type reference (TYPE) RSRA_MX_LOG Log-Tabelle für die Batchläufe der MDX Vorberechnung 20020418
3 Exporting E_T_GROUPS Call by reference Type reference (TYPE) RRT_T_STREAM_GROUPS Beschreibung des Datenstroms 20020417
4 Exporting E_T_SUBGROUPS Call by reference Type reference (TYPE) RRT_T_STREAM_SUBGROUPS Beschreibung der Untergurppen eines Datenstroms 20020417
5 Importing I_CHECK_AUTHORISATION Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20020412
6 Importing I_T_CMD Call by reference Type reference (TYPE) RRT1_T_CMD 20020417
7 Importing I_T_NVAR Call by reference Type reference (TYPE) RRX1_T_NVAR 20020417
8 Importing I_T_PARAM Call by reference Type reference (TYPE) RRT1_T_CMD_PARAMS 20020417
# Exception Resumable Description Created on
1 NOT_AUTHORISED Keine Berechtigung 20020423
2 NO_DATA_STORE_ENTRY Kein Eintrag im Data Store 20020412
3 X_MESSAGE X-Message 20020412

Method GET_CLUSTERKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_MX_LOG Call by reference Type reference (TYPE) RSRA_T_MX_LOG Tabellentyp zum MX Log 20020417
2 Importing I_T_PARAM Call by reference Type reference (TYPE) RRT1_T_CMD_PARAMS 20020417
# Exception Resumable Description Created on
1 NO_ENTRY_FOUND 20020412
2 X_MESSAGE 20020412

Method GET_EXIT_VARIABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_PARAM Call by reference Type reference (TYPE) TP_T_PARAM 20020412
2 Importing I_R_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER 20020412
# Exception Resumable Description Created on
1 NO_PROCESSING 20020412
2 X_MESSAGE 20020412

Method GET_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_GUID Call by reference Type reference (TYPE) RSSGUID25 20020412

Method GET_GUID on class CL_RSRA_CACHE_MDX has no exception.

Method GET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TX_AUTH Call by reference Type reference (TYPE) RSSB_TX_IOBJVL_CHECK Mehrere Prüfungen 20020417
2 Exporting E_T_GROUPS Call by reference Type reference (TYPE) RRT_T_STREAM_GROUPS Beschreibung des Datenstroms 20020417
3 Exporting E_T_SUBGROUPS Call by reference Type reference (TYPE) RRT_T_STREAM_SUBGROUPS Beschreibung der Untergurppen eines Datenstroms 20020417
4 Importing I_GUID Call by reference Type reference (TYPE) RSRA_CACHE_GUID GUID eines Cache Eintrags 20020417
# Exception Resumable Description Created on
1 NO_ENTRY_FOUND keinen Eintrag gefunden 20050711

Method GET_HIEKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_HIEKEY Call by reference Type reference (TYPE) TP_T_HIEKEY 20020412
2 Importing I_R_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER 20020412
# Exception Resumable Description Created on
1 NO_PROCESSING 20020412
2 X_MESSAGE 20020412

Method GET_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TX_MDXINDEX Call by reference Type reference (TYPE) RSRA_TX_MDXINDEX MDX Index 20020423
2 Importing I_PACKAGENM Call by reference Type reference (TYPE) RSRA_PACKAGENM Technischer Name eines Report Agent Pakets 20020423
# Exception Resumable Description Created on
1 INVALID_PACKAGE_NAME Ungültiger Paketname 20020423

Method GET_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_GUID Call by reference Type reference (TYPE) RSRA_CACHE_GUID 20020412
2 Exporting E_S_LOG Call by reference Type reference (TYPE) RSRA_MX_LOG Log-Tabelle für die Batchläufe der MDX Vorberechnung 20020418
3 Importing I_T_CMD Call by reference Type reference (TYPE) RRT1_T_CMD 20020417
4 Importing I_T_NVAR Call by reference Type reference (TYPE) RRX1_T_NVAR 20020417
5 Importing I_T_PARAM Call by reference Type reference (TYPE) RRT1_T_CMD_PARAMS 20020417
# Exception Resumable Description Created on
1 NO_DATA_STORE_ENTRY 20020412
2 X_MESSAGE 20020412

Method GET_TIMESTMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER 20020412
# Exception Resumable Description Created on
1 NO_ENTRY_FOUND 20020412
2 X_MESSAGE 20020412

Method GET_VARIABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_NVAR Call by reference Type reference (TYPE) RRX1_T_VAR 20020412
2 Importing I_R_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER 20020412
# Exception Resumable Description Created on
1 NO_PROCESSING 20020412
2 X_MESSAGE 20020412

Method INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TX_MDXINDEX Call by reference Type reference (TYPE) RSRA_TX_MDXINDEX MDX Index 20020423
2 Importing I_PACKAGENM Call by reference Type reference (TYPE) RSRA_PACKAGENM Technischer Name eines Report Agent Pakets 20020423
# Exception Resumable Description Created on
1 INVALID_PACKAGE_NAME Ungültiger Paketname 20020423

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_PACKAGE Call by reference Type reference (TYPE) RSRA_PACKAGE Paketbeschreibung 20020412
2 Importing I_S_SETTING Call by reference Type reference (TYPE) RSRA_SETTING_BT RA Einstellungen für die Vorberechnung von Templates 20020412
3 Importing I_TIMESTMP Call by reference Type reference (TYPE) RSTIMESTMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20020412
# Exception Resumable Description Created on
1 X_MESSAGE X-Message 20020412

Method SAVE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_GUID Call by reference Type reference (TYPE) RSRA_CACHE_GUID GUID eines Cache Eintrags 20020412
2 Importing I_CLUSTERKEY Call by reference Type reference (TYPE) RSKEY BW: Clustertabelle Key 20020416
3 Importing I_T_CMD Call by reference Type reference (TYPE) RRT1_T_CMD Command 20020416
4 Importing I_T_HIEKEY Call by reference Type reference (TYPE) RSRA_T_HIEKEY Hierarchieinformation 20020416
5 Importing I_T_NVAR Call by reference Type reference (TYPE) RRX1_T_VAR Variablen 20020412
6 Importing I_T_PARAM Call by reference Type reference (TYPE) RRT1_T_CMD_PARAMS Param 20020416
# Exception Resumable Description Created on
1 NO_PROCESSING Keine Verarbeitung 20020412
2 X_MESSAGE X-Message 20020412

Method SAVE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_MX_LOG Call by reference Type reference (TYPE) RSRA_MX_LOG Log-Tabelle für die Batchläufe der MDX Vorberechnung 20020413

Method SAVE_LOG on class CL_RSRA_CACHE_MDX has no exception.

Method SEARCH_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_SX_REQKEY Call by reference Type reference (TYPE) TP_SX_REQKEY 20020412
2 Exporting E_CLUSTERKEY Call by reference Type reference (TYPE) RSKEY BW: Clustertabelle Key 20020418
# Exception Resumable Description Created on
1 NO_ENTRY_FOUND 20020412
2 X_MESSAGE 20020412

Method SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_JOBNAME Call by reference Type reference (TYPE) BTCJOB Name eines Hintergrundjobs 20020412
2 Importing I_NEW_STATUS Call by reference Type reference (TYPE) RSRA_STATUS Allgemeines Statusflag 20020412
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) RSRA_KEY_TYPE Typ eines Schlüssels 20020412
4 Importing I_OLD_STATUS Call by reference Type reference (TYPE) RSRA_STATUS Allgemeines Statusflag 20020412
5 Importing I_SETTINGNM Call by reference Type reference (TYPE) RSRA_SETTINGNM Technischer Name einer Report Agent Einstellung 20020412

Method SET_STATUS on class CL_RSRA_CACHE_MDX has no exception.

Method VALID_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PACKAGENM Call by reference Type reference (TYPE) RSRA_PACKAGENM Technischer Name eines Report Agent Pakets 20020412
2 Returning R_VALID Value transfer Type reference (TYPE) RS_BOOL Boolean 20020412

Method VALID_PACKAGE on class CL_RSRA_CACHE_MDX has no exception.

Method X_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ABEND Call by reference Type reference (TYPE) RS_BOOL 20020412
2 Importing I_METHOD Call by reference Type reference (TYPE) SYMSGV 20020412
# Exception Resumable Description Created on
1 X_MESSAGE 20020412
History
Last changed by/on SAP  20130531 
SAP Release Created in 30A