Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP Runtime Error

Former Member
0 Likes
541

Hi Expert,

I use the transaction code MIGO to make goods receipt, but the issue occured and show the following information list.

(1) Runtime Errors DDIC_TYPE_INCONSISTENCY

(2) Short text "Inconsistency in the Dictionary for the structure "GOCOBL".

How to correct the error

(3) The internal system error cannot be fixed by ABAP means only.

You may be able to find a solution in the SAP note system. If you have

access to the SAP note system, try searching for the following terms:

"DDIC_TYPE_INCONSISTENCY" " "

"SAPLMIGO" or "LMIGOTOP"

" "

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"DDIC_TYPE_INCONSISTENCY" " "

"SAPLMIGO" or "LMIGOTOP"

Please help me solve the problem and offer me the relevant sap notes.

Thanks a lot.

George shi

2 REPLIES 2
Read only

Former Member
0 Likes
455

Hello George,

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.

Hope this helps,

Heinz

Read only

Former Member
0 Likes
455

Hi George,

First of all please check the structure of GOCOBL in two versions of SAP say ECC 5.0 and ECC 6.0 systems. 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.

Hope this one helps. Reward if useful.

Thanks and Regards,

Maddineni Bharath.