RSUSR300 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..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 RSUSR300 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SNC1 - Generate SNC name for user
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: BNAME = Users
Selection Text: CLASS = User group
Selection Text: EMPTY = Users without SNC names only
Selection Text: POSTFIX = Following character string
Selection Text: PREFIX = Previous character string
Title: Set External Security Name for All Users
Text Symbol: 001 = Table USRACL
Text Symbol: 002 = Data records to be inserted
Text Symbol: 003 = Data records to be changed
Text Symbol: 004 = Data records inserted
Text Symbol: 005 = Data records changed
Text Symbol: 006 = Save?
Text Symbol: 007 = Old
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SNC_CHECK_ACTIVE CALL FUNCTION 'SNC_CHECK_ACTIVE' IMPORTING ACTIVE = SNC_ACTIVE EXCEPTIONS OTHERS = 0.
SNC_CONVERT_PNAME_TO_KNAME CALL FUNCTION 'SNC_CONVERT_PNAME_TO_KNAME' exporting PNAME = USRACL-PNAME importing KNAMELEN = USRACL-KNAMELEN KNAME = USRACL-KNAME HNAME = USRACL-HNAME "optional rc = rc "optional exceptions internal_error = 1 others = 16.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSUSR300 - Set External Security Name for All Users RSUSR300 - Set External Security Name for All Users RSUSR200 - List of Users According to Logon Date and Password Change RSUSR200 - List of Users According to Logon Date and Password Change RSUSR102 - Change Documents for Authorizations RSUSR102 - Change Documents for Authorizations