RCCM2BATCH is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program can be used to execute a configuration check as a background job...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RCCM2BATCH 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.
Selection Text: LV_EQUNR = D Equipment
Selection Text: LV_IDENT = D Configuration Check Indicator
Title: Program RCCM2BATCH: Execute CCM2 as a Background Job
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CCM09_CBOM_BUF_RESET CALL FUNCTION 'CCM09_CBOM_BUF_RESET'.
CCM09_CBOM_BUF_PARM_SET CALL FUNCTION 'CCM09_CBOM_BUF_PARM_SET' EXPORTING IV_CBOM_BUF_USE = 'X'.
CCM09_CBOM_BUF_PARM_SET CALL FUNCTION 'CCM09_CBOM_BUF_PARM_SET' EXPORTING IV_CBOM_BUF_USE = SPACE.
CCM09_CBOM_BUF_PARM_SET CALL FUNCTION 'CCM09_CBOM_BUF_PARM_SET' EXPORTING IV_CBOM_BUF_USE = SPACE.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCCM2BATCH - Program RCCM2BATCH: Execute CCM2 as a Background Job RCCM2BATCH - Program RCCM2BATCH: Execute CCM2 as a Background Job RCCL_CHECK_DEL_ATINN_FROM_UI - Check / Correction Report for Non-Existent Characteristics in CUFM RCCL_CHECK_DEL_ATINN_FROM_UI - Check / Correction Report for Non-Existent Characteristics in CUFM RCCLZUOB - documentation and ABAP source code RCCLZUOB - documentation and ABAP source code