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
Source
MESSAGE1 (0-Unbounded) -
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