cancel
Showing results for 
Search instead for 
Did you mean: 

Notify user about Exception in BPM

samiullah_qureshi
Active Contributor
0 Kudos

Hi

I am doing a scenario using BPM async-sync-async bridge (File-RFC-File).

Now we want to notify user about any exception that occur at R/3 side.

Can we use Fault message to notify userabout any error occured at R/3 side?

Or is there any other better way to send notification to user?

Thanks and Regards,

Sami

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

The <b>content</b> of a fault message are not accessible inside a BPM.

What you can do is defined multiple fault messages in your R3 and then defined multiple exception handlers - one for each Fault Message and then use this to generically send out the message to the end user to say this fault message was triggered.

Regards

Bhavesh

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi sami,

u can use Fault message type also.....

Fault message implementation.

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

File to File thro’ RFC using BMP:

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

regards

BILL

Former Member
0 Kudos

Hi yes u can go for Fault message is it is mentioned in the RFC.

Also if required u can also generate an Alerts from XI intimating that interface fails

because of RFC Error.

Thanks

Farooq.

Former Member
0 Kudos

have a look at this Thread

useful for you ...

Regards

Abhishek

Former Member
0 Kudos

Hi,

Use alert to notify to user by mail ( any alert config ). find the status of R3 system and send this to respective reciepent.

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm

Chilla