Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Reduce User ID length

Former Member
0 Kudos

Hi All,

In ABAP system we can create a user id of maximum length 12 (default) . My requirement is to reduce the maximum length of user id to 10. i.e. System should not allow us to create user ids of more then 10 characters.

Assume that it is newly installed system.

I have not got any profile parameter to restrict the user name length.

Could you let me know is it possible do this?

Regards

Preethish

1 REPLY 1

Bernhard_SAP
Advisor
Advisor
0 Kudos

Hi,

not in standard....

once again you could create a variant of SU01 (SHD0) and limit htere the field length of user-id to 10. (Do NOT change the standard!). Then allow user admins only to use that transaction variant....

b.rgds, Bernhard