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

RSUSR003 SAP ABAP Report - Check the Passwords of Standard Users in All Clients







RSUSR003 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 RSUSR003 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 RSUSR003. "Basic submit
SUBMIT RSUSR003 AND RETURN. "Return to original report after report execution complete
SUBMIT RSUSR003 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: P_TITLE = Title
Selection Text: P_LAYOUT = Layout
Title: Check the Passwords of Standard Users in All Clients
Text Symbol: 356 = Hash code version not supported in report (old kernel). More info.: SAP Note 1315883.
Text Symbol: 355 = Instance:
Text Symbol: 354 = Time:
Text Symbol: 353 = Date:
Text Symbol: 351 = System:
Text Symbol: 350 = User:
Text Symbol: 0TT = Title
Text Symbol: 0TL = Layout
Text Symbol: 0T0 = List Format
Text Symbol: 055 = Security Policy
Text Symbol: 053 = Description of Attribute
Text Symbol: 046 = Number of Selected Standard Users
Text Symbol: 033 = Selection Criteria:
Text Symbol: 028 = Password $1Pawd2& is well known
Text Symbol: 027 = Password PASSWORD is well known
Text Symbol: 024 = Hash code version of user is not supported in the report.
Text Symbol: 023 = Exists. Password-based logon is not possible.
Text Symbol: 022 = Does not exit. Logon not possible. See SAP Note 2383
Text Symbol: 021 = Logon System Settings
Text Symbol: 020 = Globally and locally by CUA administrator
Text Symbol: 019 = Locked globally by CUA administrator
Text Symbol: 017 = User ID Is Not a System User
Text Symbol: 016 = Client Administration
Text Symbol: 010 = Locked by administrator
Text Symbol: 009 = Locked by unsuccessful logons
Text Symbol: 008 = Password SUPPORT well known.
Text Symbol: 007 = Password ADMIN well known. See SAP Note 29276
Text Symbol: 005 = Does not exist.
Text Symbol: 004 = Password 19920706 well known.
Text Symbol: 003 = Password 06071992 well known.
Text Symbol: 002 = Does not exist.Logon possible with p/w PASS. See Note 2383
Text Symbol: 001 = Exists; Password not trivial.


INCLUDES used within this REPORT RSUSR003

INCLUDE SR003TOP.
INCLUDE MS01CW05. "#EC INCL_OK
INCLUDE MS01CW06. "#EC INCL_OK





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:

VIEW_AUTHORITY_CHECK CALL FUNCTION 'VIEW_AUTHORITY_CHECK' EXPORTING view_action = 'U' view_name = 'T000' no_warning_for_clientindep = 'X' EXCEPTIONS invalid_action = 1 no_authority = 2 no_clientindependent_authority = 3 table_not_found = 4 OTHERS = 5.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'USCRAUTHID' lfieldname = 'AUTH_COLOR' langu = sy-langu TABLES fixed_values = lt_values.

RSLG_WRITE_SYSLOG_ENTRY CALL FUNCTION 'RSLG_WRITE_SYSLOG_ENTRY' EXPORTING sl_message_area = 'E0' sl_message_subid = '3' data_area = ls_syslog.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = pd_title it_fieldcat = lt_fieldcat i_screen_start_column = 5 i_screen_start_line = 5 i_screen_end_column = 100 i_screen_end_line = 25 TABLES t_outtab = pt_list EXCEPTIONS OTHERS = 0.



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