cancel
Showing results for 
Search instead for 
Did you mean: 

File Limit

Former Member
0 Kudos

In one of our File to IDOC scenario, we are expecting close 11,100 records. Whether XI is capable of processing this load? Whats the maximum limit XI handle?

What are all the disadvantages of processig such a huge file?

Accepted Solutions (0)

Answers (3)

Answers (3)

STALANKI
Active Contributor
0 Kudos

It all depends on the how many bytes does each record comprise of...

You can check sap notes for processing huge files.

some times you can increase the java heap size..

you can split the file if you feel it is required

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

the above weblog can help u in that..check the config parameters there.

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Mohan,

check this thread that deal with the same issue of file size. Might answer a few of your questions,

Regards,

Bhavesh

Former Member
0 Kudos

Thanks Bhavesh

Former Member
0 Kudos

Hi,

You would want to create that many idocs in the R/3 system also I guess, right?

If so, then the load would be quite a lot.

What you could do is, poll for the file, and in the adapter, you could split the file and send 500 records each at a time.

This would reduce the load considerably.

Regards,

Smitha.

Former Member
0 Kudos

Thanks Smitha.

You said " in the adapter, you could split the file and send 500 records each at a time."

How could I achieve splitting the file?

Former Member
0 Kudos

Hi,

You can achieve this by specifying the value in the "RecordSetsPer Message" parameter in the sender file adapter content conversion.

Regards,

Smitha.