<?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 errors in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-errors/m-p/5482844#M1255145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Aman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in NON-Unicode system 1 byte = 1 character , but in unicode system it depends on plateform.&lt;/P&gt;&lt;P&gt;in unicode system with character processing(C, N, D, T and String) there is Byte processing (X and Xstring) available . genrally for asian Country 1 byte = 2 character now in your first qu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. if you are using a offset (50) to display data it will check the structure IECON , structure starts with character type data object and up to 39 place all the data object is of type character (C, or N or D or T or String), after 39 it may used to deaclare a data objects or field with some other data type(apart from c, n, d,t and string) from this onwards it assigned differntly in memory thats why u cannot access after setting offset 39. you can easily access up to 39 but after that if you want than declare a one local variable with character type with same length and pass the value in this variable and then access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. in case of second &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSEG = HBSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in unicode system it is must that both are same line type with same number of same fileds field should contain same data types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be this is helpfull for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more detail you can refer F1 help--&amp;gt;unicode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2009 05:51:16 GMT</pubDate>
    <dc:creator>umashankar_sahu</dc:creator>
    <dc:date>2009-04-22T05:51:16Z</dc:date>
    <item>
      <title>Unicode errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-errors/m-p/5482843#M1255144</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;I am getting the following unicode errors :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. WRITE: / 'iecon-zchvvente force à 1:*',IECON(50).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here IECON is a structure which has CHAR as well as CURR fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error is : The length declaration "50" exceeds the length of the character-type start (=39) of the structure. This is not allowed in Unicode programs. .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  Begin of HBSEG ,&lt;/P&gt;&lt;P&gt;      include structure Z*,&lt;/P&gt;&lt;P&gt;      include structure bseg,&lt;/P&gt;&lt;P&gt;end of HBSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSEG = HBSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is giving a unicode error.Does it work like move corresponding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Aman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 04:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-errors/m-p/5482843#M1255144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T04:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-errors/m-p/5482844#M1255145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Aman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in NON-Unicode system 1 byte = 1 character , but in unicode system it depends on plateform.&lt;/P&gt;&lt;P&gt;in unicode system with character processing(C, N, D, T and String) there is Byte processing (X and Xstring) available . genrally for asian Country 1 byte = 2 character now in your first qu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. if you are using a offset (50) to display data it will check the structure IECON , structure starts with character type data object and up to 39 place all the data object is of type character (C, or N or D or T or String), after 39 it may used to deaclare a data objects or field with some other data type(apart from c, n, d,t and string) from this onwards it assigned differntly in memory thats why u cannot access after setting offset 39. you can easily access up to 39 but after that if you want than declare a one local variable with character type with same length and pass the value in this variable and then access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. in case of second &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSEG = HBSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in unicode system it is must that both are same line type with same number of same fileds field should contain same data types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be this is helpfull for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more detail you can refer F1 help--&amp;gt;unicode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 05:51:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-errors/m-p/5482844#M1255145</guid>
      <dc:creator>umashankar_sahu</dc:creator>
      <dc:date>2009-04-22T05:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-errors/m-p/5482845#M1255146</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;In first case i used the class cl_abap_container_utilitiesto resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In second case I wanted to know how the statement would work in non unicode environment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 06:21:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-errors/m-p/5482845#M1255146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T06:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-errors/m-p/5482846#M1255147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Aman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;congr8s you solved your first problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in non unicode system Assignment between flat srtuctures, if it is incompatible flat structure are treated as data object of type c. thats why its not giving any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whereas  in unicode program conversion rules apply which assign the most important role to the unicode fragement view of the structures.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 07:55:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-errors/m-p/5482846#M1255147</guid>
      <dc:creator>umashankar_sahu</dc:creator>
      <dc:date>2009-04-22T07:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-errors/m-p/5482847#M1255148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;begin of hbseg,&lt;/P&gt;&lt;P&gt; include structure Z*,&lt;/P&gt;&lt;P&gt; include structure bseg,&lt;/P&gt;&lt;P&gt;end of hbseg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now does this mean bseg = hbseg is equivalent to move-corresponding hbseg to bseg in ECC6.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 09:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-errors/m-p/5482847#M1255148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T09:50:54Z</dc:date>
    </item>
  </channel>
</rss>

