cancel
Showing results for 
Search instead for 
Did you mean: 

Can we acheive synchronous scenario for multiple receivers in sap pi 7.1?

Former Member
0 Kudos

Can we acheive synchronous scenario for multiple receivers in sap pi 7.1, please suggest me.

BR

Kiran

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Kiran,

From my understanding, It has no sense the requirement, you have one sender and you want the response with multiple receivers, each receiver would have a different delay, how is it going to be treat?, you should think that the sender sends only one call, in the sender system will be a unique thread waiting a response for this call, no multiple responses.

The best ways have been mentioned yet, but i think in a different perspective. I think you need data from different receivers to your sender in only one call, i think the next:

A simple scenario with you first receiver. In the response you can concatenate a RFC/JDBC/SOAP lookups in the different step mappings.

Regards.

Former Member
0 Kudos

Hi Vila,

Thanks for your reply.. Now the design solutions has changed.

BR

Kiran

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

For synchronous scenario with multiple receivers below are some of the best ways ,choose one according to your requirement and feasibility.

1)Source -->Mapping(use condition based look up to target systems)-->Source

2)Using BPM.  (Rx step(open S/A bridge) -->Sync send step-->send step(close S/A bridge))

Regards

Venkat

Former Member
0 Kudos

Hi Kiran,

its not possible accordintg to below blog

http://scn.sap.com/thread/1853041


Former Member