Hi All,
In a reporting program where the number of records are huge( approx some 5 lakhs in itab1 ) and system tries to insert a few more records into itab1, program is failing with runtime error TSV_TNEW_PAGE_ALLOC_FAILED
itab1[] = i_oiurep_rt_hist[].
Even if we delete some records from itab1, it doesnt free the memory immediately. We need some "statement" which frees the memory when some of the records are deleted.
We do not have any duplicate records which can be deleted.
Please suggest.
Thanks,
Parul