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

SAP Script Regarding languages

Former Member
0 Likes
592

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

4 REPLIES 4
Read only

Former Member
0 Likes
563

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 : ...

Read only

0 Likes
563

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..

Read only

0 Likes
563

Any Idea

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
563

Hi,

U hardcode the value as "EN" instaed of passing it from the table.

This can solve ur problem.

Cheers,

Simha.