cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger RFC calls

Former Member
0 Kudos

Hi experts,

We have a sync scenario RFC -> HTTP on PI 7.0 that must trigger RFC calls during integration. First trigger must happen when some error happens on that scenario. I´ve been reading about alerts but as far as I know it only send e-mails, but we want to call an RFC, is it possible? The second trigger must happen when this scenario succeds, and thus calling some RFC. I don´t want to use ccBPM in such scenario because sync/async bridge has a lot of runtime errors/bugs.

Thanks,

Gabriela

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Gabriela,

I don´t want to use ccBPM in such scenario because sync/async bridge has a lot of runtime errors/bugs.

BPM would be the standard here. It might be slow or tricky, but it works.

Alternatives:

You could route an alert mail to an mail sender adapter to call a RFC. The success RFC should then be called from the invoking ABAP program.

You can send RFCs via look up from mapping. This works only if the http receiver is sending a response. It is not easy to catch all error situations.

Regards,

Udo

Answers (0)