<?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: sapscript -how to use  multiple language ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-use-multiple-language/m-p/1269158#M149897</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;when you use the syntax INCLUDE in sapscript, you could set the language with the command LANG. Have a look to the SapScript documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example from the help.sap.com :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;/: INCLUDE MYTEXT

The text MYTEXT is included in the language of the calling text.

/: INCLUDE MYTEXT LANGUAGE 'E' PARAGRAPH 'A1'

The text with the name MYTEXT and the language E is included, regardless of the language of the calling text. The paragraph format A1 will be used as the standard paragraph type for this call. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the currency what is the problem ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the decimals positions could be manage with the WRITE ... CURRENCY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the conversion must be made by SAP itsel, but you could use the function CONVERT_TO_LOCAL_CURRENCY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Frédéric Girod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Mar 2006 08:59:25 GMT</pubDate>
    <dc:creator>FredericGirod</dc:creator>
    <dc:date>2006-03-10T08:59:25Z</dc:date>
    <item>
      <title>sapscript -how to use  multiple language ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-use-multiple-language/m-p/1269157#M149896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;  can we use multiple languages in a script. i mean  thet can we print a data from a particular text element&lt;/P&gt;&lt;P&gt;in different languages.&lt;/P&gt;&lt;P&gt;is it possible ?&lt;/P&gt;&lt;P&gt;and also how to handle differnt currencies in sapscript?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 08:56:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-use-multiple-language/m-p/1269157#M149896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T08:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript -how to use  multiple language ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-use-multiple-language/m-p/1269158#M149897</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;when you use the syntax INCLUDE in sapscript, you could set the language with the command LANG. Have a look to the SapScript documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example from the help.sap.com :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;/: INCLUDE MYTEXT

The text MYTEXT is included in the language of the calling text.

/: INCLUDE MYTEXT LANGUAGE 'E' PARAGRAPH 'A1'

The text with the name MYTEXT and the language E is included, regardless of the language of the calling text. The paragraph format A1 will be used as the standard paragraph type for this call. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the currency what is the problem ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the decimals positions could be manage with the WRITE ... CURRENCY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the conversion must be made by SAP itsel, but you could use the function CONVERT_TO_LOCAL_CURRENCY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Frédéric Girod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 08:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-use-multiple-language/m-p/1269158#M149897</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-03-10T08:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript -how to use  multiple language ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-use-multiple-language/m-p/1269159#M149898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinoth,&lt;/P&gt;&lt;P&gt;You can use multiple languages in a Script,&lt;/P&gt;&lt;P&gt;but while entering description of any particular language you have to log on in the same language .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To print currencies you can move the currency value to a variable.using WRITE &amp;lt;var&amp;gt; to &amp;lt;var1&amp;gt; CURRENCY (USD)or (any other value) and later use this var1 in your sap script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 08:59:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-use-multiple-language/m-p/1269159#M149898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T08:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript -how to use  multiple language ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-use-multiple-language/m-p/1269160#M149899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can translate your SAPScript to the languages you reuire in :&lt;/P&gt;&lt;P&gt;Adminstrative DATA-Language Attributes- &lt;/P&gt;&lt;P&gt;Translate - To Languages..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose yourlang. and translate your script...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can translate text elements in SE63.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 09:01:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-use-multiple-language/m-p/1269160#M149899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T09:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript -how to use  multiple language ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-use-multiple-language/m-p/1269161#M149900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;USE &amp;lt;b&amp;gt;SE63 or SE71&amp;lt;/b&amp;gt; to create Form in diffent lang.&lt;/P&gt;&lt;P&gt;OR u can use &amp;lt;b&amp;gt;SO10(i.e. standard TExt)&amp;lt;/b&amp;gt; . That Standard&lt;/P&gt;&lt;P&gt;Text u have to maitain in diff. lang.&lt;/P&gt;&lt;P&gt;It should be used in SAP script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can use currency different country for that purpose u&lt;/P&gt;&lt;P&gt;have to &amp;lt;b&amp;gt;SET Country&amp;lt;/b&amp;gt; command.&lt;/P&gt;&lt;P&gt;U can use &amp;lt;b&amp;gt;OY01&amp;lt;/b&amp;gt; Tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 09:03:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-use-multiple-language/m-p/1269161#M149900</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-03-10T09:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript -how to use  multiple language ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-use-multiple-language/m-p/1269162#M149901</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;You can use a variable to store the language. If you are using your own print program you can define this variable in it. If the print program is a SAP standard program, you may define this variable in the SAPscript form (SE71).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. define a variable VARLANG like sy-langu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign to this variable the language you want to print to:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;VARLANG = NAST-SPRAS.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;when calling the include text use:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;INCLUDE ZINCLUDE OBJECT TEXT ID ST LANGUAGE &amp;amp;VARLANG&amp;amp; PARAGRAPH PF&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your SAPscript uses a large number of include texts (created from SO10), this is the recommended approach. But if your SAPscript form has texts directly hard-coded (i.e. without use of include texts), I suggest that you should use the SAP translation utility (SE63) to translate your form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Riyaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 12:39:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-use-multiple-language/m-p/1269162#M149901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T12:39:35Z</dc:date>
    </item>
  </channel>
</rss>

