CNV_MBT_CR_MAINTAIN_RUN_MODUL is a standard ABAP INCLUDE 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_MAINTAIN_RUN_MODUL 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: Include CNV_MBT_CR_MAINTAIN_RUN_INCL
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_POPUP_GET_ONE_VALUE CALL FUNCTION 'CNV_MBT_POPUP_GET_ONE_VALUE' EXPORTING textline1 = text-020 textline2 = text-021 textline3 = text-023 titel = text-022 valuelength = '5' IMPORTING answer = ld_answer value1 = ld_input EXCEPTIONS titel_too_long = 1 OTHERS = 2.
CNV_MBT_CR_TEST_CG CALL FUNCTION 'CNV_MBT_CR_TEST_CG' EXPORTING ip_checking_group = gd_checking_group ip_packid = ld_packid.
CNV_MBT_CR_TP_CHECKING_GROUP CALL FUNCTION 'CNV_MBT_CR_TP_CHECKING_GROUP' EXPORTING ip_check_group = gd_checking_group.
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_MAINTAIN_RUN_MODUL - Include CNV_MBT_CR_MAINTAIN_RUN_INCL CNV_MBT_CR_MAINTAIN_RUN_FORM - Include CNV_MBT_CR_MAINTAIN_RUN_FORM CNV_MBT_CR_MAINTAIN_RUN - Program CNV_MBT_CR_MAINTAIN_RUN CNV_MBT_CR_MAINTAIN_RUN - Program CNV_MBT_CR_MAINTAIN_RUN CNV_MBT_CR_MAINTAIN_MODULS - Include CNV_MBT_CR_MAINTAIN_MODULS CNV_MBT_CR_MAINTAIN_MACRO - Include CNV_MBT_CR_MAINTAIN_MACRO