cancel
Showing results for 
Search instead for 
Did you mean: 

message split for every 1000 records

Former Member
0 Kudos

Hi All,

My scenario is Proxy to File.We have to process thousands of records from r/3 to.I need to create separate XML file for every 1000 records in receiver directory.Is there any solution to achieve this?

Thanks in advance

Kartikeya

Accepted Solutions (1)

Accepted Solutions (1)

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

You cannot use the Record set per message option since the file is at the receiver side you dont have the option to do that.

Only way you can achieve this is by handling this in the mapping.

You could do an XSLT mapping like what it is told in this blog [Chunking of IDOC segments - Using XSLT|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/10379] [original link is broken] [original link is broken] [original link is broken]; By Sameer Shadab.

Thanks

SaNv...

Answers (2)

Answers (2)

Former Member
0 Kudos

here;s the blog krish was referring to..

Former Member
0 Kudos

Hi,

You can limit the recordsets per message in FCC.

Also, refer sravya talank blog on this, she has done a scenario based on this.

Regards

Krish

Former Member
0 Kudos

Hi Krish,

I need to create the xml files on receiver side. sender side I am using the proxy.I think record sets per file option is availble on sender file adapter.

Thank you,

kartikeya