‎2006 Oct 31 5:18 AM
hi ,
can we change user logon language after logining in to SAP system to any other installed language ?
for eg if user login using DE
later after login screen and before easyaccess screen
we have an exit . here i want to change the language for eg to Japanese based on the user . how do i change the user logon language ?
thanks for the information
thanks .
raj
‎2006 Oct 31 5:21 AM
hi,
You can try
SET LANGUAGE 'E'.
But: "When calling a program, the system loads the text pool in the logon language by default." So it should be no problem in own transactions / reports, but I don't know if the default is restored after a call transaction.
you can also set LOGON language in user profile in "SU01"
rgds
<i>anver
pls mark points if hlpful</i>
‎2006 Oct 31 11:44 AM
Hi ,
I have used the SET Language 'D' option but
could see sy-langu as E only ( i the
logon language is not changed ) .