cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple message creation from a single source file

Former Member
0 Kudos

Hello All,

I have one requirement in which i will be getting one source file having multiple line items. The inbound file structure can be like this.

<Header1>

<Item1>11</item1>

<Item2>22</Item2>

<Item3>33</Item3>

</Header1>

<Header2>

<Item1>12</Item1>

<Item2>23</Item2>

<Item3>34</Item3>

</Header2>

I will map this to a similar structure on the ECC side.

My requirement is to create multiple messages in PI(Seperate for each header) and hence multiple postings in ECC.

Can you please let me know how this is possible.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

you can use multimapping message based split in case you can use a java based receiiver adapter - SOAP for XI protocol or if you're using IDOC's you can change the IDOC's occurance to 0...unbounded and map this one messsge to multiple IDOC messages without multimapping message based split

there are many blogs on thos topics so please have a look at them first,

Regards,

Michal Krawczyk