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 to find a solution for DATA INCONSISTENCY error

Former Member
0 Likes
6,868

Hi,

i have gone through many threads but couln't find right solution for the runtime error :

DDIC_TYPE_INCONSISTENCY, Dictionary runtime object (NAMETAB) is incorrect.The number of components of the structure (NAMETAB component "fldcnt") is specified as (number).

could anyone direct me to resolve this issue

Hi,

i have gone through many threads but couln't find right solution for the runtime error :

DDIC_TYPE_INCONSISTENCY, Dictionary runtime object (NAMETAB) is incorrect.The number of components of the structure (NAMETAB component "fldcnt") is specified as (number).

could anyone direct me to resolve this issue

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
0 Likes
3,520

Display the object via SE11 and look at activation log.

Regards,

Raymond

Read only

0 Likes
3,520

i have done with it before. runtime object is consistent. is there any other analysis

regards,

srikanth

Read only

gouravkumar64
Active Contributor
0 Likes
3,520

Hi,

There are many reason ,like

1)in se11 the table/structure is not fully active or partially active.

u can check in se14 also.

check in this case

se11>utilities>run time obj>check.

check notes Note 1167784 - Runtime error DDIC_TYPE_INCONSISTENCY

2)My be some issue on memory issue or disk space

3)Some background job also creates this problem, go to sm37 & check.

notes 491022 also helpful .

check all this.

Hope it helps.

Thanks

Gourav.

Read only

0 Likes
3,520

i have done with it before. runtime object is consistent. is there any other analysis

regards,

srikanth

Read only

former_member491621
Contributor
3,520

Hi Shrikanth,

go to TCode SE11 : <Table Name> > Display : Utilities > Runtime Object > Check -> Active runtime object for <Table Name> is inconsistent.

The table might be partially active.

Try avtivating the table manually through SE11.

If any errors occur,try using the database utility(SE14) on the partially active table. If successful, come back to SE11 and activate the table again. It will get activated

I hope this might remove the error.