Skip to Content
0
Former Member
Jul 27, 2006 at 02:12 PM

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

49 Views

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