‎2006 Jan 30 3:49 PM
Is it possible to run a transaction always in English REGARDLESS THE logon language? THANK
‎2006 Jan 30 3:56 PM
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
‎2006 Jan 31 12:50 AM
you can also set LOGON language in user profile in "SU01" ...
Thanks