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

error during INDEX creation

Former Member
0 Likes
827

Hi ,

I am trying to create Index on table D010TAB but it is giving error "Indexes Z1 and 0 for table D010TAB have identical fields".

When I tried to search for Index 0, I did not find it.

does the table have default index as 0 assigned?

Regards,

Saurbah

3 REPLIES 3
Read only

Former Member
0 Likes
715

Hi,

Since there are two fields, the index 0 implies primary key so try to create index with the change in order of the fields..

Try this order of index fields...This will allow..

TABNAME

MASTER

Regards

Shiva

Read only

Former Member
0 Likes
715

>

> does the table have default index as 0 assigned?

>

Hi saurabh kulkarni,

Answer is Yes and it consist of Primary Key Fields.

The ID '0 ' is reserved for the primary index. The name ranges 'Y..' and 'Z..' are reserved for customer indexes.

Also there is one more index 1 is present in table D010TAB with fields TABNAME & MASTER

Why you want to create duplicate index ? it's already present.

For more information about index please have a look at [SAPHelp|http://help.sap.com/saphelp_erp60_sp/helpdata/EN/cf/21eb20446011d189700000e8322d00/frameset.htm]

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

ilesh Nandaniya

Read only

Former Member
0 Likes
715

Hi Saurbah,

You cannot see index 0 (by convention the unique primary key index in every SAP table) in the SAP dictionary transations SE11/SE12. You can see it listed in SE14 and of course also by looking directly at the database catalog.

D010TAB has only two fields, and these together form the primary key. There is also a secondary index on the TABNAME field. That means there is absolutely no point in creating an extra index.

Regards,

Mark