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.