Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Maximum no records that a rfc call can fetch?

Former Member
0 Kudos
665

Hi All,

Iam fetching data from two different sap systems( two different sap server). I need to compare the datas from both the systems. I have written program in one system and using rfc call iam fetching data from the other system. Iam able to compare the values.

I want to know what is the maximum data or record can rfc can fetch from the system and also the maximum time that can rfc will take data without timed out error?

where we can find the parameter in the which the above info is stored in the system?

3 REPLIES 3

Former Member
0 Kudos
149

This message was moderated.

Sandra_Rossi
Active Contributor
0 Kudos
149

I don't think there is a maximum size.

There is a time limitation defined in rdisp/max_wprun_time parameter (RZ11 transaction). See [sap library - Configuration of System Resources for aRFC, tRFC, qRFC|http://help.sap.com/saphelp_nw70/helpdata/EN/62/73241e03337442b1bc1932c2ff8196/frameset.htm]

amit_khare
Active Contributor
0 Kudos
149

I had a similar requirement...since its not very often used activity, I used FM RFC_GET_TABLE_ENTRIES to fetch arnd 3.8 Lacs entries. It took arnd 17 secs approx to fetch those entries.