cancel
Showing results for 
Search instead for 
Did you mean: 

BPM scenario to send same file data two RFC function modules

Former Member
0 Kudos

Hi,

Scenario:same file need to send the data to two different RFC functions.

so in this case i need to use two receive steps or only one receive step? beause file should be places in the archive after second rfc triggered.

but this scenario client need to go with BPM only .I am new to BPM.please suggest the steps and process need to follow for this scenario.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You will have one async receive step to start the BPM from your file interface, 2 synchronous send steps for each RFC, and an async receive step to archive.

Don't use the transformation steps in BPM, as it decreases performance. You can use the same abstract interface for your file format in the send steps, but specify different Send Contexts for the receive steps. In Configuration, use a condition on Context object ProcessStep = Send Context from your BPM, and route to the correct RFC interface, using a mapping from your file to the RFC.

Hope this helps !

kr,

Peter Glas