SAP Reports / Programs

CNV_CMIS_U_10_CREATE_EXPORT SAP ABAP Report - CMIS Upg: Create Upgrade Transports (Client Cascade)







CNV_CMIS_U_10_CREATE_EXPORT 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_CREATE_EXPORT 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_CREATE_EXPORT. "Basic submit
SUBMIT CNV_CMIS_U_10_CREATE_EXPORT AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_CMIS_U_10_CREATE_EXPORT 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: Create Upgrade Transports (Client Cascade)
Text Symbol: 002 = receiver
Text Symbol: 003 = Authority not available!
Text Symbol: 004 = Destination does not exist
Text Symbol: 005 = Information failure occurred
Text Symbol: 006 = Internal failure occurred!


INCLUDES used within this REPORT CNV_CMIS_U_10_CREATE_EXPORT

INCLUDE CNV_MBT_SM_PARAMS. "#EC *


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_EXPORT_CREATE CALL FUNCTION 'DTL_IU_EXPORT_CREATE' DESTINATION GV_CEN_DEST EXPORTING IM_MODE = GC_E IM_UPGID = GV_UPGID IM_PACKID = P_PACK IM_SESSION_ID = GD_SESS_ID IM_RFC_RCV = GV_RCV_DEST IM_RCV_CLNT = GV_RCV_CLIENT IM_PARALLEL_UPGTRKORR = GV_PARALLEL * im_tpparam TYPE DMC_IU_DTYPE-TPPARAMFILE OPT.

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'.

RFC_READ_R3_DESTINATION CALL FUNCTION 'RFC_READ_R3_DESTINATION' EXPORTING DESTINATION = GV_RCV_DEST AUTHORITY_CHECK = ' ' IMPORTING USER = GV_RFC_USRNAME EXCEPTIONS AUTHORITY_NOT_AVAILABLE = 1 DESTINATION_NOT_EXIST = 2 INFORMATION_FAILURE = 3 INTERNAL_FAILURE = 4 OTHERS = 5.

DMC_IU_GET_SYSTEM_INFO CALL FUNCTION 'DMC_IU_GET_SYSTEM_INFO' DESTINATION GV_SND_DEST TABLES EX_IT_CVERS = GT_CVERS EX_IT_CVERS_PAT03 = GT_PAT03 EXCEPTIONS GET_INFO_ERROR = 1 COMMUNICATION_FAILURE = 98 MESSAGE GD_MSGTEXT SYSTEM_FAILURE = 99 MESSAGE GD_MSGTEXT.

DMC_IU_GET_SYSTEM_INFO CALL FUNCTION 'DMC_IU_GET_SYSTEM_INFO' DESTINATION GV_RCV_DEST TABLES EX_IT_CVERS = GT_CVERS EX_IT_CVERS_PAT03 = GT_PAT03 EXCEPTIONS GET_INFO_ERROR = 1 COMMUNICATION_FAILURE = 98 MESSAGE GD_MSGTEXT SYSTEM_FAILURE = 99 MESSAGE GD_MSGTEXT.



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