<?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: Ext prog check errors in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ext-prog-check-errors/m-p/7207211#M1522121</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;If you wanna hide the error just put "#EC TRANSLANG last of statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TRANSLATE p_letter TO UPPER CASE.                        "#EC TRANSLANG
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and to avoid this use GET LOCAL and SET LOCAL ie:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: lang  TYPE tcp0c-langu,
      cntry TYPE tcp0c-country,
      mod   TYPE tcp0c-modifier.

GET LOCALE LANGUAGE lang COUNTRY cntry MODIFIER mod.
SET LOCALE LANGUAGE lang.

TRANSLATE p_letter TO UPPER CASE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Aug 2010 02:15:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-31T02:15:49Z</dc:date>
    <item>
      <title>Ext prog check errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ext-prog-check-errors/m-p/7207209#M1522119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in my program, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  TRANSLATE p_letter TO UPPER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I am getting Ext Prog Check errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dangerous use of TRANSLATE in a multilingual system             &lt;/P&gt;&lt;P&gt;(The message can be hidden with "#EC TRANSLANG or "#EC SYNTCHAR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I avoid this error without adding #EC...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly help.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Aug 2010 23:43:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ext-prog-check-errors/m-p/7207209#M1522119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-30T23:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Ext prog check errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ext-prog-check-errors/m-p/7207210#M1522120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer to the SAP documentation in these cases: [http://help.sap.com/abapdocu_70/en/ABAPTRANSLATE.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 01:35:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ext-prog-check-errors/m-p/7207210#M1522120</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-08-31T01:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Ext prog check errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ext-prog-check-errors/m-p/7207211#M1522121</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;If you wanna hide the error just put "#EC TRANSLANG last of statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TRANSLATE p_letter TO UPPER CASE.                        "#EC TRANSLANG
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and to avoid this use GET LOCAL and SET LOCAL ie:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: lang  TYPE tcp0c-langu,
      cntry TYPE tcp0c-country,
      mod   TYPE tcp0c-modifier.

GET LOCALE LANGUAGE lang COUNTRY cntry MODIFIER mod.
SET LOCALE LANGUAGE lang.

TRANSLATE p_letter TO UPPER CASE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 02:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ext-prog-check-errors/m-p/7207211#M1522121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-31T02:15:49Z</dc:date>
    </item>
  </channel>
</rss>

