SAP Reports / Programs | Cross-Application Components | General Application Functions | Business Application Support(CA-GTF-BS) SAP CA

CNV_CMIS_U_10_START_IMPORT SAP ABAP Report - CMIS Upg: Import upgrade transports into new client







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


Text pool values


Title: CMIS Upg: Import upgrade transports into new client
Text Symbol: 001 = not
Text Symbol: 002 = receiver
Text Symbol: 013 = Log Overview


INCLUDES used within this REPORT CNV_CMIS_U_10_START_IMPORT

INCLUDE CNV_MBT_SM_PARAMS.


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_SYSTEM_INFO_GET CALL FUNCTION 'CNV_MBT_RFC_SYSTEM_INFO_GET' DESTINATION GV_RCV_DEST IMPORTING SYSTEM_CLIENT = GV_RCV_CLIENT EXCEPTIONS COMMUNICATION_FAILURE = 98 MESSAGE GD_MSGTEXT SYSTEM_FAILURE = 99 MESSAGE GD_MSGTEXT.

CNV_MBT_PARAMS_READ CALL FUNCTION 'CNV_MBT_PARAMS_READ' EXPORTING PACKID = P_PACK PARAMNAME = 'UPG_CASCADE_PARALLEL' TABLES PARATAB = GT_PARAMS EXCEPTIONS OTHERS = 1.

DTL_IU_IMPORT_START CALL FUNCTION 'DTL_IU_IMPORT_START' DESTINATION GV_CEN_DEST EXPORTING IM_MODE = GC_E IM_UPGID = GV_UPGRADE_ID IM_PACKID = P_PACK IM_SESSION_ID = GD_SESS_ID IM_RFC_RCV = GV_RCV_DEST IM_RCV_CLNT = GV_RCV_CLIENT * im_jobs = gc_5 "or params table (later) IM_JOBS = GV_PARALLEL "TS 190808 IMPORTING EX_LOGNUMBER = GV_BALOGNR 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 = GC_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_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB'.



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