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: 

UserID field length

Former Member
0 Kudos

Hi All,

What is the maximum length of userid field in ECC6. From the screen we can say its 12, but is there any paremater where we can set the maximum length or increase the length of the userid field.

Your answers are much appreciated.

Regards,

Sandhya

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

afaik, SAP user ID is stored on table USR02 on field BNAME and data element XUBNAME type CHAR with

maximum length 12. Although CHAR allow more than 12 character length, but SAP standards delivers username (USR02-BNAME) maximum for 12 character-long only.

modify SAP standard should be avoided to meet your purpose, but if it is needed, you may contact SAP Global Support first, elaborate your need and asking whether negative impact will follow that change.

to change, ask your ABAP to change this (or any user with developer access key)

hope it help you.

rgds,

Alfonsus Guritno

3 REPLIES 3

Former Member
0 Kudos

<link-farm_removed_by_moderator>

Edited by: Julius Bussche on Mar 13, 2009 6:22 AM

Former Member
0 Kudos

Hi,

afaik, SAP user ID is stored on table USR02 on field BNAME and data element XUBNAME type CHAR with

maximum length 12. Although CHAR allow more than 12 character length, but SAP standards delivers username (USR02-BNAME) maximum for 12 character-long only.

modify SAP standard should be avoided to meet your purpose, but if it is needed, you may contact SAP Global Support first, elaborate your need and asking whether negative impact will follow that change.

to change, ask your ABAP to change this (or any user with developer access key)

hope it help you.

rgds,

Alfonsus Guritno

Former Member
0 Kudos

Hi,

It is not advisable to change to the SAP standard field length. Because the field may be dependece on number of other tables/reports. If you try to change the field size at the domain level by using the access keys this may effect to the entire system tables. So the ultimate result will be system is unable to retieve any data from the tables. It is very critical.

Cheers...