cancel
Showing results for 
Search instead for 
Did you mean: 

1 Sender 2 Receivers

markbernabe
Active Participant
0 Kudos

Hi experts,

I have 1 client ABAP proxy and 2 database receivers. The receivers have different structures so I created 2 different mappings for each.

Question is, how can I configure this in IB such that every time the proxy is triggered from SAP, the data will be sent to 2 database receivers at the same time?

Appreciate your inputs.

Accepted Solutions (1)

Accepted Solutions (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Mark,

With standard configuration, this is only possible if the two JDBC interfaces are asynchronous. Just add another system in receiver determination (without condition) and use two interface determination. If both are synchronous, then either BPM or using a JDBC insert via UDF are feasible (only one receiver, the other table is populated via Java).

Regards,

Mark

markbernabe
Active Participant
0 Kudos

Got it, thanks Mark!

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Mark,

You can use multimapping to send to the two receivers: Raja Sekhar Reddy's blog

Regards.