<?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 translate in unicode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate-in-unicode/m-p/3197935#M762051</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;can u please guide me in sloving&lt;/P&gt;&lt;P&gt; translate data type i upper case in unicode environment,&lt;/P&gt;&lt;P&gt;which is in an structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kranthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Dec 2007 12:30:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-28T12:30:44Z</dc:date>
    <item>
      <title>translate in unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate-in-unicode/m-p/3197935#M762051</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;can u please guide me in sloving&lt;/P&gt;&lt;P&gt; translate data type i upper case in unicode environment,&lt;/P&gt;&lt;P&gt;which is in an structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kranthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 12:30:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate-in-unicode/m-p/3197935#M762051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T12:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: translate in unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate-in-unicode/m-p/3197936#M762052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to the document "Requirements of ABAP Programs in Unicode Systems.pdf":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;String processing statements, whose arguments were all interpreted as fields of type C until now, are now divided into statements with character arguments and those with byte arguments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;String processing statements&lt;/P&gt;&lt;P&gt;CLEAR ... WITH&lt;/P&gt;&lt;P&gt;CONCATENATE&lt;/P&gt;&lt;P&gt;CONDENSE&lt;/P&gt;&lt;P&gt;CONVERT TEXT ... INTO SORTABLE CODE&lt;/P&gt;&lt;P&gt;OVERLAY&lt;/P&gt;&lt;P&gt;REPLACE&lt;/P&gt;&lt;P&gt;SEARCH&lt;/P&gt;&lt;P&gt;SHIFT&lt;/P&gt;&lt;P&gt;SPLIT&lt;/P&gt;&lt;P&gt;TRANSLATE ... TO UPPER/LOWER CASE&lt;/P&gt;&lt;P&gt;TRANSLATE ... USING&lt;/P&gt;&lt;P&gt;The arguments of these instructions must be single fields of type C, N, D, T or STRING or purely character-type structures. There is a syntax or runtime error if arguments of a different type are passed. A subset of this function is provided with the addition IN BYTE MODE for processing byte strings &amp;#150; that is, operands of type X or XSTRING. A statement such as CONCATENATE a x b INTO c is thus no longer possible when a, b, and c are all character-type, but x is of type X.&lt;/P&gt;&lt;P&gt;TRANSLATE ... CODEPAGE ...&lt;/P&gt;&lt;P&gt;TRANSLATE ... NUMBER FORMAT ...&lt;/P&gt;&lt;P&gt;The above statements are not allowed in Unicode programs. Instead, you can use the new conversion classes:&lt;/P&gt;&lt;P&gt;CL_ABAP_CONV_IN_CE:&lt;/P&gt;&lt;P&gt;Reads data from a container and converts it to the system format. You can also fill structures with data.&lt;/P&gt;&lt;P&gt;CL_ABAP_CONV_OUT_CE:&lt;/P&gt;&lt;P&gt;Converts data from the system format to an external format and writes it to a container.&lt;/P&gt;&lt;P&gt;CL_ABAP_CONV_X2X_CE:&lt;/P&gt;&lt;P&gt;Converts data from one external format to another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Chang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 13:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate-in-unicode/m-p/3197936#M762052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T13:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: translate in unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate-in-unicode/m-p/3197937#M762053</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;thank for that i have compleated that one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reg&lt;/P&gt;&lt;P&gt;kranthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 14:21:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate-in-unicode/m-p/3197937#M762053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T14:21:44Z</dc:date>
    </item>
  </channel>
</rss>

