Skip to Content
0
Dec 21, 2007 at 06:24 AM

re: how to create a temporary index for a table in program

176 Views

Hi,

I execute a report to access table EKBE. The field that is essential is the CPUDT - entry date.

Now, the EKBE is not index with this field.

I do not want to create a permanent index which might occupied space. The current read on EKBE is sequential.

I thought of creating an index in the program and then releases it once the report is out.

Is there a way to achieve that?