Skip to Content
0
Former Member
Mar 12, 2008 at 09:40 AM

Increase size of ABAP/Program Buffer? (cannot extend internal table)

230 Views

Hi experts

I often run into the following short dump when executing a load in BW which fill a lot data into an internal table in the startroutine:

TSV_TNEW_PAGE_ALLOC_FAILED

Short text

No more storage space available for extending an internal table.

What happened?

You attempted to extend an internal table, but the required space was

not available.

ABAP/Program Buffer status

When I look at the buffer monitor in RZ20 (-->CCMS monitor sets --> SAP CCMS Monitor Templates --> Buffers) is get the following:

Buffers

xxx_xxx_04

Program

DirectoryUsed 14 % , Green 12.03.2008 , 10:04:37

SpaceUsed 100 % , Red 12.03.2008 , 10:04:37

HitRatio 100 % , Green 12.03.2008 , 10:04:37

Swap 3.6 /min, Green 12.03.2008 , 10:04:37

There is allocate size for the ABAP buffer is 700.000KB, currently are 2.257KB free and we have 3.948 swaps.

Question:

I am therefore wondering if it might help to extend the size of the "ABAP Buffer" (also know as the "Program Buffer")?

Thanks in advance, kind regards,

Torben