CNVC_SCWB_SET_SYSTEMS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In this activity, you specify the systems you want to participate in the comparison...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter CNVC_SCWB_SET_SYSTEMS into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_RFC26 = RFC Connection to System 26
Selection Text: P_RFC27 = RFC Connection to System 27
Selection Text: P_RFC28 = RFC Connection to System 28
Selection Text: P_RUNID = D Comparison Run
Selection Text: P_RUNID1 = D Comparison Run
Selection Text: P_SID01 = Receiver System (System ID 01)
Selection Text: P_SID02 = System ID 02
Selection Text: P_SID03 = System ID 03
Selection Text: P_SID04 = System ID 04
Selection Text: P_SID05 = System ID 05
Selection Text: P_SID06 = System ID 06
Selection Text: P_SID07 = System ID 07
Selection Text: P_SID08 = System ID 08
Selection Text: P_SID09 = System ID 09
Selection Text: P_SID10 = System ID 10
Selection Text: P_SID11 = System ID 11
Selection Text: P_SID12 = System ID 12
Selection Text: P_SID13 = System ID 13
Selection Text: P_SID14 = System ID 14
Selection Text: P_SID15 = System ID 15
Selection Text: P_SID16 = System ID 16
Selection Text: P_SID17 = System ID 17
Selection Text: P_SID18 = System ID 18
Selection Text: P_SID19 = System ID 19
Selection Text: P_SID20 = System ID 20
Selection Text: P_SID21 = System ID 21
Selection Text: P_SID22 = System ID 22
Selection Text: P_SID23 = System ID 23
Selection Text: P_SID24 = System ID 24
Selection Text: P_SID25 = System ID 25
Selection Text: P_SID26 = System ID 26
Selection Text: P_SID27 = System ID 27
Selection Text: P_SID28 = System ID 28
Selection Text: P_RFC01 = RFC Connection to Receiver
Selection Text: P_RFC02 = RFC Connection to System 02
Selection Text: P_RFC03 = RFC Connection to System 03
Selection Text: P_RFC04 = RFC Connection to System 04
Selection Text: P_RFC05 = RFC Connection to System 05
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_AUTHORITY_CHECK CALL FUNCTION 'CNV_MBT_AUTHORITY_CHECK' EXPORTING im_area = 'SLOP' im_level = 'PACKAGE' im_activity = '02' EXCEPTIONS no_authority = 1 OTHERS = 2.
CNVCF_SCNG_RUNID_GETACTIVE CALL FUNCTION 'CNVCF_SCNG_RUNID_GETACTIVE' IMPORTING runid = p_runid.
CNVCF_SCWB_CHECK_RUNID CALL FUNCTION 'CNVCF_SCWB_CHECK_RUNID' EXPORTING iv_runid = p_runid EXCEPTIONS initial = 1 too_long = 2 illegal_char = 3 not_exist = 4 OTHERS = 5.
CNVCF_SCWB_ZLOG CALL FUNCTION 'CNVCF_SCWB_ZLOG' EXPORTING i_log_object = c_obj_zxiproxy i_extnumber = gv_ext_number TABLES t_log_message = gt_log_message EXCEPTIONS log_header_inconsistent = 1 logging_error = 2 OTHERS = 3.
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = lc_funcname EXCEPTIONS function_not_exist = 1 OTHERS = 2.
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 CNVC_SCWB_SET_SYSTEMS or its description.
CNVC_SCWB_SET_SYSTEMS - Select Systems for Comparison Run CNVC_SCWB_SET_SYSTEMS - Select Systems for Comparison Run CNVC_SCWB_SELECT_OBJTYP - Select Object Types for Comparison CNVC_SCWB_SELECT_OBJTYP - Select Object Types for Comparison CNVC_SCWB_RUN_TRIG_ACT - Process trigger action CNVC_SCWB_RUN_TRIG_ACT - Process trigger action