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

table CKMI1

Former Member
0 Likes
1,166

I am carrying out a selection from CKMI1 based on the following condition

CKMI1-POPER,CKMI1-BWKEY,CKMI1-BDATJ,CKMI1-DATUM,CKMI1-KALNR

However the data volume is large.

How can I use an already created index called

CKMI1

Index for explanation facilities (MANDT/BWKEY/DATUM)

Do I need to modify select clause

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
637

When you fire a query its relative index is automatically loaded as per parameters in condition. If you pass parameters BWKEY and

DATUM. its index will autimacally loaded and put the result you dont need to define index anywhere

Regards

rajesh

1 REPLY 1
Read only

Former Member
0 Likes
638

When you fire a query its relative index is automatically loaded as per parameters in condition. If you pass parameters BWKEY and

DATUM. its index will autimacally loaded and put the result you dont need to define index anywhere

Regards

rajesh