RSUSR002 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Lists of users according to complex selection criterion...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 RSUSR002 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: CATTK = CATT check ID
Selection Text: GROUP = Group for authorization
Selection Text: LIC_TYPE = User Type for Measurement
Selection Text: OBJ1 = Authorization Object
Selection Text: OBJ2 = Authorization Object
Selection Text: OBJ3 = Authorization Object
Selection Text: OBJCT = Authorization Object
Selection Text: PROF2 = AND profile
Selection Text: PROF3 = AND profile
Selection Text: UGROUP = User group (general)
Selection Text: ACCNT = D .
Selection Text: ACTGRPS = D .
Selection Text: AUTH = D .
Selection Text: AUTH_FLD = D .
Selection Text: AUTH_VAL = D .
Selection Text: PROF1 = D .
Selection Text: SECPOL = D .
Selection Text: SPLD = D .
Selection Text: STCOD = D .
Selection Text: TCODE = D .
Selection Text: UALIAS = D .
Selection Text: UREF = D .
Selection Text: USER = D .
Title: Users by Complex Selection Criteria
Text Symbol: S06 = To
Text Symbol: S05 = Valid From
Text Symbol: S04 = Format List Output
Text Symbol: S03 = Analyzing user data
Text Symbol: S02 = Format Selection Criteria
Text Symbol: E03 = (Comp.profile contains cycles)
Text Symbol: 002 = Selection criteria for user
Text Symbol: 003 = Selection by authorizations
Text Symbol: 005 = Additional selection criteria
Text Symbol: 118 = AND Profile
Text Symbol: 201 = Authorization object 1
Text Symbol: 202 = AND authorization object 2
Text Symbol: 203 = Selection by values
Text Symbol: 212 = AND authorization object 3
INCLUDE SR002TOP.
INCLUDE MS01CW30.
INCLUDE SR002E10.
INCLUDE SR002F10.
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.