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: 

What table is a user's language in?

Former Member

The end result: I desire is a list of the language from the communication tab of a user profile.(This is different than the one under the defaults tab.)

Langu_p is the field name.

spras is the data element name.

We are running ECC6.0 (no data stored in usr03)

I thought it should be fairly easy to find the table but when i f1 the field and go to technical details it gives the tabel name as ADDR3_DATA, which I found out is actually a structure.

Any help ?

1 ACCEPTED SOLUTION

jurjen_heeck
Active Contributor

I think it is in ADRP (field LANGU). Use USR21 to link the username to the PERSNR.

4 REPLIES 4

jurjen_heeck
Active Contributor

I think it is in ADRP (field LANGU). Use USR21 to link the username to the PERSNR.

0 Kudos

Yep you are right! Now I wonder how come the LANGU field in usr01 is the language field from the defualts tab but the Langu field on ADRC is the one from the Address tab? Oh well doesn't really matter but get's me what I need!!!!!!!!!!!!!!!!!!!!!!

Thank you.

0 Kudos

> Now I wonder how come the LANGU field in usr01 is the language field from the defualts tab but the Langu field on ADRC is the one from the Address tab?

The first one actually plays a role in the account and logon and the second one doesn't. All 'non-essential' address data has been moved to the central address tables recently.

0 Kudos

That was very useful, thank you.