cancel
Showing results for 
Search instead for 
Did you mean: 

Multimapping for two different adapters

Former Member
0 Kudos

Hi ,

I have a scenario where 1:n mapping needs to be done and used multimapping without BPM.

I am facing issue in configuration

1. if PO accepted  then idoc posts to ECC

2. if PO rejected then it should go and update a table through ABAP proxy and also an email needs to be triggered with the rejection data.

while trying to test, it is throwing the below error

<SAP:Stack>At least two of the sub messages deal with different Adapter Engine types. Check the channels</SAP:Stack>

your help will be appreciated.

Thanks

Sar

Accepted Solutions (0)

Answers (1)

Answers (1)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

The error is because you configure an scenario where the sender adapter and the receiver adapter run in diferrents engine.

if you use ICO, you cannot use IDOC adapter or HTTP.

check this out.

Rgards

BTW