SAP Reports / Programs | Basis Components | Change & Transport System | Transport Organizer(BC-CTS-ORG) SAP BC

RSVCAD11 SAP ABAP Report - Version Management: Remote Comparison by Object List







RSVCAD11 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 RSVCAD11 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 RSVCAD11. "Basic submit
SUBMIT RSVCAD11 AND RETURN. "Return to original report after report execution complete
SUBMIT RSVCAD11 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: DEST = Destination
Selection Text: TRKORR = Request
Title: Version Management: Remote Comparison by Object List
Text Symbol: 001 = not comparable
Text Symbol: 002 = different
Text Symbol: 003 = same
Text Symbol: 004 = expanded
Text Symbol: 005 = not found in system
Text Symbol: 006 = RFC error
Text Symbol: 007 = not found in remote system
Text Symbol: 008 = Internal error


INCLUDES used within this REPORT RSVCAD11

INCLUDE RSVCUTCT.


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:

TR_READ_COMM CALL FUNCTION 'TR_READ_COMM' EXPORTING * WI_DIALOG = 'X' * WI_LANGU = SY-LANGU * WI_SEL_E070 = ' ' wi_sel_e071 = 'X' * WI_SEL_E071K = ' ' * WI_SEL_E07T = ' ' wi_trkorr = trkorr * WI_SEL_E070C = ' ' * IMPORTING * WE_E070 = * WE_E07T = * WE_E070C = * WE_E07T_DOESNT_EXIST = * WE_E070C_DOESNT_EXIST = TABLES wt_e071 = lt_e071 wt_e071k = lt_e071k EXCEPTIONS not_exist_e070 = 1 no_authorization = 2 OTHERS = 3.

SVRS_RESOLVE_E071_OBJ CALL FUNCTION 'SVRS_RESOLVE_E071_OBJ' EXPORTING e071_obj = lt_e071 TABLES obj_tab = lt_vrso EXCEPTIONS not_versionable = 1 OTHERS = 2.

SVRS_RFC_SYSTEM_INFO CALL FUNCTION 'SVRS_RFC_SYSTEM_INFO' EXPORTING iv_destination = dest IMPORTING es_rfcsi = gs_rfcsi EXCEPTIONS OTHERS = 1.

SVRS_INITIALIZE_DATAPOINTER CALL FUNCTION 'SVRS_INITIALIZE_DATAPOINTER' CHANGING objtype = ls_object_loc-objtype data_pointer = ls_object_loc-data_pointer.

SVRS_GET_VERSION CALL FUNCTION 'SVRS_GET_VERSION' CHANGING object = ls_object_loc EXCEPTIONS communication_error = 1 system_error = 2 no_version = 3 version_unreadable = 4 OTHERS = 5.

SVRS_INITIALIZE_DATAPOINTER CALL FUNCTION 'SVRS_INITIALIZE_DATAPOINTER' CHANGING objtype = ls_object_rem-objtype data_pointer = ls_object_rem-data_pointer.

SVRS_GET_VERSION CALL FUNCTION 'SVRS_GET_VERSION' CHANGING object = ls_object_rem EXCEPTIONS communication_error = 1 system_error = 2 no_version = 3 version_unreadable = 4 OTHERS = 5.

SCWB_CREATE_NORMAL_FORM CALL FUNCTION 'SCWB_CREATE_NORMAL_FORM' EXPORTING iv_case = 'U' iv_condense = 'X' iv_ignore_comments = 'X' CHANGING ct_code = ls_object_loc-reps-abaptext.

SCWB_CREATE_NORMAL_FORM CALL FUNCTION 'SCWB_CREATE_NORMAL_FORM' EXPORTING iv_case = 'U' iv_condense = 'X' iv_ignore_comments = 'X' CHANGING ct_code = ls_object_rem-reps-abaptext.

SCWB_CREATE_NORMAL_FORM CALL FUNCTION 'SCWB_CREATE_NORMAL_FORM' EXPORTING iv_case = 'U' iv_condense = 'X' iv_ignore_comments = 'X' CHANGING ct_code = ls_object_loc-func-abaptext.

SCWB_CREATE_NORMAL_FORM CALL FUNCTION 'SCWB_CREATE_NORMAL_FORM' EXPORTING iv_case = 'U' iv_condense = 'X' iv_ignore_comments = 'X' CHANGING ct_code = ls_object_rem-func-abaptext.

SVRS_MAKE_OBJECT_DELTA CALL FUNCTION 'SVRS_MAKE_OBJECT_DELTA' EXPORTING obj_old = ls_object_rem obj_new = ls_object_loc CHANGING delta = ls_delta EXCEPTIONS OTHERS = 2.

SVRS_CHECK_DELTA_EMPTY CALL FUNCTION 'SVRS_CHECK_DELTA_EMPTY' EXPORTING obj_new = ls_object_loc delta = ls_delta IMPORTING p_delta_empty = lv_delta_empty.



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