cancel
Showing results for 
Search instead for 
Did you mean: 

Performance problem with OLE_FLUSH_CALL function module

Former Member
0 Kudos

Hello Everyone,

I am facing problem with OLE_FLUSH_CALL function module (execution is taking long time which is going to be dump error).

Could you please help me in knowing solution for this problem?

Thanking you in advance.

Srinivas

Accepted Solutions (1)

Accepted Solutions (1)

former_member184455
Active Participant

Hi Srinivas,

the OLE_FLUSH_CALL does an RFC from ABAP backend to frontend UI. So high execution time could result from high network time, for example latency between UI and backend server.
How many UI interaction steps did you measure for the trace above? Ideally, there should only be one OLE_FLUSH_CALL per user interaction step. If its more, the application is not written in an optimized way.

Best Regards, Randolf

Answers (0)