SAP Reports / Programs

CNV_CMIS_M_10_MT_DATA_LOAD SAP ABAP Report - PCL Start Data Load







CNV_CMIS_M_10_MT_DATA_LOAD 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_CMIS_M_10_MT_DATA_LOAD 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_CMIS_M_10_MT_DATA_LOAD. "Basic submit
SUBMIT CNV_CMIS_M_10_MT_DATA_LOAD AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_CMIS_M_10_MT_DATA_LOAD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: PCL Start Data Load


INCLUDES used within this REPORT CNV_CMIS_M_10_MT_DATA_LOAD

INCLUDE CNV_MBT_SM_PARAMS.
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:

CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING PACKID = P_PACK EXEC_TARGET = 'C' IMPORTING DESTINATION_ID = GD_CENTERDEST EXCEPTIONS NO_DESTINATIONS_FOR_PACKID = 1 NO_SPECIFIC_DESTINATION_TYPE = 2 OTHERS = 3.

CNV_MBT_PC_ACTIVITY_START CALL FUNCTION 'CNV_MBT_PC_ACTIVITY_START' EXPORTING PACKID = P_PACK PHASE = P_PHASE ACTIVITY_ID = 'PC002_SEMAPHORE_DEFINE' AND_RETURN = 'X' LOG_EXECUTION = 'X' EXCEPTIONS TRANSACTION_DOES_NOT_EXIST = 1 PROGRAM_DOES_NOT_EXIST = 2 NO_AUTHORITY = 3 SCHEDULING_ERROR = 4 VARIANT_NOT_MAINTAINED = 5 DESTINATION_NOT_MAINT = 6 ACTIVITY_LOG_ERROR = 7 OTHERS = 8.

CNV_MBT_STATE_GET CALL FUNCTION 'CNV_MBT_STATE_GET' EXPORTING PACKID = P_PACK PHASE = P_PHASE ACTIVITY_ID = 'PC002_SEMAPHORE_DEFINE' IMPORTING STATE_TEC = GD_STATE_TEC STATE_LOG = GD_STATE_LOG ABORTED = GD_ABORTED EXCEPTIONS ENTRY_DOES_NOT_EXIST = 1 OTHERS = 2.

DTL_MT_DATA_LOAD CALL FUNCTION 'DTL_MT_DATA_LOAD' DESTINATION GD_CENTERDEST EXPORTING IM_MODE = 'E' IM_APPLIC = 'SLO' IM_MT_ID = GD_MTID IM_ACC_PREC_ID = GD_CNVMBTPACK-ACCESSPLANID IM_TEST = P_TEST * IM_WRITE_BEHAV = 1 IM_PACKID = P_PACK IM_SESSION_ID = GD_SESS_ID IM_RESTART = GD_RESTART_MODE I_NO_OF_JOBS = '01' IMPORTING EX_LOGNUMBER = GD_LOGNUMBER TABLES IT_TABLES = gp_cobj EXCEPTIONS COMMUNICATION_FAILURE = 98 MESSAGE GD_MSGTEXT SYSTEM_FAILURE = 99 MESSAGE GD_MSGTEXT.

CNV_MBT_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB'.

CNV_MBT_PC_ACTIVITY_START CALL FUNCTION 'CNV_MBT_PC_ACTIVITY_START' EXPORTING PACKID = P_PACK PHASE = P_PHASE ACTIVITY_ID = GD_STATE_AGENT AND_RETURN = 'X' EXCEPTIONS TRANSACTION_DOES_NOT_EXIST = 1 PROGRAM_DOES_NOT_EXIST = 2 NO_AUTHORITY = 3 SCHEDULING_ERROR = 4 VARIANT_NOT_MAINTAINED = 5 DESTINATION_NOT_MAINT = 6 ACTIVITY_LOG_ERROR = 7 OTHERS = 8.



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_CMIS_M_10_MT_DATA_LOAD or its description.