Skip to Content
0
Former Member
Mar 20, 2008 at 11:21 AM

Memory Allocation Failure Dump.

81 Views

Hi Everybody,

I have a issue with my program. This is a report program where i added a select query as follows.

SELECT vbeln

posnr

erdat

matnr

werks

lfimg

FROM lips

INTO TABLE i_lips

FOR ALL ENTRIES IN i_mara

WHERE matnr = i_mara-matnr

AND bwart = c_653.

After the additon of this select querry i am getting a dump. The dump generally has the following defination

TSV_TNEW_PAGE_ALLOC_FAILED or TSV_TNEW_BLOCKS_NO_ROLL_MEMORY.

To avoid this i am freeing the internal table after fetching the data and doing my calculations. The dump occurs at a later part of the code. Even though freeing these internal table doesn't help me in any way.

Please advise. This is urgent.