SAP Reports / Programs

RSSYSCOMP SAP ABAP Report - Program RSSYSCOMPC







RSSYSCOMP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Mass comparison of the repository between two SAP systems (More details and instructions are available in SAP Note 1368474...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 RSSYSCOMP into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SREPO - Repository Comparison


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


Text pool values


Title: Program RSSYSCOMPC
Text Symbol: 027 = Not readable in 2
Text Symbol: 028 = Object is unknown or function is not available
Text Symbol: 031 = Modification exists in local system only
Text Symbol: 032 = Modification exists in remote system only
Text Symbol: 033 = Modification exists in both systems
Text Symbol: 034 = Identical
Text Symbol: 035 = Not Identical
Text Symbol: 036 = No version:
Text Symbol: 039 = Object cannot be versioned
Text Symbol: 040 = Object removed from comparison list
Text Symbol: 041 = Mass comparison tool not available; double-click
Text Symbol: 042 = Delete Comparison Results
Text Symbol: 043 = Do you want to delete all selected comparison results?
Text Symbol: 045 = User
Text Symbol: 046 = Parameter
Text Symbol: 047 = Mode
Text Symbol: 048 = End Comparison
Text Symbol: 049 = Yes
Text Symbol: 050 = No
Text Symbol: 051 = Do you want to save the comparison results?
Text Symbol: 052 = Short Description
Text Symbol: 053 = Total
Text Symbol: 054 = Not identical
Text Symbol: 055 = Cannot be compared:
Text Symbol: 001 = In local system only
Text Symbol: 002 = In remote system only
Text Symbol: 003 = In both systems
Text Symbol: 004 = Objects Still to Be Compared:
Text Symbol: 005 = of
Text Symbol: 006 = Cannot compare versions directly
Text Symbol: 007 = expanded
Text Symbol: 008 = Packages cannot be compared directly or
Text Symbol: 009 = main object compared by subobjects.
Text Symbol: 010 = TITLE_700
Text Symbol: 011 = Not equal:
Text Symbol: 012 = For more information, see object editor:
Text Symbol: 013 = SCREEN_100





Text Symbol: 014 = Person Responsible
Text Symbol: 015 = SUB_NAME
Text Symbol: 016 = Utilities -> Versions -> Version Management -> REMOTE Comparison
Text Symbol: 017 = Versions equal
Text Symbol: 018 = Compare Versions: Local/Remote
Text Symbol: 019 = Cannot create versions for object
Text Symbol: 020 = Comments
Text Symbol: 022 = Not in local system or in remote system
Text Symbol: 023 = Not in local system
Text Symbol: 024 = Not in remote system
Text Symbol: 025 = cannot be read
Text Symbol: 026 = Not readable in 1


INCLUDES used within this REPORT RSSYSCOMP

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:

No SAP FUNCTION MODULES are executed within this report code!



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