CNV_MBT_DATA_LOAD_CONSISTENCY 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_DATA_LOAD_CONSISTENCY 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: Check consistency of data transfer
INCLUDE CNV_MBT_SM_PARAMS.
INCLUDE CNV_MBT_SM_MACROS.
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = p_pack exec_target = 'C' all_as_table = '' none_at_local_dest = 'X' IMPORTING destination_id = gd_dest EXCEPTIONS no_destinations_for_packid = 1 no_specific_destination_type = 2 get_system_info_failure = 3 rfc_failure = 4 system_info_has_changed = 5 OTHERS = 6.
DTL_MT_STATUS_CHECK CALL FUNCTION 'DTL_MT_STATUS_CHECK' DESTINATION gd_dest EXPORTING i_mt_id = gd_cnvmbtsubproject-mtid i_process_step = 'L' TABLES et_mt_status = gt_cobjs_not_loaded .
DTL_MT_STATUS_CHECK CALL FUNCTION 'DTL_MT_STATUS_CHECK' DESTINATION gd_dest EXPORTING i_mt_id = gd_cnvmbtsubproject-mtid i_process_step = 'C' TABLES et_mt_status = gt_cobjs_not_calculated .
DTL_MT_STATUS_CHECK CALL FUNCTION 'DTL_MT_STATUS_CHECK' DESTINATION gd_dest EXPORTING i_mt_id = gd_cnvmbtsubproject-mtid i_process_step = 'G' TABLES et_mt_status = gt_cobjs_not_generated .
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_DATA_LOAD_CONSISTENCY - Check consistency of data transfer CNV_MBT_DATA_LOAD_CONSISTENCY - Check consistency of data transfer CNV_MBT_CWB_USER_REGISTRATION - Program CNV_MBT_CWB_USER_REGISTRATION CNV_MBT_CWB_USER_REGISTRATION - Program CNV_MBT_CWB_USER_REGISTRATION CNV_MBT_CWB_TS_PARAMS - PCL obligatory state management parameters CNV_MBT_CWB_SYNCHRONIZE - Synchronize CWB and PCL package