Hi Experts,
I have a requirement where I have to use 4 independent select statement and put all the data onto 1 internal table. After that putting the data onto E_T_DATA.
Here I want to use 4 open cursor for better performance. Kindly suggest how can I do the same. So that during a single FM call, we can open one cursor and Fetch till the END OF DATA of that cursor. After that Open another Cursor and do the same etc...etc.
Kindly suggest.
Regards,
CPJ