Hi all,
In my requirement i need to delete atleast 50,000 records from an internal table which is having atleast
1 lakh records.
I collected these deleted records into one more internal table
Is there any possibility to delete these 50,000 records from this internal table without using LOOP ..ENDLOOP
I tried to use : DELETED itab from itab1.
itab--> 1lakh records
itab1--> contains only deletd records.
But no use. please let me know is there any possible solution
Regards,
Bhanu.R