Hi Sam
Could yuo please be more specific on the index the execution plan is using? For example which fields it contains.
I can't see a SAP standard index suitable for SQL above. Also consider BUKRS is not a very "selectable" value, means often there's only one or two different values in the table.
Looking into the indices delviered by SAP, I consider DFKKOP~4 the best one for SQL above. However, you would have to add the field AUGST to your SQL above:
AND AUGST IN (' ','9')
Yep
Jürgen