cancel
Showing results for 
Search instead for 
Did you mean: 

large amount of data

Former Member
0 Kudos

Hi all,

i want to send 200 thousands records from source file and at the receiver side i am using BAPI it can handle 20k records at the same time how can i do this please give me your valuable answers,thanks in advance.

regards

Joshi

Accepted Solutions (0)

Answers (3)

Answers (3)

Shabarish_Nair
Active Contributor
0 Kudos

Refer those threads for quick solutions !!

bhavesh_kantilal
Active Contributor
0 Kudos

In the sender file adapter if you have content conversion select Recordsets PerMessage as 20k.

But, 200 thousnad records in a single file is a huge payload and using an RFC at the reciver side is again something that is not recommened for such a high load.

Regards

Bhavesh

Former Member
0 Kudos

Joshi,

It is not very advisable to send such a huge record to XI. Instead you can send the data in multiple batches. Use Recordset per msg for achiving this.

Regards,

Jai Shankar