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
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: 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.
INCLUDE SR003TOP.
INCLUDE MS01CW05. "#EC INCL_OK
INCLUDE MS01CW06. "#EC INCL_OK
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSUSR003 - Check the Passwords of Standard Users in All Clients RSUSR003 - Check the Passwords of Standard Users in All Clients RSUSR002_ADDRESS - Users by address data RSUSR002_ADDRESS - Users by address data RSUSR002 - Users by Complex Selection Criteria RSUSR002 - Users by Complex Selection Criteria