CNV_MBT_AUDIT_SIMULATE 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_AUDIT_SIMULATE 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: Program CNV_MBT_AUDIT_SIMULATE
INCLUDE CNV_MBT_PLK.
INCLUDE CNV_MBT_PLK_FORM.
INCLUDE CNV_MBT_LT_AUDIT_CONSTANTS.
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_ACTION_LOG_GET CALL FUNCTION 'CNV_MBT_ACTION_LOG_GET' EXPORTING ip_from_date = period-per_start ip_to_date = period-per_end TABLES pt_cnvmbtplklog = it_action_log.
CNV_MBT_ACTION_LOG_GET CALL FUNCTION 'CNV_MBT_ACTION_LOG_GET' EXPORTING ip_object_type = c_production_lock TABLES pt_cnvmbtplklog = it_prod_log.
CNV_MBT_ENGINES_GET_ASSIGNMENT CALL FUNCTION 'CNV_MBT_ENGINES_GET_ASSIGNMENT' TABLES pt_pack2engines = lt_pack2engine EXCEPTIONS read_package_to_engine_failed = 1 OTHERS = 2.
CNV_MBT_ENGINES_GET_DEP_PACK CALL FUNCTION 'CNV_MBT_ENGINES_GET_DEP_PACK' EXPORTING ip_packid = ld_packid TABLES pt_packages = lt_packdp EXCEPTIONS no_dependent_packages = 1 OTHERS = 2.
CNV_MBT_PACK_GET_ALL CALL FUNCTION 'CNV_MBT_PACK_GET_ALL' EXPORTING ip_from_all_clients = c_yes TABLES pt_cnvmbtpack = lt_cnvmbtpack EXCEPTIONS get_packages_failed = 1 OTHERS = 2.
CHECK_EXIST_LIMU_FUNC CALL FUNCTION 'CHECK_EXIST_LIMU_FUNC' EXPORTING name = ld_fumo_name aggname = ' ' IMPORTING exist = ld_exist EXCEPTIONS tr_invalid_type = 1 OTHERS = 2.
DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'CNV_MBT_ENGINES' TABLES dd07v_tab = lt_dd07v EXCEPTIONS wrong_textflag = 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_AUDIT_SIMULATE - Program CNV_MBT_AUDIT_SIMULATE CNV_MBT_AUDIT_SIMULATE - Program CNV_MBT_AUDIT_SIMULATE CNV_MBT_ATTACHMENT_MGMT_46_TOP - Include CNV_MBT_ATTACHMENT_MGMT_46_TOP CNV_MBT_ATTACHMENT_MGMT_46 - Attachement Management CNV_MBT_ATTACHMENT_MGMT_46 - Attachement Management CNV_MBT_ASSIGN_ACT_TO_ACTGRP - Activity group Definition and Maintenance