RSSM_CHECK_RECORDS_IN_CUBE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSSM_CHECK_RECORDS_IN_CUBE into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Check the Records in an InfoCube
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSSM_RSMDATASTATE_MAINTAIN CALL FUNCTION 'RSSM_RSMDATASTATE_MAINTAIN' EXPORTING I_INFOCUBE = cube * I_MODE = 'R' * I_TRANSPORT = 'X' IMPORTING E_TYPE = l_type CHANGING C_S_RSMDATASTATE = l_s_datastate.
RSDD_INFO_REQUID_GET CALL FUNCTION 'RSDD_INFO_REQUID_GET' EXPORTING I_INFOCUBE = cube I_REQUID = l_t_iccont-rnr I_COUNT = RS_C_TRUE IMPORTING * E_REQUID_SID = E_FACT_COUNT = l_count EXCEPTIONS INFOCUBE_NOT_FOUND = 1 SID_NOT_FOUND_IN_DIM = 0 SID_NOT_FOUND = 1 DPA_DIM_NOT_FOUND = 1 SID_NOT_FOUND_IN_FACT = 0 ERROR_READ_REQUID_IN_FACT = 1 OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSM_CHECK_RECORDS_IN_CUBE - Check the Records in an InfoCube RSSM_CHECK_RECORDS_IN_CUBE - Check the Records in an InfoCube RSSM_CHECK_PERFORMANCE_DTA - Performance Test for InfoCubes and ODSs RSSM_CHECK_PERFORMANCE_DTA - Performance Test for InfoCubes and ODSs RSSM_CHECK_PAR_DEGREE_ORA - Check important DST tables for parallel degree RSSM_CHECK_PAR_DEGREE_ORA - Check important DST tables for parallel degree