CCMSBI_DSR_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_DSR_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 BI Extractor for DSR
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CCMSBI_DSR_EXTRACT CALL FUNCTION 'CCMSBI_DSR_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_DSR_EXTRACT CALL FUNCTION 'CCMSBI_DSR_EXTRACT' EXPORTING I_REQUNR = 'EGAL' * I_ISOURCE = * I_S_PARAMS = I_INITFLAG = ' ' * I_UPDMODE = * I_READ_ONLY = * I_DATAPAKID = I_RLOGSYS = _bwsys * 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 .
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_DSR_EXTRACT_TEST - Test BI Extractor for DSR CCMSBI_DSR_EXTRACT_TEST - Test BI Extractor for DSR CCMSBI_CPH_REORG_PSEUDO_DEQ - Psuedo Dequeue for Reorganization of CPH Data in BI CCMSBI_CPH_REORG_PSEUDO_DEQ - Psuedo Dequeue for Reorganization of CPH Data in BI CCMSBI_CPH_REORG_CONFIG_ALV - Report CCMSBI_CPH_REORG_CONFIG_ALV CCMSBI_CPH_REORG_CONFIG_ALV - Report CCMSBI_CPH_REORG_CONFIG_ALV