<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAP Script Regarding languages in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-regarding-languages/m-p/2794146#M652039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U hardcode the value as "EN" instaed of passing it from the table.&lt;/P&gt;&lt;P&gt;This can solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Sep 2007 03:22:59 GMT</pubDate>
    <dc:creator>Simha_</dc:creator>
    <dc:date>2007-09-17T03:22:59Z</dc:date>
    <item>
      <title>SAP Script Regarding languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-regarding-languages/m-p/2794144#M652037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: Country of Origin: JP&lt;/P&gt;&lt;P&gt;If the user logged in english language it prints: "JP"&lt;/P&gt;&lt;P&gt;But if user logged in Japanesse language it is printing the text in Japapneese..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to print the text JP(english) everytime..&lt;/P&gt;&lt;P&gt;Please suggest how to do it in SAP Script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 03:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-regarding-languages/m-p/2794144#M652037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T03:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Regarding languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-regarding-languages/m-p/2794145#M652038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You dont you hardcode the text JP.&lt;/P&gt;&lt;P&gt;It will alwyz print "JP"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else before printing country of origin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET LOCALE LANGUAGE 'EN'.&lt;/P&gt;&lt;P&gt;country of origin : ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 03:22:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-regarding-languages/m-p/2794145#M652038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T03:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Regarding languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-regarding-languages/m-p/2794146#M652039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U hardcode the value as "EN" instaed of passing it from the table.&lt;/P&gt;&lt;P&gt;This can solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 03:22:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-regarding-languages/m-p/2794146#M652039</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2007-09-17T03:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Regarding languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-regarding-languages/m-p/2794147#M652040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Problem is what ever the country of origin is no matters but the text should always print it in english font.&lt;/P&gt;&lt;P&gt;Like Country of origin is JP&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess I could explain the problem..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 03:31:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-regarding-languages/m-p/2794147#M652040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T03:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Regarding languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-regarding-languages/m-p/2794148#M652041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any Idea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 03:49:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-regarding-languages/m-p/2794148#M652041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T03:49:20Z</dc:date>
    </item>
  </channel>
</rss>

