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

logon language

Sofidel
Explorer
0 Likes
331

Is it possible to run a transaction always in English REGARDLESS THE logon language? THANK

2 REPLIES 2
Read only

christian_wohlfahrt
Active Contributor
0 Likes
314

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.

Regards,

Christian

Read only

0 Likes
314

you can also set LOGON language in user profile in "SU01" ...

Thanks