cancel
Showing results for 
Search instead for 
Did you mean: 

Alerts for successful and unsuccessful RFC calls

Former Member
0 Kudos

Hi Experts,

I am creating Http to RFC scenario in which data is sent to RFC to create sales order.

I also need to create alerts for both successful and unsuccessful RFC calls.

How this can be achieved.

Thanks,

Vishal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

answered

former_member181962
Active Contributor
0 Kudos

Hi,

If you just want alerts for only the failures, then you can configure the generic alert in the Runtime workbench at the adapter level.

But if you want alerts for succesful RFC calls also, then you can use ccBPM.

YOu ccBPM will have a Block step.

Inside the Block step you can have your send step synchronous.

In the exception branch of the Block step, you can have a Control step which will trigger an alert.

And in the normal branch, you can check for the successful message using the response message from the send step , and use another control step to trigger an email

Regards,

Ravi

former_member581827
Participant
0 Kudos

Hi Ravi,

can you please let me know any reference blog or procedue where in if I want alerts for only the failures, as you said we can do that by configuring the generic alerts in the Runtime workbench at the adapter level.

Thanks,

Chandra.

Former Member
0 Kudos

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step

Thanks,

Vishal