CNV_MBT_SYNC_INFORMATION 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_SYNC_INFORMATION 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: SO_PACK = Packages
Selection Text: P_UPD = Update system
Selection Text: P_SYPACK = package (CNVMBTPACK)
Selection Text: P_SY9 = System 9
Selection Text: P_SY8 = System 8
Selection Text: P_SY7 = System 7
Selection Text: P_SY6 = System 6
Selection Text: P_SY5 = System 5
Selection Text: P_SY4 = System 4
Selection Text: P_SY3 = System 3
Selection Text: P_SY2 = System 2
Selection Text: P_SY1 = System 1
Selection Text: P_SUBPRJ = Subproject (CNVMBTSUBPROJECT)
Selection Text: P_SND = Sender system
Selection Text: P_SM = Enable state management
Selection Text: P_RCV = Receiver system
Selection Text: P_PROJ = Project (CNVMBTPROJECT)
Selection Text: P_PHASE = Phase
Selection Text: P_CEN = Central system
Title: MBT PCL synchonize PCL control tale information for a given package
Text Symbol: 004 = State Management
Text Symbol: 003 = Involved systems
Text Symbol: 002 = Tables to be synchronized
Text Symbol: 001 = Packages
INCLUDE CNV_MBT_SM_MACROS.
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGE_PREPARE CALL FUNCTION 'MESSAGE_PREPARE' EXPORTING LANGUAGE = SY-LANGU MSG_ID = &2 MSG_NO = &3 MSG_VAR1 = GV_VAR1 MSG_VAR2 = GV_VAR2 MSG_VAR3 = GV_VAR3 MSG_VAR4 = GV_VAR4 IMPORTING MSG_TEXT = GV_MSGTEXT EXCEPTIONS FUNCTION_NOT_COMPLETED = 1 MESSAGE_NOT_FOUND = 2 OTHERS = 3.
CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING PACKID = P_PACK ALL_AS_TABLE = 'X' NONE_AT_LOCAL_DEST = 'X' TABLES DESTTAB = GT_CNVMBTDEST EXCEPTIONS NO_DESTINATIONS_FOR_PACKID = 1 NO_SPECIFIC_DESTINATION_TYPE = 2 OTHERS = 3.
CNV_MBT_ADM_PACKAGE_SYNC CALL FUNCTION 'CNV_MBT_ADM_PACKAGE_SYNC' DESTINATION GV_DEST TABLES T_IM_CNVMBTPACK = GT_CNVMBTPACK T_IM_CNVMBTPACKT = GT_CNVMBTPACKT EXCEPTIONS PACK_COULDNOT_BE_MODIFIED = 1 PACK_TEXT_COULDNOT_BE_MODIFIED = 2 COMMUNICATION_FAILURE = 98 MESSAGE GV_MSGTEXT SYSTEM_FAILURE = 99 MESSAGE GV_MSGTEXT OTHERS = 3.
CNV_MBT_ADM_PROJECT_SYNC CALL FUNCTION 'CNV_MBT_ADM_PROJECT_SYNC' DESTINATION GV_DEST TABLES T_IM_CNVMBTPROJECT = GT_CNVMBTPROJECT EXCEPTIONS PROJECT_COULDNOT_BE_MODIFIED = 1 OTHERS = 2.
CNV_MBT_ADM_SUBPROJECT_SYNC CALL FUNCTION 'CNV_MBT_ADM_SUBPROJECT_SYNC' DESTINATION GV_DEST TABLES T_IM_CNVMBTSUBPROJECT = GT_CNVMBTSUBPROJECT EXCEPTIONS PROJECT_COULDNOT_BE_MODIFIED = 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_SYNC_INFORMATION - MBT PCL synchonize PCL control tale information for a given package CNV_MBT_SYNC_INFORMATION - MBT PCL synchonize PCL control tale information for a given package CNV_MBT_SUB_SM_PARAMS - MBT PCL: state management parmameters for sub-activities CNV_MBT_SUB_SM_MACROS_W_LOGGER - MBT PCL State management and log functions for sub-activities CNV_MBT_SUB_SM_MACROS - MBT PCL State management and log functions for sub-activities CNV_MBT_SUBPROJ_DEFINE - PCL Create Project