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: 

New index EKKO table

Former Member
0 Kudos

Hi,

I need to select from EKKO and the where the clause will be based on the BUKRS field, but there isn't any standard Index that contain this field, I was wondering if there is any problem to create a new index on this table?

The new index will be:

- MANDT

- BUKRS

Is this ok? It won't compromise other standards programs?

Thank and regards,

Eduardo

1 ACCEPTED SOLUTION

Former Member
0 Kudos

It will add a small amount of overhead to any program that creates a PO. But the main problem is that a secondary index on BUKRS alone probably won't be selective enough to do any good.

Rob

1 REPLY 1

Former Member
0 Kudos

It will add a small amount of overhead to any program that creates a PO. But the main problem is that a secondary index on BUKRS alone probably won't be selective enough to do any good.

Rob