cancel
Showing results for 
Search instead for 
Did you mean: 

erorr in run bapi in portal

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 ricardo.....

the bapi might be called multiple times which is filling p the same internal table again and again causin it to run out of memory... just debug it.

---regards,

alex b justin

Former Member
0 Kudos

hi alex,

Thanks for your replay!

i made the bapi and the portal consultant tell me that this is the erorr that he get what i have to tell him?

i new in the portal

or maybe u can give idea how to solve it?

Regards

Former Member
0 Kudos

hi ricardo.............

check for the number entries that the bapi returns when run in r3.

make sure that it is rfc enabled.

tell the portal consulant to check whether the bapi is being called number of times so that the internal table is getting filled again and again... tell hi to debug the coding.

---regards,

alex b justin

Former Member
0 Kudos

hi alex

i talk with consulant and he don't call to the bapi many times.

maybe u have another idea?

regards

Answers (0)