cancel
Showing results for 
Search instead for 
Did you mean: 

No more storage space available for extending an internal table

Former Member
0 Kudos

Hi All,

I have one problem when i am executing programming.

When i execute program it going dump like

"No more storage space available for extending an internal table"

Accepted Solutions (1)

Accepted Solutions (1)

andrea_galluccio2
Contributor
0 Kudos

Hi,

seems that you fill all memory allocated by a single workprocess.

There are two different possibilities:

Ask to basis staff to extend the maxium allocated memory by a single work process (it is a value of the instance parameter).

Try to select less data or if you have swap/temp tables, free memory with instruction FREE o REFRESH before fill another internal table.

Bye

Andrea

Answers (2)

Answers (2)

Former Member
0 Kudos

hi sreenivas,

search in SCN before posting .

there are lots of thread regarding this...

[advanced search|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=nomorestoragespaceavailableforextendinganinternal+table&adv=false]

thanks

Sachin

Former Member
0 Kudos

you try with HASH table insted of SATNDARD table