SAP Reports / Programs | Basis Components | Security | User and Authorization Management(BC-SEC-USR-ADM) SAP BC

RUSR0003 SAP ABAP Report - Selection Criteria When Searching for Auth. Values







RUSR0003 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RUSR0003 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 RUSR0003. "Basic submit
SUBMIT RUSR0003 AND RETURN. "Return to original report after report execution complete
SUBMIT RUSR0003 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: VAL15 = Value
Selection Text: VAL14 = Value
Selection Text: VAL13 = Value
Selection Text: VAL12 = Value
Selection Text: VAL11 = Value
Selection Text: VAL10 = Value
Selection Text: USER = User
Selection Text: STCOD = Start Menu
Selection Text: SPLD = Output Device
Selection Text: SHW_VAL = Authorization Values
Selection Text: SHW_USER = User Name
Selection Text: SHW_SPLD = Standard Output Device
Selection Text: SHW_PROF = Profile Name
Selection Text: SHW_OBJ = Authorization Object
Selection Text: SHW_MOD = Last Changed By
Selection Text: SHW_MENU = Start Menu
Selection Text: SHW_LOCK = Lock Indicator
Selection Text: SHW_GRP = User Group
Selection Text: SHW_GLTG = Validity Period
Selection Text: SHW_FLD = Authorization Field
Selection Text: SHW_DATE = Changed On
Selection Text: SHW_CATT = CATT Check ID
Selection Text: SHW_BTYP = User Type
Selection Text: VAL16 = Value
Selection Text: VAL39 = Value
Selection Text: VAL38 = Value
Selection Text: VAL37 = Value
Selection Text: VAL36 = Value
Selection Text: VAL35 = Value
Selection Text: VAL34 = Value
Selection Text: VAL33 = Value
Selection Text: VAL32 = Value
Selection Text: VAL31 = Value
Selection Text: VAL30 = Value
Selection Text: VAL29 = Value
Selection Text: VAL28 = Value
Selection Text: VAL27 = Value
Selection Text: VAL26 = Value





Selection Text: VAL25 = Value
Selection Text: VAL24 = Value
Selection Text: VAL23 = Value
Selection Text: VAL22 = Value
Selection Text: VAL21 = Value
Selection Text: VAL20 = Value
Selection Text: VAL19 = Value
Selection Text: VAL18 = Value
Selection Text: VAL17 = Value
Selection Text: ACCNT = Account number
Selection Text: AUTH = Authorization
Selection Text: CATTK = CATT check ID
Selection Text: GROUP = User group
Selection Text: LOCK = Locked
Selection Text: MAX_REC = Maximum no. of hits
Selection Text: OBJ1 = Authorization Object
Selection Text: OBJ2 = Authorization Object
Selection Text: OBJ3 = Authorization Object
Selection Text: OBJCT = Authorization Object
Selection Text: PROF1 = Profile
Selection Text: PROF2 = AND profile
Selection Text: PROF3 = AND profile
Selection Text: PTEXT = Profile Text
Selection Text: SHW_ACCT = Account Number
Selection Text: SHW_AUTH = Authorization
Title: Selection Criteria When Searching for Auth. Values
Text Symbol: 022 = Profiles
Text Symbol: 021 = User group
Text Symbol: 020 = User name
Text Symbol: 012 = AND authorization object 3
Text Symbol: 011 = Settings
Text Symbol: 010 = Selection by values
Text Symbol: 009 = Deselect all
Text Symbol: 008 = Select all
Text Symbol: 007 = Values
Text Symbol: 006 = Display data: User name and ...
Text Symbol: 005 = Additional selection criteria
Text Symbol: 004 = Selection by Values
Text Symbol: 003 = Selection by Authorizations





Text Symbol: 002 = AND authorization Object 2
Text Symbol: 001 = Authorization Object 1
Text Symbol: 023 = User Type
Text Symbol: 024 = Object name
Text Symbol: 025 = Validity period
Text Symbol: 026 = Authorization name
Text Symbol: 027 = Lock flag
Text Symbol: 028 = Auth. field name
Text Symbol: 029 = Account number
Text Symbol: 030 = Auth. values
Text Symbol: 031 = Start menu
Text Symbol: 032 = Last change
Text Symbol: 033 = Standard output device
Text Symbol: 035 = CATT check ID
Text Symbol: 040 = Authorization object AND
Text Symbol: 041 = Authorization Object
Text Symbol: 050 = Field


INCLUDES used within this REPORT RUSR0003

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:

AUTH_FIELD_GET_INFO * CALL FUNCTION 'AUTH_FIELD_GET_INFO' * EXPORTING * FIELDNAME = SFIELD * IMPORTING * DATEL = DFIES-ROLLNAME * LNG = DFIES-OUTPUTLEN * RC = RC * TEXT = DFIES-FIELDTEXT * INTTYPE = DFIES-INTTYPE.

AUTH_FIELD_GET_INFO ** call function 'AUTH_FIELD_GET_INFO' ** exporting ** fieldname = xu124-sfield ** langu = syst_language ** importing ** datel = dfies-rollname ** lng = dfies-outputlen ** rc = rc ** text = dfies-fieldtext ** inttype = dfies-inttype.



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