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: 

Performance issue - Wait for RFC consumes 50% of the time

Former Member
0 Kudos

Dear All,

we are having a custom program of alv tree which has few push buttons.

we have added few additional columns and many validations based on user authority object and addition screens.

after our changes the performance of the program is gone down.

when we do a runtime analysis, around 40 to 60 % of the time is consumed by "Wait for RFC" - FM - AC_FLUSH_CALL_INTERNAL.

checked the GUI its already latest version - 740 installed.

need your suggestion to increase the performance of the program.

Thanks in advance!

Karthi

5 REPLIES 5

Former Member
0 Kudos

Looks like the communication between GUI and ABAP Server is slow.

ALV Tree is a little tricky regarding peformance and GUI/ABAP roundtrips. I think you have to dive deeper into ALV tree performance and backend/frontend communication.

0 Kudos

Hi Andrew,

Thanks for your response,

Is there any way to improve the backend/frontend communication, can you say it in detail.

How can I improve the performance of standard alv tree.

Regards

Karthe

Sandra_Rossi
Active Contributor
0 Kudos

What did you change in your program? Did you add many nodes in the ALV tree?

0 Kudos

Hi,

Thanks for your response,

I have added, few columns and three push buttons.

Many validations based on the user authority object, based on the authorization we will enable and disable the push buttons in the toolbar.

Thanks

karthe

Clemenss
Active Contributor
0 Kudos

... Reduce the remaining 40-60 %. Check RFC share of program  before change, may be similar