RSW3COMPARE_VERSIONS 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 RSW3COMPARE_VERSIONS 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.
Title: WAB: Version Administration for ITS Objects
Text Symbol: L72 = Differing Lines:
Text Symbol: L71 = System:
Text Symbol: L70 = Vers. only
Text Symbol: L63 = unchanged lines omitted
Text Symbol: L22 = Published Version
Text Symbol: L21 = (Consider Flow Logic.)
Text Symbol: L20 = Version
Text Symbol: L19 = Active Version
Text Symbol: L18 = Inactive Version
Text Symbol: L17 = There are no differences between these versions
Text Symbol: L15 = Local System:
Text Symbol: L14 = Right-Hand Column:
Text Symbol: L11 = Remote System:
Text Symbol: L10 = Left-Hand Column:
Text Symbol: L08 = Contents Unchanged:
Text Symbol: L07 = The following lines were changed:
Text Symbol: L05 = Lines not available in version
Text Symbol: L04 = The following lines were added:
Text Symbol: L03 = of the REMOTE system:
Text Symbol: L02 = Lines only available in version
Text Symbol: L01 = The following lines were deleted
Text Symbol: J01 = Buffer empty.
Text Symbol: G04 = Repository changed. Save before exiting editor?
Text Symbol: G01 = Exit Editor
Text Symbol: CLP = Clipboard
Text Symbol: 009 = Mime Object
Text Symbol: 008 = (Flow Logic)
Text Symbol: 007 = Comparison of HTML Templates
Text Symbol: 006 = Text:
Text Symbol: 005 = Transport:
Text Symbol: 004 = Screen Number
Text Symbol: 003 = Template
Text Symbol: 002 = Theme
Text Symbol: 001 = Service
INCLUDE RSVCUTCT.
INCLUDE RSVCVDCT.
INCLUDE RSVCRECT.
No SAP DATABASE tables are accessed within this REPORT code!
SVRS_CHECK_READ_PERMISSION CALL FUNCTION 'SVRS_CHECK_READ_PERMISSION' EXPORTING objtype = objtyp1 objname = objname EXCEPTIONS no_read_permission = 1 OTHERS = 2.
SVRS_CHECK_READ_PERMISSION CALL FUNCTION 'SVRS_CHECK_READ_PERMISSION' EXPORTING objtype = objtyp2 objname = objnam2 EXCEPTIONS no_read_permission = 1 OTHERS = 2.
SVRS_COMPUTE_DELTA_REPS CALL FUNCTION 'SVRS_COMPUTE_DELTA_REPS' EXPORTING * COMPARE_MODE = 1 ignore_case_differences = g_settings-ignore_case_differences TABLES texttab_old = html_tab_lft texttab_new = html_tab_rgt trdirtab_old = trdirtab_old_dummy trdirtab_new = trdirtab_new_dummy trdir_delta = trdir_delta_dummy text_delta = html_delta.
SVRS_COMPUTE_DELTA_REPS CALL FUNCTION 'SVRS_COMPUTE_DELTA_REPS' EXPORTING * COMPARE_MODE = 1 ignore_case_differences = g_settings-ignore_case_differences TABLES texttab_old = flow_tab_lft texttab_new = flow_tab_rgt trdirtab_old = trdirtab_old_dummy trdirtab_new = trdirtab_new_dummy trdir_delta = trdir_delta_dummy text_delta = flow_delta.
SVRS_COMPUTE_DELTA_REPS CALL FUNCTION 'SVRS_COMPUTE_DELTA_REPS' EXPORTING * COMPARE_MODE = 1 ignore_case_differences = g_settings-ignore_case_differences TABLES texttab_old = mime_tab_lft texttab_new = mime_tab_rgt trdirtab_old = trdirtab_old_dummy trdirtab_new = trdirtab_new_dummy trdir_delta = trdir_delta_dummy text_delta = mime_delta.
TR_GET_PGMID_FOR_OBJECT CALL FUNCTION 'TR_GET_PGMID_FOR_OBJECT' EXPORTING iv_object = pi_objtype IMPORTING es_type = ls_text EXCEPTIONS illegal_object = 1 OTHERS = 2.
GET_E07T_ENTRY_40 CALL FUNCTION 'GET_E07T_ENTRY_40' EXPORTING destination = logdest_rgt korrnum = korrnum_rgt langu = sy-langu IMPORTING e07t_entry = e07t_entry EXCEPTIONS no_entry_found = 01 system_failure = 02 communication_failure = 03.
GET_E07T_ENTRY_40 CALL FUNCTION 'GET_E07T_ENTRY_40' EXPORTING destination = logdest_lft korrnum = korrnum_lft langu = sy-langu IMPORTING e07t_entry = e07t_entry EXCEPTIONS no_entry_found = 01 system_failure = 02 communication_failure = 03.
RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING mode = 'SHOW' global_lock = 'X' object = l_iackeym object_class = 'IAMU' suppress_upgrade_check = 'X' * IMPORTING * tadire = l_tadir EXCEPTIONS permission_failure = 1 OTHERS = 9.
IAMU_MIME_READ CALL FUNCTION 'IAMU_MIME_READ' EXPORTING mime_name = l_mime_name iacversiontype = 'P' TABLES piacmu = lt_iacmu piacmut = lt_iacmut piacmu_c = lt_iacmu_c EXCEPTIONS object_not_found = 1 OTHERS = 2.
SVRS_GET_VERSION_IAMU_40 CALL FUNCTION 'SVRS_GET_VERSION_IAMU_40' EXPORTING destination = log_des object_name = objname versno = versno TABLES * VSMODISRC = iacmu_tab = lt_iacmu iacmt_tab = lt_iacmut iacmc_tab = lt_iacmu_c EXCEPTIONS no_version = 1 system_failure = 2 communication_failure = 3 OTHERS = 4.
RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING mode = 'SHOW' global_lock = 'X' object = l_iackeyt object_class = 'IATU' suppress_upgrade_check = 'X' * IMPORTING * tadire = l_tadir EXCEPTIONS permission_failure = 1 OTHERS = 9.
IATU_HTMLTEMPLATE_READ CALL FUNCTION 'IATU_HTMLTEMPLATE_READ' EXPORTING template_name = l_template_name iacversiontype = 'P' TABLES piachtml = l_iachtml piacflow = lt_flow piactu = lt_iactu piactut = lt_iactut piactu_c = lt_iactu_c EXCEPTIONS object_not_found = 1 OTHERS = 2.
SVRS_GET_VERSION_IATU_40 CALL FUNCTION 'SVRS_GET_VERSION_IATU_40' EXPORTING destination = log_des object_name = objname versno = versno TABLES * VSMODISRC = piachtml = l_iachtml piacflow = lt_flow iactu_tab = lt_iactu iactt_tab = lt_iactut iactc_tab = lt_iactu_c EXCEPTIONS no_version = 1 system_failure = 2 communication_failure = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSW3COMPARE_VERSIONS - WAB: Version Administration for ITS Objects RSW3COMPARE_VERSIONS - WAB: Version Administration for ITS Objects RSW3COMPARE_TEMPLATES - Report RSW3COMPARE_TEMPLATES RSW3COMPARE_TEMPLATES - Report RSW3COMPARE_TEMPLATES RSVTRXPR - XPRA for Conversion of Pooled Tables (Prior. 1) RSVTRXPR - XPRA for Conversion of Pooled Tables (Prior. 1)