cancel
Showing results for 
Search instead for 
Did you mean: 

How to handle large volume of data using proxy

0 Kudos

Hi Folks,

We are facing an issue when we are trying to send large amount of data from SAP(Proxy) to SFTP...So we have written splitting logic in sap and maintained append mode in PI in Communication channel..

In development it is working fine..but in production when we are sending large amount of data from sap ..process  starts 2 files at a time but second file starts processing 1st and 1st file after that in PI..

But we need to process first file 1st and second file after that then into in single file in target server.

Help need guys its urgent..

Regards

Muni

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, in order to ensure sequence of messages use the ABAP proxy runtime protocol for async messaging (see code example at SAP help).

Regards, Martin

0 Kudos

Hi Martin,

Facing same issue again..Please find the screenshot of time difference when it process 2 files from sap .

we are maintaing append mode in receiver CC..

In sap we maintaining splitting logic..Eg:1st file process 50000 records 2nd file process 50000 records and 3rd file process 10000 records..its processing 3rd file 1st with no header and 1st and 2nd files later into single file..but actually it should process in order 1st ,2nd and 3rd. files.

what we need to do for achive this req..help need guys..

Former Member
0 Kudos

Did you have a look at the SAP help link from my first reply and implement the code as provided there?

This  will ensure correct sequence of messages.