SAP Reports / Programs

CNV_MBT_SYNC_INFORMATION SAP ABAP Report - MBT PCL synchonize PCL control tale information for a given package







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT CNV_MBT_SYNC_INFORMATION. "Basic submit
SUBMIT CNV_MBT_SYNC_INFORMATION AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_MBT_SYNC_INFORMATION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT CNV_MBT_SYNC_INFORMATION

INCLUDE CNV_MBT_SM_MACROS.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CNV_MBT_SYNC_INFORMATION or its description.