Application Development 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: 

error "connection closed (no data)" witch rfc.

Former Member
0 Kudos

Hi everybody

I have the next trouble:

A event was made in order to be executed when I saved something on the transaction FB01.

This event calls to a modul pool, and then It realized a call to a modul pool rfc in background task.

When the execution of this event is over, I entered to transacction sm58 and the screen noticed me the following message

"connection closed (no data)" in the function rfc.

the datas are transfered in the same server.

Besides,the events work well until the customer advertised me that it doesn´t work anymore.

could anyone help me? please.

regards.

1 ACCEPTED SOLUTION

former_member191735
Active Contributor
0 Kudos

Well, first of all you need to check if there is any RFC connection in the process. If there is any, i.e, failed in this prosess.

Go to sm59 and check out if your RFC is still running. This might be the problem. Whenever i work with external systems, i had the same problem with connections.

2 REPLIES 2

former_member191735
Active Contributor
0 Kudos

Well, first of all you need to check if there is any RFC connection in the process. If there is any, i.e, failed in this prosess.

Go to sm59 and check out if your RFC is still running. This might be the problem. Whenever i work with external systems, i had the same problem with connections.

0 Kudos

thanks for your answer.

I was look in sm59 but i Didn´t see my rfc,

now i ´m going to keeping on searching

bye..!!