Rules for User Names
Use
By default, SAP NetWeaver Application Server (SAP NetWeaver AS) ABAP enables you to use a wide variety of unicode characters for user names. This freedom results in a number of undesirable results:
-
Invisible names that consist of spaces and non printable control characters
-
Names written with characters from different alphabets, but appear to be identical
Activities
Open table PRGN_CUST in Maintain Table Views (transaction SM30) and maintain the parameter BNAME_RESTRICT.
|
Value |
Description |
|---|---|
|
ALL |
We recommend this value. This configuration is the most restrictive. You can only use the following characters in user names and no others. ABCDEFGHIJKLNMOPQRSTUVWXYZ_0123456789,;-ยง&()={[]}+# |
|
FME |
This configuration limits where in user names you can use spaces and control characters: F (ront) M (iddle) E (nd). To disallow spaces or control characters, replace F, M, or E with an X. This configuration does not limit the use of any other characters in user names. |
|
No |
No restrictions. Use this configuration to maintain compatibility with older releases. To use the old user management transactions SU01_OLD and SU10_OLD, you must use this option. |
More Information
SAP Note 1731549 