2007 Jun 14 2:29 PM
Hi,
I am fetching data from CKIS table.
I am using For all entries in table for fetching the data.
I am passing the BZOBJ,KALNR,KALKA,KADKY,TVERS,BWVAR and KKZMA in the where clause.
But the time taken for the selection is huge.
Please suggest a way to enhance the performance of the select.
Thanks
Abhijit.
Hi,
I am fetching data from CKIS table.
I am using For all entries in table for fetching the data.
I am passing the BZOBJ,KALNR,KALKA,KADKY,TVERS,BWVAR and KKZMA in the where clause.
But the time taken for the selection is huge.
Please suggest a way to enhance the performance of the select.
Thanks
Abhijit.
2007 Jun 14 2:35 PM
Hi,
Make sure the internal table being used with the 'for all entries' addition is not empty before making the select.
Regards,
madhusudhan.
2007 Jun 14 2:41 PM
The check is there for veryfing the table is not empty.
Thanks.