‎2006 Jul 27 3:21 PM
Hi all
I have a problem during a RFC.
I call a function with the JCO but, if I fill all the fields that I have to pass to the FM the JVM returns 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]
In particular the structur in FM has a field 16000 char long.
thanks for your help,
bye
enzo
‎2006 Jul 27 3:26 PM
Did you look at the SAP RFC Log File in your application folder named "dev_rfc.trc".
may be it helps you
ibrahim
Message was edited by: Ibrahim UGUR
‎2006 Jul 27 3:26 PM
Did you look at the SAP RFC Log File in your application folder named "dev_rfc.trc".
may be it helps you
ibrahim
Message was edited by: Ibrahim UGUR
‎2006 Jul 27 3:37 PM
Hi Ibrahim,
I haven't access to the application machine, there are any sap transaction that ables me to see this log?
thanks
enzo
‎2006 Jul 27 3:41 PM
Use transaction ST22 to analyze the short dumps and SM21 for system logs.
-Kiran
‎2006 Jul 27 10:31 PM
in SCOT transaction, u can trace rfc processes but i dont remember in which menu and not insalled SAP in this computer.
ibrahim
‎2006 Jul 27 3:34 PM
Hey,
I think the RFC creates a short dump in the SAP system. Ask the SAP guy to check the short dumps created in the system after the RFC call.
-Kiran
*Please mark useful answers
‎2006 Jul 27 3:36 PM