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

ALV flickering problem

Former Member
0 Likes
1,108

Hi,

I have flickering problem with ALV control (cl_gui_alv_grid). My alv grid control is not in edit mode.

I am using ALV grid for event planning with drag drop operations, so there may be 1000+ rows sometimes at grid.

Also I call refresh_table_display with soft_refresh and is_stable='XX.'

(I call cfw=>set_new_ok_code to trigger PBO. refresh_table_display is being called at PBO )

It flickers just a second or two after drop_complete but it is critical for usability.

I think flickering happens because of scrolling, so I used set_scroll_via_id but nothing changed.

Thanks.

5 REPLIES 5
Read only

Former Member
0 Likes
813

Hi,

I'm afraid this is due to the flush you forced with cfw=>set_new_ok_code.. Is it mandatory to use that method?

Kr,

Manu.

Read only

0 Likes
813

Hi Manu,

I tried not to trigger PBO (Called refresh_table_display at PAI, commented set_new_ok_code)

It does not help..

(Same behaviour : se38-> BC_ALV_TEST_GRID_PERFORMANCE.Increase record count to 5000.Run.

Scroll to the bottom of list.)

Thank you..

Read only

Former Member
0 Likes
813

There are a number of notes related to a flickering GUI.

Rob

Read only

0 Likes
813

Hi Rob,

I tried to search 'flickering gui' , 'flickering alv' etc but I could not find useful info.

Can you post a link about this..or a way to try.

Thank you

-sorry for break-

Read only

0 Likes
813

Try "flickering GUI" not "flickering ALV".

Rob