cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to send a message through two communication channels in pi / po ?

S0009181640
Discoverer
0 Kudos

Is possible send one message in two commincation channels in sap pi / po

Currently I have an interface that sends information to a legacy system through a jdbc type communication channel. The idea is that the same information is sent to another database server through a second communication channel, without having to create a different interface that is already working.

Accepted Solutions (0)

Answers (2)

Answers (2)

javier_alonso
Participant

By using SAP PI iFlows, you can send one message to multiple receivers, each on them with their own channel.

You just need to add a Recipient List component.

If you are using Integrated Configuration instead of iFlow, take a look at this blog: Multiple receiver routing in SAP PI/PO | SAP Blogs

krist0v
Explorer

Not sure, channel v interface is a 1:1 relationship, but best would be creating a copy of the target system or component (same interface) with the new channel, and add this in the receiver list.