SAP Reports / Programs

RSVRSRS3 SAP ABAP Report - Compare Versions: Report Sources







RSVRSRS3 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 RSVRSRS3 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 RSVRSRS3. "Basic submit
SUBMIT RSVRSRS3 AND RETURN. "Return to original report after report execution complete
SUBMIT RSVRSRS3 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: VERSNO2 = ?...(VERSNO2)
Selection Text: VERSNO1 = ?...(VERSNO1)
Selection Text: REM_SYST = ?...(REM SYST)
Selection Text: OBJTYP2 = ?...(OBJTYP2)
Selection Text: OBJTYP1 = ?...(OBJTYP1)
Selection Text: OBJNAME = ?...(OBJNAME)
Selection Text: LOG_DEST = ?...(LOG DEST)
Selection Text: INFOLN2B = ?...(INFOLN2B)
Selection Text: INFOLN2A = ?...(INFOLN2A)
Selection Text: INFOLN1B = ?...(INFOLN1B)
Selection Text: INFOLN1A = ?...(INFOLN1A)
Title: Compare Versions: Report Sources
Text Symbol: L49 = Fixed point arithmetic active.
Text Symbol: L48 = SAP SQL with var. client......
Text Symbol: L47 = Change database SQL/ODC.......
Text Symbol: L46 = Editor lock active............
Text Symbol: L45 = Start using variant...........
Text Symbol: L44 = Authorization group...........
Text Symbol: L43 = Selection screen..............
Text Symbol: L42 = Application of logical DB.....
Text Symbol: L41 = Logical database..............
Text Symbol: L40 = Program class.................
Text Symbol: L39 = Application...................
Text Symbol: L38 = Status........................
Text Symbol: L37 = Type..........................
Text Symbol: L36 = Created by....................
Text Symbol: L35 = Last changed by...............
Text Symbol: L60 = No differences in the attributes of
Text Symbol: L61 = these versions.
Text Symbol: L62 = Compare report attributes
Text Symbol: L63 = unchanged lines omitted
Text Symbol: L64 = Comparison of contexts
Text Symbol: L65 = Context:
Text Symbol: L66 = Compare method implementations
Text Symbol: L67 = Method:
Text Symbol: L68 = Comparison:
Text Symbol: L70 = Vers. only
Text Symbol: L71 = System:





Text Symbol: L72 = Differing Lines:
Text Symbol: L73 = Compare type groups
Text Symbol: L74 = Compare Interfaces
Text Symbol: L75 = Compare XSLT Programs
Text Symbol: L34 = Last changed on...............
Text Symbol: 001 = Class:
Text Symbol: 002 = (ABAP Objects)
Text Symbol: A01 = Apart from some indentations that may differ,
Text Symbol: A02 = Apart from some comments that may differ,
Text Symbol: A03 = Apart from some indentations and comments that may differ,
Text Symbol: A04 = the sources of the two versions are the same.
Text Symbol: CLP = Clipboard
Text Symbol: G01 = Exit Editor
Text Symbol: G03 = has been changed. Save before leaving editor?
Text Symbol: J01 = Buffer empty.
Text Symbol: J05 = Buffer
Text Symbol: L01 = Following lines deleted:
Text Symbol: L02 = Lines only available in version
Text Symbol: L03 = of the REMOTE system:
Text Symbol: L04 = Following lines added:
Text Symbol: L05 = Lines not available in version
Text Symbol: L07 = The following lines were changed:
Text Symbol: L08 = Contents Unchanged:
Text Symbol: L09 = Compare Report Sources
Text Symbol: L10 = Left-Hand Column:
Text Symbol: L11 = Remote system:
Text Symbol: L12 = Request:
Text Symbol: L13 = Text:
Text Symbol: L14 = Right-Hand Column:
Text Symbol: L15 = Local System:
Text Symbol: L17 = There are no differences in the sources of these versions.
Text Symbol: L18 = Inactive version
Text Symbol: L19 = active version
Text Symbol: L20 = Version
Text Symbol: L21 = Assignment between changes and requests
Text Symbol: L22 = Number at
Text Symbol: L23 = Request
Text Symbol: L24 = Text
Text Symbol: L25 = Change





Text Symbol: L26 = Report program:
Text Symbol: L27 = Report source:
Text Symbol: L28 = Report text:
Text Symbol: L29 = Function module:
Text Symbol: L30 = Differences in following attributes:
Text Symbol: L31 = Level.........................
Text Symbol: L32 = Version.......................
Text Symbol: L33 = Created on....................


INCLUDES used within this REPORT RSVRSRS3

INCLUDE RSVCVDCT.


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:

SVRS_CHECK_READ_PERMISSION call function 'SVRS_CHECK_READ_PERMISSION' exporting objtype = objtyp1 objname = objname importing "VJR transport_key = gv_transport_key "VJR exceptions no_read_permission = 1 others = 2.

WB_SPLIT_EDITOR_VRS_START call function 'WB_SPLIT_EDITOR_VRS_START' exporting mode_left = 'DISPLAY' mode_right = 'DISPLAY' object_left = object_lft object_right = object_rgt transport_key_l = gv_transport_key * korrnum = 'B20K01111' * TOOL_INSTANCE = VERSION_LEFT = version_lft VERSION_RIGHT = version_rgt INFOLN1A = infoln1a INFOLN1B = korrinf_lft INFOLN2A = infoln2a INFOLN2B = korrinf_rgt RFCDEST_LEFT = logdest_lft RFCDEST_right = logdest_rgt IMPORTING ANSWER = gv_answer tables source_l = gt_source_lft source_r = gt_source_rgt smodilog_abap_left = gt_smodilog_lft SMODILOG_ABAP_RIGHT = gt_smodilog_rgt mod_tab_left = gt_mod_tab_lft MOD_TAB_RIGHT = gt_mod_tab_rgt EXCEPTIONS PARAMETER_INVALID = 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 RSVRSRS3 or its description.