cancel
Showing results for 
Search instead for 
Did you mean: 

Multi mapping 1 to n files

Former Member
0 Kudos

Hi,

We are trying to develop an scenario with multimapping 1:n, but the issue is that we should save it in different files.

Let me explain the scenario a little bit further.

XI receives an IDOC of type delvry03. We split the message into several messages (all of them of the same type, let's call it OutDelvry).

Right now, the AE generates one file with repetitions of the message OutDelvry. What we liked is to generated as many files a n messages are created from the splitting message.

Any idea?

Thans in advance,

David R.

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Do the multi mapping and then use enhance interface determination

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

Also see this

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

Regards,

Prateek

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi David,

I am sorry for wrong reply.

I havent seen the question writely.

I suppose changing the cardinality will work.

Regards,

Sumit

former_member192892
Active Contributor
0 Kudos

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

David,

The above blog seems helpful to me...

Kindly clarify further if that is of no help

former_member614185
Contributor
0 Kudos

You just go to Message mapping and select the Messages tab and change the occurence or you target message as o to unbounded

now goto to the design tab and map that field with ur unbounded source field

santhosh_kumarv
Active Contributor
0 Kudos

Hi David,

Have a look at this blog..

<a href="/people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure of Multi-Mapping and Message Split using BPM</a> By Sudharshan Aravamudan

Regrds

San

Former Member
0 Kudos

Hi David,

The only solution which comes to my mind is this:

1) Create a BPM.

2)Split the response on some condition say itemno etc. into n target messages.

You can send those to different destinations.

See the sample scenario in help.sap.com.

The below thread might help.

http://help.sap.com/saphelp_erp2004/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

Regards,

Sumit

Former Member
0 Kudos

Hi

you can put the occurence for the target structure in the message mapping as 0..unbounded and same in the interface mapping.

and you have to put the target node occurence as 0..unbounde in the message type.

if you still face the problem please reply me back

Thanks

Rinku