cancel
Showing results for 
Search instead for 
Did you mean: 

How to handle system exception in Sync communication without BPM? Help!

gopalkrishna_baliga
Participant
0 Kudos

Hi Experts

I have a Synchronous scenario in XI: webservice <------>RFC SAP R/3.

Webservice is making a sync call to RFC FM in SAP R/3 system.

I want to handle system exception when SAP R/3 is down and send an email alert.

Can I achieve this in graphical mapping without BPM? How? Kindly provide necessary steps/screenshots for the same.

Are there any other alternatives for handling system exception apart from mapping and BPM?

Thanks

Gopal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

See when R3 is Down, we can handle in BPM, the ways is see below

first use send step to check the R3 is down or not, if yes then raise alert / mail to respective use -- Next you can handle you IP process.

I hope it is clear to you..

Chilla..

Former Member
0 Kudos

Hi GopalKirshna,

Yes,You can handle the Exception if at all you are using the RFC.You can achieve this without using BPM.

Using Fault message you can catch the System Exception and even the primary role for Fault Message is to catch the RFC Exceptions.

Please refer the Fault messages Notes to achieve this you will understand better.

Hope I am clear.

Please let me if you have any more queries regarding this..!

Thanks and Rewards,

Chandu.

gopalkrishna_baliga
Participant
0 Kudos

Hi Chandu,

You mean the RFC FM will send a system exception which I have catch using fault messages?

Any example of such an RFC?

Thanks

Gopal

Former Member
0 Kudos

gopal,

check the blog

/people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1

/people/sap.user72/blog/2006/01/16/xi-propagation-of-meaningful-error-information-to-soap-client