cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Sender Problem

Former Member
0 Kudos

Is it possible that when I use an ABAP FM (RFC Sender) as Sender via ABAP exceptions I detect that XI as Application is down in order to do other actions on the same ABAP FM?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The call is async. But if the call were sync how can I do this?

stefan_grube
Active Contributor
0 Kudos

When your RFC call is async, it stays in SM58 queue until XI is available.

A sync RFC call dumps when XI is not available. I do not know, how to avoid the dump.

Regards

Stefan

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

if the call is sync you can catch the exception

if the RFC call is async you cannot do it

Regards,

michal