cancel
Showing results for 
Search instead for 
Did you mean: 

What is Multi mapping

Former Member
0 Kudos

Hi All,

What is Multi Mapping ??

How many Types of Multi mappings r there ???

Please Explain a Little bit

Regards

Vamsi

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Vamsi,

plz go thru the following links:

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

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

http://help.sap.com/saphelp_nw2004s/helpdata/de/21/6faf35c2d74295a3cb97f6f3ccf43c/frameset.htm

Might help you..

vasanth

Former Member
0 Kudos

Hi Vamsi,

A multi-mapping is a mapping program that is not restricted to the transformation of one source message to one target message.

mappings of below type can be called multi mapping:

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

chk out the details:

http://help.sap.com/saphelp_nw04/helpdata/en/12/05731a10264057badc32d3d3957015/frameset.htm

don't forget to also refer the threads below for the similar concern:

Hope this was helpful....

kanan

prateek
Active Contributor
0 Kudos

It is mapping multiple structures with 1 (n:1) or mapping a single structure with many (1:n)

Both the cases could be handled using BPM. But 1:N can also be handled without BPM.

Regards,

Prateek

Former Member
0 Kudos

Hi,

What is the Use of This Multi Mapping in Real time ??

Please Can Any one Explain Using Example.

Regards

Vamsi

prateek
Active Contributor
0 Kudos

e.g. Suppose a sender file has many records. Then u may want to create Idoc for each record at SAP. In this scenario, u may implement multi-mapping (1:N)

Regards,

Prateek

Former Member
0 Kudos

Multi-Mapping can only be used in ccBPM. It is used to map abstract interfaces. Development is the same as Message Mappings

n:1 Transformation

Bundles multiple messages into one message, for example, individual purchase order items into one purchase order.

1:n Transformation

Splits a message into multiple messages, for example, a purchase order into the individual purchase order items.

n:m Transformation

Converts a message into another message, for example, a message that is defined by interface A is converted to message that is defined by interface B.

Multi-Mappings reference multiple message structures:-

a) All source message structures are combined into 1 source structure.

b) All target message structures are combined into 1 target structure.

Therefore, there is only one source structure mapped to one target.

Multi Mapping

BPM involved:

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

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

Without BPM:

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

Regards,

Kumar