Hi Experts,
In my program i have 4 select statements.
in first select i am getting 6 lacks records.
2nd select i am getting 5 lacks records.in this statement i am using for all entries in above table.
3 rd select i am getting 99 lacks records in this statement i am using for all enries in 2 nd internal table
4th select i am getting 5 lacks records in this statement i am using for all entries in 3rd internal table.
select f1 f2 f3 from database table into internal table
package sige 10000
for all.......
where ..........
append lines of internal table to final internal table.
refresh internal table.
Endselect.
i am following this way..
if i follow like this it will improve my program performence.
or is there any other way to improve my program performence.
please any body answer my question its very urgent.
thanks in advance.
Tharangini.K