cancel
Showing results for 
Search instead for 
Did you mean: 

N:1 Mapping.

Former Member
0 Kudos

Hi All,

Say I am Collecting IDOC's of similar type into One using BPM

So In my N:1 mapping,as my Source and the target messages are the same I would just change the Occurence of the source messgage to unbounded i.e

SourceMESSAGE1 (0-Unbounded) -


TargetMESSAGE1-ABC (1:1)

same with my Interface mapping. Source Interface would be Unbounded however target would be 1:1.

Now, If i test my mapping with dummy values and Duplicating my Source Message,i can only see data of the First Message, i.e N:1 mapping does not happen.

eg..

Source Target

====== ========

Messages Messages

---message1 Message1

-


MATMAS01 (Message-1) MATMAS01 (Message-1)

-


MATMAS01 (Message-2)

Is there any thing wrong in my mapping or how does N:1 mapping happen when we use BPM.

Appreciate your answers

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi John,

Mulitmapping is not possible in the case of IDoc Scenarios....the reason is that IDOC adapter is not a part of the Adapter Engine.Maybe , you should try IDOC bundling.

Regards,

Abhy Thomas

former_member201264
Active Contributor
0 Kudos

hi

see the below links to solve ur problem.

/people/stefan.grube/blog/2006/09/18/collecting-idocs-without-using-bpm - collecting IDocs without BPM

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm ->IDOC Bundling

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm - Collection of IDoc to Single File

regards

sreeni