SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNVC_SCWB_SET_SYSTEMS SAP ABAP Report - Select Systems for Comparison Run







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


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


Text pool values


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





Selection Text: P_RFC06 = RFC Connection to System 06
Selection Text: P_RFC07 = RFC Connection to System 07
Selection Text: P_RFC08 = RFC Connection to System 08
Selection Text: P_RFC09 = RFC Connection to System 09
Selection Text: P_RFC10 = RFC Connection to System 10
Selection Text: P_RFC11 = RFC Connection to System 11
Selection Text: P_RFC12 = RFC Connection to System 12
Selection Text: P_RFC13 = RFC Connection to System 13
Selection Text: P_RFC14 = RFC Connection to System 14
Selection Text: P_RFC15 = RFC Connection to System 15
Selection Text: P_RFC16 = RFC Connection to System 16
Selection Text: P_RFC17 = RFC Connection to System 17
Selection Text: P_RFC18 = RFC Connection to System 18
Selection Text: P_RFC19 = RFC Connection to System 19
Selection Text: P_RFC20 = RFC Connection to System 20
Selection Text: P_RFC21 = RFC Connection to System 21
Selection Text: P_RFC22 = RFC Connection to System 22
Selection Text: P_RFC23 = RFC Connection to System 23
Selection Text: P_RFC24 = RFC Connection to System 24
Selection Text: P_RFC25 = RFC Connection to System 25
Title: Select Systems for Comparison Run
Text Symbol: T04 = Error
Text Symbol: T03 = Done
Text Symbol: T02 = ,set
Text Symbol: T01 = System :
Text Symbol: 202 = (as defined in the SAP LT Work Center)
Text Symbol: 201 = This function transfers the complete System Landscape
Text Symbol: 200 = Transfer Landscape


INCLUDES used within this REPORT CNVC_SCWB_SET_SYSTEMS

No INCLUDES are used within this REPORT code!


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



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