cancel
Showing results for 
Search instead for 
Did you mean: 

Multi Mapping with IDoc receivers

Former Member
0 Kudos

Hi,

I want to use an Interface Mapping in Enhanced Interface determination. The Interface Mapping includes two Message Mappings and should create either IDoc Type WPUWBW01 or IDoc Type WVINVE03, depending on the values of the Source Message.

In SAP Help I read the following about developing Multi-Mappings for Message Splits: "Messages that result from the split in a mapping-based message split are sent using one Adapter Engine. For this reason, only those adapters that run on the Adapter Engine are supported. "

Does this mean my scenario will not work?

Thanks in advance.

Alex

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Yes correct. you will have to do two separate message mappings and interface mappings to achieve your goal.

The IDoc adapter is on the ABAp stack and therefor does not allowing you to use some of the functionality which you get on from the adapter engine on the java stack.

let me know if you need anything else...

Edited by: Alex on Jul 21, 2008 5:37 PM

Former Member
0 Kudos

Yes you are right.