Application Development 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: 

DDIC_TYPELENG_INCONSISTENT short dump in CO

Former Member
0 Kudos

Hi,

I am getting the following dump.

1) DDIC_TYPELENG_INCONSISTENT

2)The current ABAP program "SAPLKAIS" had to be terminated because one

of the statements could not be executed at runtime.

Error analysis

An inconsistency was discovered during access to the description of the

data type "COEP". According to the ABAP load, the data type should be 2040

bytes long, but according to the dictionary information at runtime, it

is 2070 bytes long.

This situation may arise if the data type is changed during the program

runtime.

I got this dump while I was creating custom fields using coding block.

Please help me with this issue.


Thanks and Regards

Shriram Bhat.


1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

Check consistency of ddic and database (e.g. look at activation log of append structure and impacted tables) some adjustment of table (SE14) may be required.

But in most case some program was already active when database was updated so kept in memory/buffer the old structure. (exit and restart.) Note the same problem may arise in target system of an import if user/jobs are active. Don't use some FI/CO related transactions when using OXK3, that could impact MM, SD, PM, etc. as many modules can be impacted.

Ref:   2180238 - DDIC Inconsistency Check [VIDEO]

Regards,

Raymond