cancel
Showing results for 
Search instead for 
Did you mean: 

XI CALLING TO MULTILE RFC'S

Former Member
0 Kudos

hi,

Can any body help me how to develop the below scenario.

1) file to xi.

2) Xi has to execute first RFC function module in crm.

3) the response of first rfc function module execution is an input to the second rfc function module.

4) the response of second rfc function module execution is an imput to the thrid rfc function module.

I hope so the above scenario can be achieved through BPM.

Can any one suggest me a weblog which is designed in the above scenario.

regards

viswa

Accepted Solutions (0)

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi Vishwa,

First go thru this weblog, to get the feel of Synchrnous RFC scenario.

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

Thru BPM you can achieve this

REgards,

Moorthy

Former Member
0 Kudos

Hi,

You will have to use BPM for this to make call from Async(FIle) to sync(RFC) Interface.

BPM

1. Receive step

2.Transform step

3. sync send step (RFC1)

4. Transform step

5. sync send step(RFC2)

6.Transform step

7. async/syc send step (RFC3) ...last RFC call can be syn or async depending on whether you need the reply

You might need to add remove steps depending on what the business requirement is

Regards

Vijaya