<?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 Statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate-statement/m-p/4815739#M1127086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no alternative for the Translate statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All that you have to do is add this statement before every TRANSLATE stmt:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET LOCALE LANGUAGE SY-LANGU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you will be seeing this TRANSLATE in Internationalization errors in EPC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be saying Dangerous use of TRANSLATE. Right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case add the above statement before every TRANSLATE stmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Error will be removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need any further info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Dec 2008 10:37:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-02T10:37:52Z</dc:date>
    <item>
      <title>Translate Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate-statement/m-p/4815737#M1127084</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;I am in up gradation project from 4.6c to ECC 6.0. &lt;/P&gt;&lt;P&gt;Iam using the translate statement like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Translate wa_hrp1000-stext to upper case.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is Obsolete Statement In ECC 6.0. &lt;/P&gt;&lt;P&gt;Please give the alternative statement of Translate in ECC 6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this regard.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 10:34:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate-statement/m-p/4815737#M1127084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T10:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Translate Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate-statement/m-p/4815738#M1127085</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;check with below thread&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_blogpost" href="https://community.sap.com/" __jive_macro_name="blogpost" modifiedtitle="true" __default_attr="42198"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As new SAP systems are made Unicode enabled, there was an issue with translations done using ABAP code. Issue was with any Programs that uses TRANSLATE &amp;lt;string&amp;gt; TO UPPERCASE statement in a multi lingual environment. You might get a warning as dangerous use of TRANSLATE in Multi lingual environment. For this either we can use SET LOCALE LANGUAGE language, before the statement or use the Function Module AIPC_CONVERT_TO_UPPERCASE with the language parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 10:37:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate-statement/m-p/4815738#M1127085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T10:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Translate Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate-statement/m-p/4815739#M1127086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no alternative for the Translate statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All that you have to do is add this statement before every TRANSLATE stmt:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET LOCALE LANGUAGE SY-LANGU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you will be seeing this TRANSLATE in Internationalization errors in EPC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be saying Dangerous use of TRANSLATE. Right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case add the above statement before every TRANSLATE stmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Error will be removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need any further info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 10:37:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate-statement/m-p/4815739#M1127086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T10:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Translate Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate-statement/m-p/4815740#M1127087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;Take the help of KEY word documentation, this is better than any other solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 10:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate-statement/m-p/4815740#M1127087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T10:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Translate Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate-statement/m-p/4815741#M1127088</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 this function module&lt;/P&gt;&lt;P&gt;TERM_TRANSLATE_TO_UPPER_CASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'TERM_TRANSLATE_TO_UPPER_CASE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;LANGU = SY-LANGU&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;TEXT = wa_hrp1000-stext &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TEXT_UC = wa_hrp1000-stext &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;NO_LOCALE_AVAILABLE = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;OTHERS = 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make shure the paramaters u pass shd be of character type.&lt;/P&gt;&lt;P&gt;if not move tht field into local variable of charcter type and pass the field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u will get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rasheed salman on Dec 2, 2008 11:43 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rasheed salman on Dec 2, 2008 11:44 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 10:40:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate-statement/m-p/4815741#M1127088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T10:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Translate Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate-statement/m-p/4815742#M1127089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you friends&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 10:49:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate-statement/m-p/4815742#M1127089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T10:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Translate Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate-statement/m-p/4815743#M1127090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai Babu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Translate is not fully obsolete its like use of translate not recommended with P, F, I, CURR, QUAN TYPES, TRANSLATE CODE PAGE  /  NUMBER FORMAT NOT ALLOWED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With luck,&lt;/P&gt;&lt;P&gt;Pritam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 10:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate-statement/m-p/4815743#M1127090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T10:53:36Z</dc:date>
    </item>
  </channel>
</rss>

