cancel
Showing results for 
Search instead for 
Did you mean: 

What is MultiMapping, what interface do we use for it?

Former Member
0 Kudos

What is MultiMapping, what interface do we use for it?

Accepted Solutions (1)

Accepted Solutions (1)

prabhu_s2
Active Contributor
0 Kudos

mapping 2 source strucutre to 1 target or mapping 1 source to 2 targets are referred to as mutimapping. it is applicable to any interface types

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi krishna,

multimapping allow you to create more target structure instances from one source structure instance containing more items. For example, you can use the IDoc packaging tecnique. See here:

/people/sravya.talanki2/blog/2005/12/09/xiidoc-message-packages

(Can you provide me some points if my answer has been helpful? Thanks!)

Regards.

Gabriele.

Former Member
0 Kudos

Hello Chaitanya,

Refer the following blogs

/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

/people/narendra.jain/blog/2005/12/30/various-multi-mappings-and-optimizing-their-implementation-in-integration-processes-bpm-in-xi

/people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure

MultiMapping is a term referred to any mapping that has mutliple messages in your source or target.

So, mappings like

1. 1:N --> 1 source message and N target messages

2. N:1 --> N source messages and 1 target messages

3 M:N --> M number of source messages and N number of target messages

are referred as MultiMappins.

Mapping 1 can be achieved without BPM whereas others need to have a BPM.

With Regards,

Raju.

**********Please give points if found useful

prabhu_s2
Active Contributor
0 Kudos

1. 1:N (1 source message and N target messages)

2. N:1 (N source messages and 1 target messages)

3. M:N (M number of source messages and N number of target messages)

are referred as MultiMapping