cancel
Showing results for 
Search instead for 
Did you mean: 

Inconsistency in the Dictionary for the structure "MC02M_0ITM".

Former Member
0 Kudos

Hi Expert,

we are applying ehp3 for ERP 6.0. I am getting the below abap dump DDIC_TYPE_INCONSISTENCY.

Runtime Errors DDIC_TYPE_INCONSISTENCY

Date and Time 29.08.2011 10:12:27

Short text

Inconsistency in the Dictionary for the structure "MC02M_0ITM".

What happened?

Error in the SAP kernel.

The current ABAP "SAPLMCEX" program had to be terminated because the

ABAP processor detected an internal system error.

Error analysis

There is an internal system error.

eliminated with ABAP/4.

How to correct the error

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" " "

"SAPLMCEX" or "LMCEXTOP"

" ".

I can see there is error on Table MC02M_0ITM:

Table MC02M_0ITM could not be activated (E- Field ZZUNDTSORT in table MC02M_0ITM is specified twice. Please check )

when I run the program RSDDCHECK in your system, for check the structure "MC02M_0ITM".

There is som error.

Any Idea how can I solve this kind of error. Is it some repport for help this?

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ejersbo,

Please check in SE11, the table MC02M_0ITM.

It might be that the field ZZUNDTSORT is existing twice. Please cehck the field definitions in SE11. Also check the append structures as well. One of the append structures might be having the field defined again.

If you find the duplicate entries, you can go ahead and delete one of them.

Regards,

Srikishan

Former Member
0 Kudos

Hi Srikishan,

Thanks for reply.

There is just one field ZZUNDTSORT on talbe.

When I try to check the table I get this log:

Check table/structure MC02M_0ITM

Check table MC02M_0ITM (REZ/29.08.11/11:14)

Enhancement category 3 possible, but include or subty. not yet classified

Field ZZAFHENTFORM in table MC02M_0ITM is specified twice. Please check

Field ZZAFHKVANTUM in table MC02M_0ITM is specified twice. Please check

Field ZZAFHTERMFRA in table MC02M_0ITM is specified twice. Please check

Field ZZAFHTERMTIL in table MC02M_0ITM is specified twice. Please check

Field ZZAFREGNDATO in table MC02M_0ITM is specified twice. Please check

Field ZZAFREGNKVAMTUM in table MC02M_0ITM is specified twice. Please check

Field ZZAFREGNMEINS in table MC02M_0ITM is specified twice. Please check

Field ZZALTMATNR in table MC02M_0ITM is specified twice. Please check

Field ZZALTMPRIS in table MC02M_0ITM is specified twice. Please check

Field ZZANSOEGNR in table MC02M_0ITM is specified twice. Please check

Field ZZANTHA in table MC02M_0ITM is specified twice. Please check

Field ZZBK_DUMMY1 in table MC02M_0ITM is specified twice. Please check

Field ZZBK_DUMMY2 in table MC02M_0ITM is specified twice. Please check

Field ZZBK_GRKERN in table MC02M_0ITM is specified twice. Please check

Field ZZBK_KNKERN in table MC02M_0ITM is specified twice. Please check

Field ZZBK_MELDR in table MC02M_0ITM is specified twice. Please check

Field ZZBK_OLIEIND in table MC02M_0ITM is specified twice. Please check

Field ZZBK_RENS in table MC02M_0ITM is specified twice. Please check

Field ZZBK_RENTFRO in table MC02M_0ITM is specified twice. Please check

Field ZZBK_RENTIL in table MC02M_0ITM is specified twice. Please check

Field ZZBK_TOR in table MC02M_0ITM is specified twice. Please check

Field ZZBK_TORTIL in table MC02M_0ITM is specified twice. Please check

Field ZZBPROT in table MC02M_0ITM is specified twice. Please check

Field ZZBUREN in table MC02M_0ITM is specified twice. Please check

Field ZZBVAND in table MC02M_0ITM is specified twice. Please check

Field ZZFORBELNR in table MC02M_0ITM is specified twice. Please check

Field ZZFORFALDSDATO in table MC02M_0ITM is specified twice. Please check

Field ZZFORVUDB in table MC02M_0ITM is specified twice. Please check

Field ZZGJAHR in table MC02M_0ITM is specified twice. Please check

Field ZZKONCEPTNR in table MC02M_0ITM is specified twice. Please check

Field ZZLAESSELV in table MC02M_0ITM is specified twice. Please check

Field ZZLAGERLEJDATO in table MC02M_0ITM is specified twice. Please check

Field ZZLAGERLEJSATS in table MC02M_0ITM is specified twice. Please check

Field ZZLAGERSATSDATO in table MC02M_0ITM is specified twice. Please check

Field ZZLAGERSATSDATO2 in table MC02M_0ITM is specified twice. Please check

Field ZZLAGERSATSDATO3 in table MC02M_0ITM is specified twice. Please check

.

.

.

Regards

Former Member
0 Kudos

Hi Ejersbo,

Could you check if there are any Append structures to the table?

SE11 -> Menu Goto -> Append Structure

Or if there are any .INCLUDE (s) which bring in these duplicate fields.

Regards,

Srikishan

Former Member
0 Kudos

Hi Srikishan,

Yes there is a Append Structure ZAMC02M_0ITM to the table. And this field are there too.

What can I do with this? Should i delete this fields from Append Structure?

Regards

Former Member
0 Kudos

Hi Ejersbo,

I guess all the fields contained in this append structure are repeated ones - causing the error.

If you perform a "Check" for the table, you get the error message for duplicate entries.

If you further click on description for this error message, SAP recommends to delete these addtional fields/append structures as they are now covered in the table itself, thereby rendering the append structure useless.

So, if all the fields of the append structure are now duplicate, I would suggest to remove the append structure link to the table via SE11 tcode itself. The append structure will not get deleted but only the link to table will be removed.

After removing the append structure perform a syntax check again.

Regards,

Srikishan

Answers (0)