<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/3688346#M888160</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;Check the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/62/3f2cadb35311d5993800508b6b8b11/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/62/3f2cadb35311d5993800508b6b8b11/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Apr 2008 08:44:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-18T08:44:53Z</dc:date>
    <item>
      <title>unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/3688342#M888156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to move one structure to other in unicode enabled program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 08:33:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/3688342#M888156</guid>
      <dc:creator>former_member81915</dc:creator>
      <dc:date>2008-04-18T08:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/3688343#M888157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we should use move-corresponding or move it field by field if the structure are not compatible.Else, u can directly use MOVE statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 08:40:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/3688343#M888157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T08:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/3688344#M888158</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;you can transport it on the same way the in normal system over STMS or other transport tool.&lt;/P&gt;&lt;P&gt;You need to change the attributes to UNICODE CHECK after transport.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should be all. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 08:41:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/3688344#M888158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T08:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/3688345#M888159</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 both the strucrures are same, you can do as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: WA_MARA   TYPE MARA,&lt;/P&gt;&lt;P&gt;      WA_MARA1  TYPE MARA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      MOVE WA_MARA TO WA_MARA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 08:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/3688345#M888159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T08:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/3688346#M888160</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;Check the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/62/3f2cadb35311d5993800508b6b8b11/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/62/3f2cadb35311d5993800508b6b8b11/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 08:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/3688346#M888160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T08:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/3688347#M888161</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;here is the sample code to move data between structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of STRUC1,&lt;/P&gt;&lt;P&gt;         F0(1)  type x,&lt;/P&gt;&lt;P&gt;         F1(10) type c,&lt;/P&gt;&lt;P&gt;        F2(20) type c,&lt;/P&gt;&lt;P&gt;        F3     type i,&lt;/P&gt;&lt;P&gt;        F4     type p,&lt;/P&gt;&lt;P&gt;      end of STRUC1,&lt;/P&gt;&lt;P&gt;       begin of STRUC2,&lt;/P&gt;&lt;P&gt;         C0(1)  type c,&lt;/P&gt;&lt;P&gt;         C1(10) type c,&lt;/P&gt;&lt;P&gt;         C2(20) type c,&lt;/P&gt;&lt;P&gt;         C3     type i,&lt;/P&gt;&lt;P&gt;        C4     type f,&lt;/P&gt;&lt;P&gt;       end of STRUC2,&lt;/P&gt;&lt;P&gt;       begin of STRUC3,&lt;/P&gt;&lt;P&gt;         G0(1)  type c,&lt;/P&gt;&lt;P&gt;         G1(10) type c,&lt;/P&gt;&lt;P&gt;         G2(20) type c,&lt;/P&gt;&lt;P&gt;       end of STRUC3.&lt;/P&gt;&lt;P&gt; STRUC1&lt;EM&gt;1(35) = STRUC2&lt;/EM&gt;1(35). &amp;lt;---- Unicode error !!&lt;/P&gt;&lt;P&gt; STRUC3       = STRUC2.&lt;/P&gt;&lt;P&gt; INCLUDE STRUCTURE does not work here:&lt;/P&gt;&lt;P&gt; types: begin of PART1,&lt;/P&gt;&lt;P&gt;          F1(10)  type c,&lt;/P&gt;&lt;P&gt;          F2(20)  type c,&lt;/P&gt;&lt;P&gt;          F3      type i,&lt;/P&gt;&lt;P&gt;        end of PART1,&lt;/P&gt;&lt;P&gt;        begin of PART2,&lt;/P&gt;&lt;P&gt;          C1(10)  type c,&lt;/P&gt;&lt;P&gt;          C2(20)  type c,&lt;/P&gt;&lt;P&gt;          C3      type i,&lt;/P&gt;&lt;P&gt;       end of PART2.&lt;/P&gt;&lt;P&gt; data:  begin of STRUC1,&lt;/P&gt;&lt;P&gt;          F0(1)   type x.&lt;/P&gt;&lt;P&gt;          include type PART1 as PART.&lt;/P&gt;&lt;P&gt; data:    F4      type p,&lt;/P&gt;&lt;P&gt;        end of struc1.&lt;/P&gt;&lt;P&gt; data:  begin of STRUC2,&lt;/P&gt;&lt;P&gt;          C0(1)   type c.&lt;/P&gt;&lt;P&gt;          include type PART2 as PART.&lt;/P&gt;&lt;P&gt; data:    C4      type f,&lt;/P&gt;&lt;P&gt;        end of STRUC2,&lt;/P&gt;&lt;P&gt;        begin of STRUC3,     &lt;/P&gt;&lt;P&gt;          G0(1)  type c,&lt;/P&gt;&lt;P&gt;          G1(10) type c,&lt;/P&gt;&lt;P&gt;          G2(20) type c,&lt;/P&gt;&lt;P&gt;        end of STRUC3.&lt;/P&gt;&lt;P&gt; STRUC1-PART = STRUC2-PART.&lt;/P&gt;&lt;P&gt; STRUC3      = STRUC2.   &amp;lt;---- new Unicode error !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Due to the insertion of include PART2 in STRUC2, there is a &lt;/P&gt;&lt;P&gt; new alignment gap between STRUC2-C0 and STRUC2-C1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; After Unicode enabling:&lt;/P&gt;&lt;P&gt; Please use MOVE-CORRESPONDING if the fieldnames do match, &lt;/P&gt;&lt;P&gt; otherwise move single fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of STRUC1,    &lt;/P&gt;&lt;P&gt;        F0(1)  type x,&lt;/P&gt;&lt;P&gt;        F1(10) type c,&lt;/P&gt;&lt;P&gt;        F2(20) type c,&lt;/P&gt;&lt;P&gt;        F3     type i,&lt;/P&gt;&lt;P&gt;        F4     type p,&lt;/P&gt;&lt;P&gt;      end of STRUC1,&lt;/P&gt;&lt;P&gt;      begin of STRUC2,&lt;/P&gt;&lt;P&gt;         C0(1)  type c,&lt;/P&gt;&lt;P&gt;         C1(10) type c,&lt;/P&gt;&lt;P&gt;         C2(20) type c,&lt;/P&gt;&lt;P&gt;         C3     type i,&lt;/P&gt;&lt;P&gt;         C4     type f,&lt;/P&gt;&lt;P&gt;      end of STRUC2,&lt;/P&gt;&lt;P&gt;      begin of STRUC3,&lt;/P&gt;&lt;P&gt;         G0(1)  type c,&lt;/P&gt;&lt;P&gt;         G1(10) type c,&lt;/P&gt;&lt;P&gt;         G2(20) type c,&lt;/P&gt;&lt;P&gt;      end of STRUC3.&lt;/P&gt;&lt;P&gt;STRUC1-F1 = STRUC2-C1.&lt;/P&gt;&lt;P&gt;STRUC1-F2 = STRUC2-C2.&lt;/P&gt;&lt;P&gt;STRUC1-F3 = STRUC2-C3.&lt;/P&gt;&lt;P&gt;STRUC3    = STRUC2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 08:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error/m-p/3688347#M888161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T08:46:51Z</dc:date>
    </item>
  </channel>
</rss>

