cancel
Showing results for 
Search instead for 
Did you mean: 

Exception Handling while Calling RFC - BPM

Former Member
0 Kudos

I am calling an RFC from XI and the RFC has three exceptions. They are :

COMMUNICATION_FAILURE

SYSTEM_FAILURE

APPLICATION_FAILURE

I would like to distinguish these while handling exceptions. I know I can build three Fault Message Types and build three exception branches.

But how can I relate these to the exceptions coming from the RFC.

Regards

Mike

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Michael,

Please take a look at these..

cheers,

Prashanth

Former Member
0 Kudos

Prashant I am talking about Exception Handling in BPM.

Regards

Mike

moorthy
Active Contributor
0 Kudos

HI Michael,

All these exceptions are returned from the RFC via RFC Exception Structure right ? After getting this exception you can check the values on these with the help of Switch step in the BPM.

So you can have one exception branch ,which will get one exception structure. Then you can check it.

Hope it works,

Regards,

moorthy

Former Member
0 Kudos

How can you get a to the contents of the Exception structure in the switch step.

Former Member
0 Kudos

You can specify an interface variable for request, response but how can you do this for exception?