SAP Reports / Programs

RSUSR050 SAP ABAP Report - Comparisons







RSUSR050 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to compare two user master records, roles, profiles, or authorizations in a system or in different systems...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 RSUSR050 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 RSUSR050. "Basic submit
SUBMIT RSUSR050 AND RETURN. "Return to original report after report execution complete
SUBMIT RSUSR050 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: SYST_2 = System B
Selection Text: SYST_1 = System A
Selection Text: ROL_2 = Role B
Selection Text: ROL_1 = Role A
Selection Text: PROFIL_2 = Profile B
Selection Text: PROFIL_1 = Profile A
Selection Text: BENU_2 = User B
Selection Text: BENU_1 = User A
Selection Text: AUTH_2 = Auth. B
Selection Text: AUTH_1 = Auth. A
Title: Comparisons
Text Symbol: 401 = At least one authorization assignment
Text Symbol: 325 = Single Authorizations
Text Symbol: 324 = Merged Authorizations
Text Symbol: 323 = Single Profiles
Text Symbol: 322 = Single Role
Text Symbol: 319 = Operand
Text Symbol: 318 = Merged Authorizations
Text Symbol: 317 = Selection Overview as Table
Text Symbol: 316 = Name:
Text Symbol: 315 = Reference User:
Text Symbol: 314 = Indirect assignments shown
Text Symbol: 313 = Indirect assignments hidden
Text Symbol: 312 = Identical assignments shown
Text Symbol: 311 = Identical assignments hidden
Text Symbol: 310 = Show/Hide Indirect Assignments
Text Symbol: 402 = No authorization assignment
Text Symbol: 403 = From Authorization Value
Text Symbol: 404 = To Authorization Value
Text Symbol: 405 = From Value
Text Symbol: 406 = To Value
Text Symbol: 407 = Profl.
Text Symbol: 408 = Role
Text Symbol: T61 = There are no authorizations for the comparison object
Text Symbol: T62 = There is at least one authorization for the comparison object
Text Symbol: T63 = Direct Authorization Assignmnt
Text Symbol: T64 = Indirect Authorization Assignment (Using a Reference User)
Text Symbol: T65 = Legend





Text Symbol: T66 = Object
Text Symbol: T67 = Meaning
Text Symbol: TL1 = Compare Contained Roles
Text Symbol: TL2 = Compare Contained Authorizations
Text Symbol: 309 = Show/Hide Identical Assignments
Text Symbol: 001 = Same Values
Text Symbol: 002 = Different Value
Text Symbol: 003 = Different Objects
Text Symbol: 004 = Compare Roles
Text Symbol: 005 = Assignment
Text Symbol: 006 = Compare Users
Text Symbol: 008 = Compare Profiles
Text Symbol: 009 = Compare Authorizations
Text Symbol: 010 = Remote Comparison
Text Symbol: 012 = Same Role
Text Symbol: 013 = Different Role
Text Symbol: 014 = User A
Text Symbol: 015 = User B
Text Symbol: 021 = Client:
Text Symbol: 022 = System:
Text Symbol: 023 = Prof.:
Text Symbol: 024 = Role:
Text Symbol: 031 = Profile A
Text Symbol: 032 = Profile B
Text Symbol: 042 = Role B
Text Symbol: 043 = Role A
Text Symbol: 044 = Authorization
Text Symbol: 047 = Auth. A
Text Symbol: 048 = Auth. B
Text Symbol: 099 = User
Text Symbol: 100 = Object:
Text Symbol: 101 = Profiles
Text Symbol: 102 = Roles
Text Symbol: 103 = Across systems
Text Symbol: 104 = Internal
Text Symbol: 105 = Authorizations
Text Symbol: 201 = RFC Destination for System A
Text Symbol: 202 = RFC Destination for System B
Text Symbol: 203 = Object Exists





Text Symbol: 204 = Object does not exist
Text Symbol: 205 = Comparison
Text Symbol: 209 = Authorization Object
Text Symbol: 300 = Value Combination
Text Symbol: 302 = _from
Text Symbol: 303 = _to
Text Symbol: 305 = Values
Text Symbol: 306 = Authorization


INCLUDES used within this REPORT RSUSR050

INCLUDE SR050TOP.
INCLUDE MS01CW10.
INCLUDE RSUSR050_STATUS_0100.


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