<?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: Translate in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480246#M224799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it just like global declaration??? can i use it inside the loop?? or in the global/local declaration???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Sep 2006 09:14:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-05T09:14:20Z</dc:date>
    <item>
      <title>Translate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480239#M224792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I use translate statement in my report of course it is executing well..when I checked extended syntax check it is giving &amp;#147;Dangerous use of TRANSLATE in a multilingual system.&amp;#148;..can anyone suggest any other method for it ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 08:25:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480239#M224792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T08:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Translate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480240#M224793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REPLACE by Pattern &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replaces strings in fields with other strings using a pattern.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE [ FIRST OCCURENCE OF | ALL OCCURENCES OF ] &amp;lt;old&amp;gt; &lt;/P&gt;&lt;P&gt;IN [ SECTION OFFSET &amp;lt;off&amp;gt; LENGTH &amp;lt;len&amp;gt; OF ] &amp;lt;text&amp;gt; WITH &amp;lt;new&amp;gt;&lt;/P&gt;&lt;P&gt;[IGNORING CASE|RESPECTING CASE]&lt;/P&gt;&lt;P&gt;[IN BYTE MODE|IN CHARACTER MODE]&lt;/P&gt;&lt;P&gt;[REPLACEMENT COUNT &amp;lt;c&amp;gt;]&lt;/P&gt;&lt;P&gt;[REPLACEMENT OFFSET &amp;lt;r&amp;gt;]&lt;/P&gt;&lt;P&gt;[REPLACEMENT LENGTH &amp;lt;l&amp;gt;].&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 08:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480240#M224793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T08:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Translate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480241#M224794</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;The warning is only applicable if you are using TRANSLATE on the content which could be of any language apart from English.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the variable for which you are using TRANSLATE will only hold ENGLISH values, then please ignore the warning. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 08:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480241#M224794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T08:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Translate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480242#M224795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET LOCALE LANGUAGE sy-langu.&lt;/P&gt;&lt;P&gt;TRANSLATE wl_werks TO UPPER CASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 08:31:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480242#M224795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T08:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Translate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480243#M224796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u explain what is the use of " SET LOCALE LANGUAGE sy-langu."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 08:35:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480243#M224796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T08:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Translate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480244#M224797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before translating to upper or lower case letters, the system has to be set to the current text environment.&lt;/P&gt;&lt;P&gt;This statement is used for this purpose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 09:02:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480244#M224797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T09:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Translate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480245#M224798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET LOCALE LANGUAGE sy-langu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will run accordingly to the system language...&lt;/P&gt;&lt;P&gt;if ur logon languae is other than 'EN'...it works perfectly for those languages also...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 09:07:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480245#M224798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T09:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Translate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480246#M224799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it just like global declaration??? can i use it inside the loop?? or in the global/local declaration???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 09:14:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480246#M224799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T09:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Translate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480247#M224800</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 use locally in your form &lt;/P&gt;&lt;P&gt;    set local language sy-langu&lt;/P&gt;&lt;P&gt;    translate ---  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 09:25:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480247#M224800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T09:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Translate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480248#M224801</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 set the language even inside a loop.&lt;/P&gt;&lt;P&gt;As soon as you set the language, it applies to the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is better to set before the loop starts, instead of setting it for every loop pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 09:28:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/1480248#M224801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T09:28:02Z</dc:date>
    </item>
  </channel>
</rss>

