cancel
Showing results for 
Search instead for 
Did you mean: 

multiple idocs to multiline idoc.

Former Member
0 Kudos

I am actually working on an Idoc to edi scenario where i have two mappings:

N:1 mapping:- Multiple idocs to a single multiline idoc.

1:1 Mapping:- multiline idoc to EDI.

Now for this, all structures are imported; meaning there is no datatypes and message types to be defined.

Kindly explain a similar scenario if there is ??

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

If we change the Occurence to O:unbounded, we will be able to do it.We also have to use BPM.

Former Member
0 Kudos

hi

did my reply helped you.

kindly indicate

Former Member
0 Kudos

Hi Nisha,

Few very important points which you should know before using the multimapping:

1. Multimapping without BPM is possible if you have SP14.

2. Multimapping <b>without BPM</b> is possible only for <b>1:N scenario</b>.

3. <b>For N:1 scenarion you have to use BPM</b>.

4. Multimapping without BPM is possible ONLY for those adapters which resides in the Java Stack.

1:1 mapping is simple that you can do easly.

Regards,

Sarvesh

Former Member
0 Kudos

Now for this, all structures are imported; meaning there is no datatypes and message types to be defined.

Similar scenario's :-

/people/kannan.kailas/blog/2005/12/07/posting-multiple-idocs-with-acknowledgement

/people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping

/people/prasadbabu.nemalikanti3/blog/2006/02/27/collecting-and-bundling-vendor-records-from-different-multiple-interfaces-file-systempeoplesoft-and-sending-to-sap-r3-system-part-2

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

/people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change

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

Vishal

    • Kindly reward points for useful Reply.

former_member184619
Active Contributor
0 Kudos

Hi Nisha,

Check the following weblogs:

N:1 mapping:- Multiple idocs to a single multiline idoc.

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

1:1 Mapping:- multiline idoc to EDI.

I think this can be done as any simple scenario

Sachin

Former Member
0 Kudos

Thanks sachin. Very helpful answer; What if i don't use bpm ,then how do i proceed ??