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

Regarding Fetching values from CKIS table

Former Member
0 Likes
532

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.

2 REPLIES 2
Read only

Former Member
0 Likes
474

Hi,

Make sure the internal table being used with the 'for all entries' addition is not empty before making the select.

Regards,

madhusudhan.

Read only

0 Likes
474

The check is there for veryfing the table is not empty.

Thanks.