cancel
Showing results for 
Search instead for 
Did you mean: 

High volumn data send from R/3

Former Member
0 Kudos

Hi

I want to send the high volum data like 10 MB file (per day at once). Which is the better method to send the data? (RFC,IDOC,XML,PROXY...)

Ravi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Use ABAP Proxes to transfer these kind of loads. it will not be any issuse if you use proxies for these kind of data.

Former Member
0 Kudos

Hi,

If you use a file for doing that, you can zip and unzip it using the steps explained in this blog:

SAP XI acting as a (huge) file mover

/people/alessandro.guarneri/blog/2007/02/21/sap-xi-acting-as-a-huge-file-mover

or

Zip or Unzip your Payload with the new PayloadZipBean module of the XI Adapter Framework

/people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework

Hope this helps you.

Former Member
0 Kudos

Anyway, I think you have to think what is the easiest way to withdraw the data from r3, if there is an standard IDOC it will be the easier solution, you'll avoid to program an RFC.

If you want to do it by means of a file, you will have to program as well.

null

Former Member
0 Kudos

Go in for a Proxy.

BTW, 10 MB file once per day is not a big load on XI.

Regards,

Jai Shankar