CNV_MBT_CR_RUN_CHECKING_GROUP 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 CNV_MBT_CR_RUN_CHECKING_GROUP 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: P_CG = Checking Group
Title: Program CNV_MBT_CR_RUN_CHECKING_GROUP
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_CR_PROCESS_RULES CALL FUNCTION 'CNV_MBT_CR_PROCESS_RULES' EXPORTING ip_checking_group = p_cg ip_packid = p_packid * IP_CHECKING_RULE = * IP_VARIANT = TABLES pt_return = lt_return EXCEPTIONS missing_import_parameter = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_MBT_CR_RUN_CHECKING_GROUP - Program CNV_MBT_CR_RUN_CHECKING_GROUP CNV_MBT_CR_RUN_CHECKING_GROUP - Program CNV_MBT_CR_RUN_CHECKING_GROUP CNV_MBT_CR_MNTN_SHARED_FORM - Include CNV_MBT_CR_MNTN_SHARED_FORM CNV_MBT_CR_MAINTAIN_RUN_TC - INCLUDE for table control data (gen.) CNV_MBT_CR_MAINTAIN_RUN_MODUL - Include CNV_MBT_CR_MAINTAIN_RUN_INCL CNV_MBT_CR_MAINTAIN_RUN_FORM - Include CNV_MBT_CR_MAINTAIN_RUN_FORM