<?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: ABAP structure mismatch issues in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-structure-mismatch-issues/m-p/8937957#M1692929</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the datatypes are same for the fields in the work area and internal table.&lt;/P&gt;&lt;P&gt;while moving or selecting fields,use move corresponding fields.....&lt;/P&gt;&lt;P&gt;or select f1,f2 into corrresponding fields.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2012 09:04:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-08-09T09:04:44Z</dc:date>
    <item>
      <title>ABAP structure mismatch issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-structure-mismatch-issues/m-p/8937952#M1692924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings everyone.&lt;/P&gt;&lt;P&gt; We have got an ABAP issue in our developement system.&lt;/P&gt;&lt;P&gt; There is a work area W1, with structure, 'A', with fields 'F1', F2' &amp;amp; 'F3'.&lt;/P&gt;&lt;P&gt; There is an internal table T1, with structure 'B', with fields 'F1', 'F2', 'F3' &amp;amp; 'F4' . [fields from structure A + field 'F4']&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; When the program loops at the internal table and tries filling into work area, we are getting a runtime error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Conversion of type "v" to type "***" not supported. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; But the same program works just fine in our production system. And i have checked, there is no version mismatch between the systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; My assumption is maybe unicode check is active in Development system. But is there any way to verify this? Is there any place where some setting is maintained forcing an unicode check.[when i check the attribute screen for the include and main program, i could not find the 'unicode checks required' check box]&lt;/P&gt;&lt;P&gt; Or is there any other reason we could be getting this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joshua.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 07:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-structure-mismatch-issues/m-p/8937952#M1692924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-09T07:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP structure mismatch issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-structure-mismatch-issues/m-p/8937953#M1692925</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;&amp;nbsp;&amp;nbsp; I have few questions for you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Are you getting this conversion problem with fourth field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; One more question if it has an issue in development system.how it is moved to production?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 07:28:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-structure-mismatch-issues/m-p/8937953#M1692925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-09T07:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP structure mismatch issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-structure-mismatch-issues/m-p/8937954#M1692926</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;Have you checked the data types of structure A and B are matching?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 07:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-structure-mismatch-issues/m-p/8937954#M1692926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-09T07:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP structure mismatch issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-structure-mismatch-issues/m-p/8937955#M1692927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Querty for your reply.&lt;/P&gt;&lt;P&gt;The runtime error lists the whole structure, it says "Conversion of type "v" to type &amp;lt;the structure used in the worka area&amp;gt; not supported". It does not specify a single field. The only difference i find here is the structure mismatch between the internal table and work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding your second question, i am not sure. It was probably working fine in developement when they tested. [just like it is working well in production now]. Or may be they did not test the scenario where this code gets called and moved it to production. Either way, the user is not getting this error when the program is executed in production. So, i thought it may be related to unicode checks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joshua,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 08:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-structure-mismatch-issues/m-p/8937955#M1692927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-09T08:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP structure mismatch issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-structure-mismatch-issues/m-p/8937956#M1692928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can check if your program is Unicode compliant by using transaction uccheck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I would try to make the structure of the work area and the internal table the same, or use a construction with 'into corresponding fields of' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 08:49:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-structure-mismatch-issues/m-p/8937956#M1692928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-09T08:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP structure mismatch issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-structure-mismatch-issues/m-p/8937957#M1692929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the datatypes are same for the fields in the work area and internal table.&lt;/P&gt;&lt;P&gt;while moving or selecting fields,use move corresponding fields.....&lt;/P&gt;&lt;P&gt;or select f1,f2 into corrresponding fields.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 09:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-structure-mismatch-issues/m-p/8937957#M1692929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-09T09:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP structure mismatch issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-structure-mismatch-issues/m-p/8937958#M1692930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Namitha and Spronk, thanks for your advice on using move-corresponding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what i need to know here is, why is it working in development and not in production. My guess was in development unicode check is active and in production it is not. Because i have heard somewhere that unicode compatible programs will require the structures to match and plain old assignment of one work area to another will not work. If that is the case, where is the configuration maintained, because i could not see anything in the attribute screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have tried the UCCHECK, it is not listing any program from the concerned package. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joshua.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 09:32:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-structure-mismatch-issues/m-p/8937958#M1692930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-09T09:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP structure mismatch issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-structure-mismatch-issues/m-p/8937959#M1692931</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 use INTO CORRESPONDING FIELDS in select query, but again it will affect performance of the program. so its better you can add that extra field into structure of your work area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 10:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-structure-mismatch-issues/m-p/8937959#M1692931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-29T10:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP structure mismatch issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-structure-mismatch-issues/m-p/8937960#M1692932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joshua,&lt;/P&gt;&lt;P&gt;I think someone has ticked the Unicode flag of that particular object.&lt;/P&gt;&lt;P&gt;In SE38, you can have a look at the attributes and then check the&lt;/P&gt;&lt;P&gt;"Unicode checks active" flag.&lt;/P&gt;&lt;P&gt;If this is ticked, the Unicode syntax check is active and gives you messages like the one you mentioned.&lt;/P&gt;&lt;P&gt;In PRD I assume this flag is not checked.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Nils Buerckel&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 14:39:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-structure-mismatch-issues/m-p/8937960#M1692932</guid>
      <dc:creator>nils_buerckel</dc:creator>
      <dc:date>2014-05-06T14:39:37Z</dc:date>
    </item>
  </channel>
</rss>

