cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding BPM issue 2 map 2 different responses

former_member189440
Participant
0 Kudos

hi friends,

can anybody help me on this issue,my requirement is i got one response from bapi and another from a table and i need to mapp these responses to a single table to different fields.and all these to be done by using Integration process.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member189440
Participant
0 Kudos

solved

Former Member
0 Kudos

HI Uday

Requirement is simple

You need 2 send steps Sync to get response from BAPI (RFC adapter) and DB (JDBC adapter) and then you can use a transformation step where you have 2 source message and map it to one target (2:1 multimapping) and then one more send step Async to send to table your require to send.

Thanks

Gaurav

Former Member
0 Kudos

Hi,

Your Integration Process should have 2 Synchronous SEND step in two different branches of FORK. Each SEND step will send request to Different Target Systems and the responses will be collected individually . The FORK will not be complete till both the Synchronous SEND Steps get their response back.

Once both responses are available, you can make use of TRANSFORMATION Step(Next Step to the FORK) to bundle them and send back to the External System .

Regards,

Subhendu