<?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: two structures are incompatible Unicode Conversion error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-structures-are-incompatible-unicode-conversion-error/m-p/4968148#M1157952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In unicode systems, you will not able to copy the structures with similar fields but different in numbers.&lt;/P&gt;&lt;P&gt;In that case, either pass one-to-on or use MOVE CORRESPONDING.&lt;/P&gt;&lt;P&gt;Or in Program Attributes, just uncheck the UNICODE CHECK ACTIVE option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jan 2009 17:48:36 GMT</pubDate>
    <dc:creator>amit_khare</dc:creator>
    <dc:date>2009-01-09T17:48:36Z</dc:date>
    <item>
      <title>two structures are incompatible Unicode Conversion error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-structures-are-incompatible-unicode-conversion-error/m-p/4968147#M1157951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copying a program from non unicode system to Unicode system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to pass the data from a structure into a I_ERROR-DAT  field of length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the follwoing Methods to pass the structure to field.&lt;/P&gt;&lt;P&gt;But the problem is, all the data is not getting copied.&lt;/P&gt;&lt;P&gt;L_datos is of type structure having 42 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code is:&lt;/P&gt;&lt;P&gt;form rellenar_error tables we structure YYF_ES001_ERR&lt;/P&gt;&lt;P&gt;                           wx structure YYF_ES001_DEF&lt;/P&gt;&lt;P&gt;                    using l_cod l_datos.&lt;/P&gt;&lt;P&gt;CLASS ZCL_ABAP_CONTAINER_UTILITIES DEFINITION LOAD.&lt;/P&gt;&lt;P&gt;        DATA: LV_TAB(1000) type C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear we.&lt;/P&gt;&lt;P&gt;  we-cod = l_cod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD CL_ABAP_CONTAINER_UTILITIES=&amp;gt;FILL_CONTAINER_C&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;        IM_VALUE = l_datos&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;        EX_CONTAINER = LV_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        CALL METHOD CL_ABAP_CONTAINER_UTILITIES=&amp;gt;READ_CONTAINER_C&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;        IM_CONTAINER = LV_TAB&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;        EX_VALUE = WE-DAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append we.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  read table wx with key cod = l_cod.&lt;/P&gt;&lt;P&gt; if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    add 1 to wx-cont.&lt;/P&gt;&lt;P&gt;    modify wx index sy-tabix.&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;    clear wx.&lt;/P&gt;&lt;P&gt;    wx-cod = l_cod.&lt;/P&gt;&lt;P&gt;    add 1 to wx-cont.&lt;/P&gt;&lt;P&gt;    append wx.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 17:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-structures-are-incompatible-unicode-conversion-error/m-p/4968147#M1157951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-09T17:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: two structures are incompatible Unicode Conversion error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-structures-are-incompatible-unicode-conversion-error/m-p/4968148#M1157952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In unicode systems, you will not able to copy the structures with similar fields but different in numbers.&lt;/P&gt;&lt;P&gt;In that case, either pass one-to-on or use MOVE CORRESPONDING.&lt;/P&gt;&lt;P&gt;Or in Program Attributes, just uncheck the UNICODE CHECK ACTIVE option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 17:48:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-structures-are-incompatible-unicode-conversion-error/m-p/4968148#M1157952</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2009-01-09T17:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: two structures are incompatible Unicode Conversion error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-structures-are-incompatible-unicode-conversion-error/m-p/4968149#M1157953</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;Use FM HR_99S_COPY_STRUC1_STRUC2 to copy structure to structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2009 03:45:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-structures-are-incompatible-unicode-conversion-error/m-p/4968149#M1157953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-10T03:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: two structures are incompatible Unicode Conversion error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-structures-are-incompatible-unicode-conversion-error/m-p/4968150#M1157954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All the data is not getting copied. the data type used in the methods for field symbol is X. but still data is getting truncated. &lt;/P&gt;&lt;P&gt;I can not copy field to field as the subroutine is in a subroutine pool and being called in diff programs, with diff structures for processing error messages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2009 10:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-structures-are-incompatible-unicode-conversion-error/m-p/4968150#M1157954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-10T10:59:25Z</dc:date>
    </item>
  </channel>
</rss>

