cancel
Showing results for 
Search instead for 
Did you mean: 

Message split to multiple files using Graphical Mapping tool

Former Member
0 Kudos

Hi,

I have a scenario where I'm getting a table structure from SAP with more than 2000 records now I need to split that into multiple files with 100 records per file. Any ideas

this is the in coming xml

<PositionIDs>

<PositionID><PositionID>

<Description><Description>

-


the outgoing xml should be looking like this.

<PositionIDs>

<PostionID>

<pid><pid> where pid is mapped to PostionID of the incoming message.

<description><description>

</PositionID>

<PositionID>

-


like this 100 records.

</PositionIDs>

and the next set of 100 should be in another message.

Any ideas or suggestions is of great help.

Thanks,

Joe.P

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181959
Contributor
0 Kudos

Hi,

You can do this by message splitting. You can do this using graphical mapping. This is how this can be done,

check the blog below,

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

Let me know if you need anything more.

Prasad Babu.