cancel
Showing results for 
Search instead for 
Did you mean: 

Data area for accessing table is too small., error key: RFC_ERROR_SYSTEM_FA

Former Member
0 Kudos

Hi all,

I build a java applicatio to call a sap function.

This FM have only an import parameter as structure, the last field of this structure is 16000 characters long.

When I start the application if the long field is empty all works fine, but if I fill it the java compiler send me this runtime error:

[code]

Exception in thread "main" com.sap.aii.proxy.framework.core.BaseProxyException:

Data area for accessing table is too small.,

error key: RFC_ERROR_SYSTEM_FAILURE

at com.sap.aii.proxy.framework.core.AbstractProxy.send$(AbstractProxy.java:150)

at bi9032.BI_9032_PortType.zhr_Bi_9032(BI_9032_PortType.java:16)

at bi9032.Startapp.main(Startapp.java:50)

[/code]

Any one can me explain the problem?

It's possible that I can't pass a large data quantity?

thanks and regards,

enzo

Message was edited by: Enzo Porcasi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I understood that it's a sap problem,

so I will write in the abap forum,

bye

enzo