‎2007 Sep 17 4:17 AM
Hi Experts,
Please solve my problem in sap script. I have to print the country of origin always in english languge, no matter which language the user has logged in...
Eg: Country of Origin: JP
If the user logged in english language it prints: "JP"
But if user logged in Japanesse language it is printing the text in Japapneese..
I want to print the text JP(english) everytime..
Please suggest how to do it in SAP Script
‎2007 Sep 17 4:22 AM
You dont you hardcode the text JP.
It will alwyz print "JP"
else before printing country of origin,
SET LOCALE LANGUAGE 'EN'.
country of origin : ...
‎2007 Sep 17 4:31 AM
Hi,
Problem is what ever the country of origin is no matters but the text should always print it in english font.
Like Country of origin is JP
Then when the user logged it into JP it doesn't print the text in english font... but require to print the text in English font.
I guess I could explain the problem..
‎2007 Sep 17 4:49 AM
‎2007 Sep 17 4:22 AM
Hi,
U hardcode the value as "EN" instaed of passing it from the table.
This can solve ur problem.
Cheers,
Simha.