CCMSBI_ASR_EXTRACT_TEST 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 CCMSBI_ASR_EXTRACT_TEST 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: Test Extractor for ABAP Statistics Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CCMSBI_ASR_EXTRACT CALL FUNCTION 'CCMSBI_ASR_EXTRACT' EXPORTING I_REQUNR = 'EGAL' * I_ISOURCE = I_S_PARAMS = param I_INITFLAG = 'X' I_UPDMODE = 'F' * I_READ_ONLY = * I_DATAPAKID = I_RLOGSYS = _bwsys I_REMOTE_CALL = remcube TABLES I_T_SELECT = seltab * I_T_FIELDS = * E_T_DATA = EXCEPTIONS NO_MORE_DATA = 1 ERROR_PASSED_TO_MESS_HANDLER = 2 OTHERS = 3 .
CCMSBI_GET_CURRENT_SETTINGS CALL FUNCTION 'CCMSBI_GET_CURRENT_SETTINGS' IMPORTING QUEUETAB_ASR = QUEUETAB_ASR .
CCMSBI_ASR_EXTRACT CALL FUNCTION 'CCMSBI_ASR_EXTRACT' EXPORTING I_REQUNR = 'EGAL' * I_ISOURCE = * I_S_PARAMS = I_INITFLAG = ' ' * I_UPDMODE = * I_READ_ONLY = * I_DATAPAKID = I_RLOGSYS = 'B73CLNT000' * I_REMOTE_CALL = ' ' TABLES * I_T_SELECT = seltab * I_T_FIELDS = E_T_DATA = datatab EXCEPTIONS NO_MORE_DATA = 1 ERROR_PASSED_TO_MESS_HANDLER = 2 OTHERS = 3 .
CCMSBI_GET_CURRENT_SETTINGS CALL FUNCTION 'CCMSBI_GET_CURRENT_SETTINGS' IMPORTING QUEUETAB_ASR = QUEUETAB_ASR .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CCMSBI_ASR_EXTRACT_TEST - Test Extractor for ABAP Statistics Data CCMSBI_ASR_EXTRACT_TEST - Test Extractor for ABAP Statistics Data CCMSBIRSA1APAC_B - Transfer Application Component Hierarchy from Content CCMSBIRSA1APAC_B - Transfer Application Component Hierarchy from Content CCMON_RULES_STORE - Dummy report, name reserved for extract folder via ALV CCMON_RULES_STORE - Dummy report, name reserved for extract folder via ALV