cancel
Showing results for 
Search instead for 
Did you mean: 

Splitting of an idoc file into many files according to the site

Former Member
0 Kudos

I am generating an IDOC by collecting it, so there can more than 1 idoc in the file.The file is getting consolidated in an XML port which i have mentioned in we20.

This file is being picked up by XI and posted to FTP server.

I need to split the file according to the number of stores/plants in the file.

If suppose store1 is there than it should go to store 1 folder in the ftp server

else the store next mentioned. how to do the splitting without using BPM.

Please provide me the steps to do the same .i have read many blogs but still i am not clear with the concepts. A detail stepwise procedure would be preferable

thanks in advance

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Shall i need to create a new data type for splitting.

what message mapping should be performed. any node functions have to be used.

Shabarish_Nair
Active Contributor
0 Kudos

>

> Shall i need to create a new data type for splitting.

> what message mapping should be performed. any node functions have to be used.

1. No. go to the messages tab in message mapping and change the occurrance.

2. you will ahve to create the main node (message node) as per your logic to replicate it for each different value u need.

Former Member
0 Kudos

You will have to use Enhanced interface determination for this purpose.

Former Member
0 Kudos

Hi

actually i had read this post earlier, could not get things clear, could you please explain it in detail

Shabarish_Nair
Active Contributor
0 Kudos

what is exactly that is not clear? if you can let us know the specifics we can be of more help.

Shabarish_Nair
Active Contributor
0 Kudos

you can use multimapping without BPM - /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

handle the split via conditions in your mapping