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

CNV_CMIS_U_20_HANDLE_BCSETS SAP ABAP Report - CMIS Upg: Execute the necessary XPRA programs







CNV_CMIS_U_20_HANDLE_BCSETS 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_20_HANDLE_BCSETS 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_20_HANDLE_BCSETS. "Basic submit
SUBMIT CNV_CMIS_U_20_HANDLE_BCSETS AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_CMIS_U_20_HANDLE_BCSETS 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: Execute the necessary XPRA programs
Text Symbol: 003 = Central
Text Symbol: 005 = Receiver
Text Symbol: 013 = Log Overview


INCLUDES used within this REPORT CNV_CMIS_U_20_HANDLE_BCSETS

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_CMIS_U_20_GET_DMC_IU_BCSET * CALL FUNCTION 'CNV_CMIS_U_20_GET_DMC_IU_BCSET' "#EC EXISTS * DESTINATION gv_cen_dest * TABLES * et_dmc_iu_bcset = gt_bcset * EXCEPTIONS * table_does_not_exist = 1 * OTHERS = 2.

DTL_IU_HANDLE_BCSETS CALL FUNCTION 'DTL_IU_HANDLE_BCSETS' "#EC EXISTS DESTINATION GV_CEN_DEST EXPORTING IM_MODE = GC_MODE_EXECUTE IM_UPGID = GV_UPGRADE_ID IM_SESSION_ID = GD_SESS_ID IM_RFC_RCV = GV_RCV_DEST IMPORTING EX_LOGNUMBER = GV_LOGNUMBER 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_YES 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_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.



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