CNV_MBT_PROTOCOL_TRANSFER_CHK 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_PROTOCOL_TRANSFER_CHK 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 and Repair Transfer of Logs
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_PROTOCOL_TRANSFER_CHK CALL FUNCTION 'CNV_MBT_PROTOCOL_TRANSFER_CHK' EXPORTING PACKID = p_pack EXCEPTIONS RFC_PROBLEMS = 1 OTHERS = 2 .
CNV_MBT_STATE_REFRESH CALL FUNCTION 'CNV_MBT_STATE_REFRESH' EXPORTING packid = p_pack .
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_PROTOCOL_TRANSFER_CHK - Check and Repair Transfer of Logs CNV_MBT_PROTOCOL_TRANSFER_CHK - Check and Repair Transfer of Logs CNV_MBT_PROTOCOL_GLOBALS - Globals and constants used in protocol functions CNV_MBT_PROTMESS_TOP - Include CNV_MBT_PROTMESS_TOP CNV_MBT_PROJ_RESET - PCL Create Project CNV_MBT_PROJ_RESET - PCL Create Project