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

Performance issue with ALV Grid in Module Pool

Former Member
0 Likes
709

Hi Experts,

I am using an editable ALV Grid on a screen. This ALV does not have too many fields and is called in modal dialog box.

I call this screen from a standard transaction. The problem is this screen is taking 3-4 seconds to load. I checked that fetching the data is not a problem and only after the call screen statement, the processing becomes very slow. Is this due to ALV grid. Please help as this is urgently needed and I cannot change from ALV to table control. Please suggest if anything can b done?

Regards

Satish

Hi Experts,

I am using an editable ALV Grid on a screen. This ALV does not have too many fields and is called in modal dialog box.

I call this screen from a standard transaction. The problem is this screen is taking 3-4 seconds to load. I checked that fetching the data is not a problem and only after the call screen statement, the processing becomes very slow. Is this due to ALV grid. Please help as this is urgently needed and I cannot change from ALV to table control. Please suggest if anything can b done?

Regards

Satish

1 REPLY 1
Read only

Clemenss
Active Contributor
0 Likes
485

Hi Satish,

I hope there is a chance to do the SET_TABLE_FOR_FIRST_DISPLAY or preparation of field catalog earlier, i.e. in INITILIZATION event and then later just exchange table contents before display. That will reduce time.

Regards,

Clemens