cancel
Showing results for 
Search instead for 
Did you mean: 

Maximum message size limit RFC Receiver

0 Kudos

Hi All,

I have a scenario File --> PI --> SAP ERP.

By RFC recevier I save a lot of records in SAP ERP and would like to know if the RFC adapter supports large sizes. I also know that the internal tables have a maximum limit of records. So with the number of records would cause me problems.

Any suggestions on how to address these drawbacks.

Regards,

Friman,

Accepted Solutions (0)

Answers (1)

Answers (1)

agasthuri_doss
Active Contributor
0 Kudos

Friman,

>>>RFC adapter supports large sizes

Yes, PI & ECC supports the large size thru RFC. Wht is the size you are talking abt ?.

Cheers

Agasthuri

0 Kudos

Hi Agasthuri,

Thanks for your answer.

We are talking approx 200MB (500 000 records). The problem would be if the RFC running internal tables used support this number of records.

Also optimize the entire process and does not take much time of the records stored in SAP ERP

Regards,

Friman.

nabendu_sen
Active Contributor
0 Kudos

Hi Friman,

First of all 200 MB size of a single message going through PI should be avoided. Try to break the message in small parts through mapping or you can ask Sender system.

Another point, for large size of communication, its better to use ABAP Proxy.

But before everything, Receiver SAP ECC system needs to be ready to handle this size of message like internal table.