cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Sender Problem (Async)

Former Member
0 Kudos

Is there a way to detect from a RFC FM Async Call if XI is down? I understand that if the RFC call is Async no exceptions are cought but is there a workaround on catching the error?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Than you can use transaction SM58 to restart LUW on your source system.

In this transaction you will see all errors in asynchronous RFC communication.

/wojtek

Answers (2)

Answers (2)

udo_martens
Active Contributor
0 Kudos

Hi Ruben,

you can catch the exceptions system_failure and communication_failure. I assume, in case of XI down communication_failure will raise. Of course you cant ask a dead man for the reason of his silence

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/43/5621defc1be74eb25de334f464b9cf/frameset.htm">Example</a>

Regards,

Udo

Former Member
0 Kudos

Hi Ruben,

my first idea is, to check the RFC destination (WE21).

This should be possible with function "DEQUEUE_ESRFCDES" (SE37).

Regards Mario