Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

error key: RFC_ERROR_SYSTEM_FAILURE

Former Member
0 Likes
1,247

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

1 ACCEPTED SOLUTION
Read only

ibrahim_u
Active Participant
0 Likes
814

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

6 REPLIES 6
Read only

ibrahim_u
Active Participant
0 Likes
815

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

Read only

Former Member
0 Likes
814

Hi Ibrahim,

I haven't access to the application machine, there are any sap transaction that ables me to see this log?

thanks

enzo

Read only

Former Member
0 Likes
814

Use transaction ST22 to analyze the short dumps and SM21 for system logs.

-Kiran

Read only

ibrahim_u
Active Participant
0 Likes
814

in SCOT transaction, u can trace rfc processes but i dont remember in which menu and not insalled SAP in this computer.

ibrahim

Read only

Former Member
0 Likes
814

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

Read only

0 Likes
814

I've already writted in the ABAP forum,

thanks

enzo