cancel
Showing results for 
Search instead for 
Did you mean: 

Working multiple RFC's with BPM

Former Member
0 Kudos

Hi All,

I have 3 RFCs as RFC1, RFC2, and RFC3. I need to execute RFC1. If it is success I need to call RFC2 and after that RFC3. Is it possible to do using BPM?

Regards,

Nithya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Yes....

Thanks,

Madhu

Former Member
0 Kudos

Hi Madhu

Thanks.

Suppose if I get error in RFC2. Can I start the execution from RFC2 instead of starting from RFC1 using BPM?

Regards,

Nithya.

Former Member
0 Kudos

hi nithya,

Definately you can.........

thanks,

Madhu

Former Member
0 Kudos

Hi Nithya,

Is your problem solved.

If so, then Please reward points to the appropriate and suitable solution and mark the thread as answered.

thanks,

Madhu

Answers (9)

Answers (9)

Former Member
0 Kudos

Hi All,

Thanks for your valuable suggestion.

Regards,

Nithya

former_member556603
Active Contributor
0 Kudos

Hi,

have 3 RFCs as RFC1, RFC2, and RFC3. I need to execute RFC1. If it is success I need to call RFC2 and after that RFC3. Is it possible to do using BPM?

Yes that is possible in BPM.

Thanks,

Satya Kumar

vijay_b4
Active Contributor
0 Kudos

HI Nithya,

1.Yes you can call 3 rfcs using BPM Scenario.

2.Yes You can directly RFC2 if there is error in RFC1.

Reward points if this helps

Regards

Pragathi.

Former Member
0 Kudos

Hi Nitya,

Instead of going for BPM and complicating the scenario, You can do it this way.

First trigger RFC1 from R/3 and send a request.

then check the RFC1 response received and if its a success trigger RFC2 else end the scenario there and similar case with RFC3.

And if at all some error with RFC3,call RFC2 there so that you don't need to start it again with RFC1.

Hope this helps.

Thanks,

Vijaya.

former_member8655
Active Participant
0 Kudos

Hi Nithya

It is possible.here are the steps

1) You need to have once receive step to the receive the sender message

2) then a send step to call first RFC.

3) Now after this there should be a switch step in which condition will be specified that if first RFC called is successful then call second RFC if not then the other branch a ctrol step to cancel process / raise alert/exception

3) similar to step 2

Regards

Mitesh Parekh

PS : reward points if helpful

Former Member
0 Kudos

Hi Nitya,

Yes..U can do this with BPM.

Regards,

Soumya

Former Member
0 Kudos

hi,

yes we can do with BPM

regards

chandrakanth

Former Member
0 Kudos

Hi,

have a look at the blog.

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm

Thanks,

Mahdu

Former Member
0 Kudos

Hi Nitya,

You can definitely do that. there will be one receive and a series of send steps. We already worked on the same type of scenario where one RFC triggered sequential webservices.

Thanks,

Vijaya.

Edited by: Vijaya Lakshmi Palla on May 23, 2008 8:31 AM