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

DB clustering INDX table

Former Member
0 Likes
518

Hello,

I have couple of internal table with good amount of data. I am planning to export it to INDX and then IMPORT it whenever needed. My questions

How I can fetch only one record that is needed.

Other wise I have to get entire itab into memory and then read using read table statement. I read somewhere that we can use SELECT statement on it but I could not find any reference to it. Can we use SELECT on it and if yes how?

Thanks in advance.

Hello,

I have couple of internal table with good amount of data. I am planning to export it to INDX and then IMPORT it whenever needed. My questions

How I can fetch only one record that is needed.

Other wise I have to get entire itab into memory and then read using read table statement. I read somewhere that we can use SELECT statement on it but I could not find any reference to it. Can we use SELECT on it and if yes how?

Thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
473

Any inputs on this are welcome!!!

Read only

Former Member
0 Likes
473

Closing , but not answered