cancel
Showing results for 
Search instead for 
Did you mean: 

erorr in run bapi

Former Member
0 Kudos

hi,

i wont run bapi in portal and i get erorr :

No storage space available for extending an internal table., error key: RFC_ERROR_SYSTEM_FAILURE

the bapi is working o.k. in R.3

what can be the problem?

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

Check first in R/3 what is the message you can see in the Dump analysis ST22. There you will get details analysis information regarding the problem . You may get the table space name also there. You need to increase the table space memory size in R/3 . This will fix this problem.

Thanks,

Greetson

Answers (1)

Answers (1)

vincentlim826
Employee
Employee
0 Kudos

does the query too large, consuming large memory?

This is most likely to happen when the system is being used extensively and the memory is not sufficient, or the query is very large or complex.

- any relevant dump in ST22?

- can simplify the bapi query definition ?

- try execute $SYNC to clear the internal

- can it be run in background somehow ?

- what is the value of following parameters ?

ztta/roll_extension =

abap/heap_area_total

abap/heap_area_dia =

abap/heap_area_nondia

em/initial_size_MB =

- are you in 64bits or 32 bits ?

- SAP note #649327 Analysis of memory consumption

cheers,

Vincent