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: 

How USR03 Table Gets Updated?

Former Member
0 Kudos

Dear All,

Can you tell me how USR03 table gets updated. Reason to know is , Iam getting different name in USR03 for one user, where as the name in SU01 is different. There are couple of Name fields in USR03 table. want to know what are these additional Name fields and where we maintain these names.

Thank you in Advance.

Regards,

VK

3 REPLIES 3

Former Member
0 Kudos

USR03 is obsolete. Use the ADR* tables.

Cheers,

Julius

Former Member
0 Kudos

And if you are looking for Names of user (as maintained in SU01) then use table USER_ADDR.

Cheers !!

Zaheer

WolfgangJanzen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Best advice: do not access any tables but use the APIs (e.g. BAPI_USER_GET_DETAIL).

Otherwise you might experience that you operate on legacy data stores, one day ...