cancel
Showing results for 
Search instead for 
Did you mean: 

Process huge number of records in XI

Former Member
0 Kudos

Hello

I am having a simple scenario where I am sending details from SAP to legacy system on weekly basis. I am having SAP ABAP proxy as a sender and file as a receiver.

My problem is when the data is huge (around 600,000 records) the its giving RFC timeout error on SAP ECC side. I tried to sending limited number of records per submit to XI but it creates multiple files on receiving FTP server.

Instead of that can I use collect pattern of BPM to collect messages in BPM? Will it not be an overhead using BPM in this case as the data is tooo huge?

If someone has already tackeled this problem pl respond.

Thanks in advance.

Regards

Rajeev

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

Check this weblog...

/people/sravya.talanki2/blog/2005/11/29/night-mare-processing-huge-files-in-sap-xi

and this thread also..

sekhar

Answers (1)

Answers (1)

udo_martens
Active Contributor
0 Kudos

Hi Rajeev,

dont use BPM for solving that, BPM itself has still a lot performance problems.

If possible, split the 600.000 at R/3 side into several proxy requests. If required, use modus "add lines" of the file adapter to collect the messages again. You should think about to send the messages "Exacly Once In Order" to avoid processing more than one message at the same time.

Regards,

Udo