<?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 Runtime Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error/m-p/3644218#M877563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi George,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all please check the structure of &lt;STRONG&gt;GOCOBL&lt;/STRONG&gt; in two versions of SAP say &lt;STRONG&gt;ECC 5.0 and ECC 6.0 systems&lt;/STRONG&gt;. If there is an enhancement of the structure, then this could be the reason for the dump. If there is no enhancement then try to check the consistency of the Data Elements of each field. Because I remember that when I was doing LSMW using I also received dump because Data Element for one of the field in a pre-defined structure got changed in  ECC 6.0 from what it used to be in ECC 5.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this one helps. Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Maddineni Bharath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Apr 2008 05:26:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-04T05:26:03Z</dc:date>
    <item>
      <title>ABAP Runtime Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error/m-p/3644216#M877561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;   I use the transaction code MIGO to make goods receipt, but the issue occured  and show the following information list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) Runtime Errors         DDIC_TYPE_INCONSISTENCY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) Short text    "Inconsistency in the Dictionary for the structure "GOCOBL".&lt;/P&gt;&lt;P&gt;How to correct the error&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;(3)   The internal system error cannot be fixed by ABAP means only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    You may be able to find a solution in the SAP note system. If you have&lt;/P&gt;&lt;P&gt;    access to the SAP note system, try searching for the following terms:&lt;/P&gt;&lt;P&gt;     "DDIC_TYPE_INCONSISTENCY" " "&lt;/P&gt;&lt;P&gt;     "SAPLMIGO" or "LMIGOTOP"&lt;/P&gt;&lt;P&gt;     " "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    If the error occures in a non-modified SAP program, you may be able to&lt;/P&gt;&lt;P&gt;    find an interim solution in an SAP Note.&lt;/P&gt;&lt;P&gt;    If you have access to SAP Notes, carry out a search with the following&lt;/P&gt;&lt;P&gt;    keywords:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    "DDIC_TYPE_INCONSISTENCY" " "&lt;/P&gt;&lt;P&gt;    "SAPLMIGO" or "LMIGOTOP"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please help me solve the problem and offer me the relevant sap notes. &lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;George shi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 06:13:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error/m-p/3644216#M877561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T06:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Runtime Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error/m-p/3644217#M877562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello George, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you calling MIGO via GUI or via BDC, CALL TRANSACTION 'MIGO' ....? In the latter case check the relevant structure GOCOBL field by field for inconsistencies. In the higher SAP versions it happens very often that character types are replaced by string types. Such an inconsistency causes regularly a dump. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;Heinz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 23:17:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error/m-p/3644217#M877562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T23:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Runtime Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error/m-p/3644218#M877563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi George,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all please check the structure of &lt;STRONG&gt;GOCOBL&lt;/STRONG&gt; in two versions of SAP say &lt;STRONG&gt;ECC 5.0 and ECC 6.0 systems&lt;/STRONG&gt;. If there is an enhancement of the structure, then this could be the reason for the dump. If there is no enhancement then try to check the consistency of the Data Elements of each field. Because I remember that when I was doing LSMW using I also received dump because Data Element for one of the field in a pre-defined structure got changed in  ECC 6.0 from what it used to be in ECC 5.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this one helps. Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Maddineni Bharath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 05:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error/m-p/3644218#M877563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T05:26:03Z</dc:date>
    </item>
  </channel>
</rss>

