SAP Reports / Programs | Basis Components | Security | User Information System(BC-SEC-USR-IS) SAP BC

RSUSR002 SAP ABAP Report - Users by Complex Selection Criteria







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


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 RSUSR002. "Basic submit
SUBMIT RSUSR002 AND RETURN. "Return to original report after report execution complete
SUBMIT RSUSR002 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: 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





Text Symbol: 214 = Value
Text Symbol: 215 = OR
Text Symbol: 216 = AND
Text Symbol: 217 = Always Convert Values
Text Symbol: 300 = Entry values
Text Symbol: 305 = Field Name
Text Symbol: 502 = Set
Text Symbol: 503 = Not set
Text Symbol: 504 = Password Lock (Incorrect Logon Attempts)
Text Symbol: 505 = User Locks (Administrator)
Text Symbol: 506 = Selection by Locks
Text Symbol: 507 = All Users with Administrator or Password Locks
Text Symbol: 508 = Differentiation of Locks
Text Symbol: 509 = Only Users Without Locks
Text Symbol: 701 = Selection by Field Name
Text Symbol: 702 = Fill Out Field Name
Text Symbol: 800 = Format List
Text Symbol: 801 = Layout
Text Symbol: 802 = Title
Text Symbol: 810 = Log Display: Check the Selection Input
Text Symbol: E01 = Incorrect composite profile
Text Symbol: E02 = is not analyzed


INCLUDES used within this REPORT RSUSR002

INCLUDE SR002TOP.
INCLUDE MS01CW30.
INCLUDE SR002E10.
INCLUDE SR002F10.


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