2013 Jul 04 9:45 AM
Hello experts,
With the Function Block Z_ITSM_GET_LANGU_FROM_USER you can get the language to a user. Currently, only the logon language is read. It is found in the USR01. When there is nothing selected in the first language ( logon language) it should take the second language (System - User Profile).
Now to my question:
Where do I get the language in the User Profile? Like, the logon-language is saved in the USR01 table.
Thanks in advance.
2013 Jul 16 10:55 AM
2013 Jul 04 10:19 AM
Hi Simon,
Please use transaction "SU03" to check all the user properties. Also you can run the FM "BAPI_USER_GET_DETAIL" to get all the user details. The logon language can be found in structure "ADDRESS" returned by this FM.
Thanks,
Arnab
2013 Jul 04 10:30 AM
Hi,
you can find it in table USR01 in field LANGU. But if this field is empty, the system default logon language may be used (it depends on the system profile parameter settings).
Regards,
Klaus
2013 Jul 16 10:55 AM
a month ago