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

How do we correct the Inconsitency with DDIC source

Former Member
0 Likes
1,708

Hi gurus!

I have been trying to upload a table through a ABAP program and it keeps on running for a long time for a particular table and ultimately it takes way too much time to load the table. But on the other hand when I try loading another table through the same program it took mere seconds . Problem that I found on checking was that it was with the table itself. When I did a SE14 check on the database it gave me the message a s 'INdex: inconsistent with DDIC source'.

Now I want to rectify this error and make it consistent so that the upload works fine . Can I get some help on how to correct this issue of inconsistency with DDIC source which Is the reason why i am not able to load my table with the data in the right time.

Thanks

Aarav

Hi gurus!

I have been trying to upload a table through a ABAP program and it keeps on running for a long time for a particular table and ultimately it takes way too much time to load the table. But on the other hand when I try loading another table through the same program it took mere seconds . Problem that I found on checking was that it was with the table itself. When I did a SE14 check on the database it gave me the message a s 'INdex: inconsistent with DDIC source'.

Now I want to rectify this error and make it consistent so that the upload works fine . Can I get some help on how to correct this issue of inconsistency with DDIC source which Is the reason why i am not able to load my table with the data in the right time.

Thanks

Aarav

3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
0 Likes
994

Try this note : [211492 - Inconsistency between ABAP dictionary <-> database|http://service.sap.com/sap/support/notes/211492]

Read only

Former Member
0 Likes
994

Hi !

I have been able to get thorug it , I was able to adjust the indexes for both database and the table and it worker out fien for me . I used se14 to adjust it , I chose index tab from se14 (for the table), which showed me the index , double clicke don it , and it had a tab to adjust the index for the database.

Thanks

Read only

Former Member
0 Likes
994

.