Application Development and Automation 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: 
Read only

user logon language

Former Member
0 Likes
618

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

2 REPLIES 2
Read only

anversha_s
Active Contributor
0 Likes
387

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>

Read only

0 Likes
387

Hi ,

I have used the SET Language 'D' option but

could see sy-langu as E only ( i the

logon language is not changed ) .