<?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 Unicode upgrade in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-upgrade/m-p/2920165#M687634</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;While doing unicode upgrade, what things we have to take care in case of field symbol assignments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please get back asap..&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;Dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Oct 2007 07:00:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-17T07:00:09Z</dc:date>
    <item>
      <title>Unicode upgrade</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-upgrade/m-p/2920165#M687634</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;While doing unicode upgrade, what things we have to take care in case of field symbol assignments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please get back asap..&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;Dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 07:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-upgrade/m-p/2920165#M687634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T07:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode upgrade</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-upgrade/m-p/2920166#M687635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are assigning fields using MOVE CORRESPONDING you may need to MOVE individual fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 07:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-upgrade/m-p/2920166#M687635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T07:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode upgrade</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-upgrade/m-p/2920167#M687636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if the using of the field symbol is kind of dirty casting. You can enable those statements for unicode by adding the casting tag, but you have to check if the result is still correct. his test cant be done in a unicode system, you have to check those statements in a unicode system! We hat do change some of those dirty castings (which will work if 1 char is one byte but not on unicode) by moving the components one by the other.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 07:21:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-upgrade/m-p/2920167#M687636</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2007-10-17T07:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode upgrade</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-upgrade/m-p/2920168#M687637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did Not get what i was expecting. Please elaborate with some code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 10:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-upgrade/m-p/2920168#M687637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T10:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode upgrade</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-upgrade/m-p/2920169#M687638</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;I have worked a bit on unicode upgrade. I can help you with 2-3 points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ranges for offset-based and length-based access when using field symbols&lt;/P&gt;&lt;P&gt;A Unicode Program(UP) ensures that offset-based or length-based access with ASSIGN is only permitted within a predefined range. Normally, this range corresponds to the field boundaries in case of elementary fields or, in case of flat structures, to the purely character-type initial part. Using a special RANGE addition for ASSIGN, you can expand the range beyond these boundaries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field symbols are assigned a range allowed for offset/length specifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check with the following code snippets:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of STRUC,&lt;/P&gt;&lt;P&gt;F1(3) type x,&lt;/P&gt;&lt;P&gt;F2  type p, F3(10) type c&lt;/P&gt;&lt;P&gt;end of STRUC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTAINER(1000) type c.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Store data in container&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTAINER = STRUC. " Unicode error * Read data from container&lt;/P&gt;&lt;P&gt;STRUC = CONTAINER. " Unicode error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the conversion to Unicode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;C_STRUC&amp;gt; type c.&lt;/P&gt;&lt;P&gt;assign STRUC to &amp;lt;C_STRUC&amp;gt; casting.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Store data in container&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CONTAINER = &amp;lt;C_STRUC&amp;gt;." ok&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Read data from container&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;lt;C_STRUC&amp;gt; = CONTAINER. " ok&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;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 10:57:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-upgrade/m-p/2920169#M687638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T10:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode upgrade</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-upgrade/m-p/2920170#M687639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Query solved. Points rewarded. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the mess-up. I awarded points to the wrong person. Anyways thanks to all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 11:00:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-upgrade/m-p/2920170#M687639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T11:00:59Z</dc:date>
    </item>
  </channel>
</rss>

