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
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.
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
INCLUDE SR050TOP.
INCLUDE MS01CW10.
INCLUDE RSUSR050_STATUS_0100.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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.