cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver FTP Adapter File Size Splitting

Former Member
0 Kudos

Hi,

I am receiving an IDoc from R/3 into XI.

I then map this IDoc into an xml file and use a receiver ftp adapter to drop the files onto a ftp server.

Is there anyway, that I can use the adapter to split the message interface into smaller files. For example, if I were to ftp the message interface into 1 file, the file size would be 1MB. I would like to split the 1 message interface into 4 x 250kb files without having to split the message interface?

Thanks,

Miguel

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If you split into 4 files each one should be a XML file right?

This is possible without BPM.

Go thro the blog:

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

Wat u need to do is make the target side 0..unbounded. If u have 100 records, Map some 25 records in first occurence, 25 in second and so on. This way u can reduce file size.

Regards,

P.Venkat

Former Member
0 Kudos

Hi Miguel,

I think the solution is to create a BPM, and divide a file using the multiline property.

Hope this help.

Eduardo.