Application Development and Automation 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: 
Read only

RFC & SAP Performance

Former Member
0 Likes
946

Hi,

We have a situation where Web Portal makes an RFC call. We are thinking about limiting the number of users that can log onto the portal simultaneously.

What are the performance issues related to maximum number of simultaneous calls to this RFC? If say 100 log into the site simultaneously, 100 RFC calls would be generated. Will there be any performance related issues?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
896

normally there should not be any problem...We are having same situation wherein almost more than 1000 people access the system remotely at a time and it has never gone into performance issue....Try checking ur system.

Hi,

We have a situation where Web Portal makes an RFC call. We are thinking about limiting the number of users that can log onto the portal simultaneously.

What are the performance issues related to maximum number of simultaneous calls to this RFC? If say 100 log into the site simultaneously, 100 RFC calls would be generated. Will there be any performance related issues?

Thanks

6 REPLIES 6
Read only

Former Member
0 Likes
897

normally there should not be any problem...We are having same situation wherein almost more than 1000 people access the system remotely at a time and it has never gone into performance issue....Try checking ur system.

Read only

0 Likes
896

Thanks for ur reply Ramesh!!

Right now we are just considering the design & performance issues for the system. Would the amount of data returned by SAP somehow affect the performance?

Read only

0 Likes
896

Hello,

Generally if data is structured properly,it should not create problems.

What causes problem for such RFC calls is amount of time SAP takes to respond .If you have RFC which is not wirtten in good way (for optimised performance) then SAP takes lots of execution time to return data back to calling application & that sometimes is an issue for users who would not like to wait for 30-40 seconds just to get some data based on which they will go ahead & decide further actions.

Hope this helps.

Thanks.

Read only

0 Likes
896

Hi Rushali,

Thanks!!!

Just wanted to know if there is some limit to number of simultaneous execution of the same RFC function module before (otherwise good performance) degrades in performance?

Regards

Read only

0 Likes
896

Munish,

Talk with your basis team to find out how many RFC threads could be executed simultaneously. There could be a limit.

Read only

0 Likes
896

This was taken care of by the Web Team.

Regards,

Munish