<?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: Unicode Error on Translate Statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-translate-statement/m-p/5393201#M1239541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the below format........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA text TYPE string. &lt;/P&gt;&lt;P&gt;text = `Barbcbdbarb`. &lt;/P&gt;&lt;P&gt;TRANSLATE text USING 'ABBAabba'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2009 12:18:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-02T12:18:47Z</dc:date>
    <item>
      <title>Unicode Error on Translate Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-translate-statement/m-p/5393200#M1239540</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;&lt;/P&gt;&lt;P&gt;We are doing unicode upgrade from 4.7 to Ecc. The below code is not showing any error in Non-unicode system but in Unicode version it is giving error in 'Translate' Statement . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error is "TRANSL should be of any of these data type ' C , N , D, t '  ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: TRANSL(2) TYPE X VALUE '7F20',&lt;/P&gt;&lt;P&gt;           TEMP TYPE STRING VALUE '587ADF202'.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;    TRANSLATE TEMP USING TRANSL.&lt;/P&gt;&lt;P&gt;    WRITE: / TEMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Purshoth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 12:15:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-translate-statement/m-p/5393200#M1239540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T12:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Error on Translate Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-translate-statement/m-p/5393201#M1239541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the below format........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA text TYPE string. &lt;/P&gt;&lt;P&gt;text = `Barbcbdbarb`. &lt;/P&gt;&lt;P&gt;TRANSLATE text USING 'ABBAabba'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 12:18:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-translate-statement/m-p/5393201#M1239541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T12:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Error on Translate Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-translate-statement/m-p/5393202#M1239542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello , &lt;/P&gt;&lt;P&gt;isntead of using transl as type x why dotn u use type c&lt;/P&gt;&lt;P&gt;hope it solves ru porblem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 12:20:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-translate-statement/m-p/5393202#M1239542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T12:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Error on Translate Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-translate-statement/m-p/5393203#M1239543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is the third time you post exactly the same question now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you already got very qualified answers on your older threads.&lt;/P&gt;&lt;P&gt;that should be enough&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 12:22:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-translate-statement/m-p/5393203#M1239543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T12:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Error on Translate Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-translate-statement/m-p/5393204#M1239544</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 u upgrade your system from 4.7 to ECC6.0 some of ABAP key words impacted because of byte processing (X, Xstring) or character processing. for those abap key words its now must additionaly you mentioned in byte mode or in character mode as per the condition.&lt;/P&gt;&lt;P&gt;Key word	                         &lt;/P&gt;&lt;P&gt;CONCATENATE&lt;/P&gt;&lt;P&gt;FIND&lt;/P&gt;&lt;P&gt;REPLACE&lt;/P&gt;&lt;P&gt;SHIFT&lt;/P&gt;&lt;P&gt;SPLIT&lt;/P&gt;&lt;P&gt;CONDENSE&lt;/P&gt;&lt;P&gt;CONVERT TEXT&lt;/P&gt;&lt;P&gt;OVERLAY&lt;/P&gt;&lt;P&gt;TRANSLATE&lt;/P&gt;&lt;P&gt;SET BIT	&lt;/P&gt;&lt;P&gt;GET BIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case of TRANSLATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. TRANSLATE dobj [FROM CODE PAGE cp1] [TO CODE PAGE cp2]. &lt;/P&gt;&lt;P&gt;2. TRANSLATE dobj [FROM NUMBER FORMAT nf1] [TO NUMBER FORMAT nf2]. &lt;/P&gt;&lt;P&gt;These variants of the TRANSLATE statement are not allowed in Unicode programs. Their functions are replaced with methods of the following conversion classes:&lt;/P&gt;&lt;P&gt;1	CL_ABAP_CONV_IN_CE	Reading data from a byte-like data object and converting from an external format to the system format.&lt;/P&gt;&lt;P&gt;2	CL_ABAP_CONV_OUT_CE	Converting data from the system format to an external format and writing in a byte-like data object.&lt;/P&gt;&lt;P&gt;3	CL_ABAP_CONV_X2X_CE	Converting data from an external format to another external format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 12:48:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-translate-statement/m-p/5393204#M1239544</guid>
      <dc:creator>umashankar_sahu</dc:creator>
      <dc:date>2009-04-02T12:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Error on Translate Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-translate-statement/m-p/5393205#M1239545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;   The argument of these instruction like TRANSLATE shd be of String, C, N , D,T.&lt;/P&gt;&lt;P&gt;   The error that u r getting is shown when arguments of different types are passed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check with that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Suraj S Nair&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 12:59:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-translate-statement/m-p/5393205#M1239545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T12:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Error on Translate Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-translate-statement/m-p/5393206#M1239546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Purshothaman  &lt;/P&gt;&lt;P&gt;If you spcify Using in addition with Translate , the charcters in TEMP are converted according to the TRANSL. TRANSL must be a character-type data object whose contents are interpreted as a sequence of character pairs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 06:42:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-on-translate-statement/m-p/5393206#M1239546</guid>
      <dc:creator>umashankar_sahu</dc:creator>
      <dc:date>2009-04-03T06:42:03Z</dc:date>
    </item>
  </channel>
</rss>

