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

Freeze toolbar while scrolling down in ALV grid using OOPS

Former Member
0 Likes
1,198

Hi,

My program is showing few products in ALV grid using OOPS. But If I scroll down to select a product, then I cant see the toolbar on which I have to press a button using selected product. Is there any way to freeze toolbar while scrolling down also.

As of now I have to scroll up after selecting product and then press the button on toolbar.

Regards,

Seema

Edited by: Seema Naharia on Feb 23, 2012 9:17 AM

Hi,

My program is showing few products in ALV grid using OOPS. But If I scroll down to select a product, then I cant see the toolbar on which I have to press a button using selected product. Is there any way to freeze toolbar while scrolling down also.

As of now I have to scroll up after selecting product and then press the button on toolbar.

Regards,

Seema

Edited by: Seema Naharia on Feb 23, 2012 9:17 AM

2 REPLIES 2
Read only

Former Member
0 Likes
721

Hi,

You mean you have two vertical scroll bars? Are you using a custom container?

Kr,

Manu.

Read only

Former Member
0 Likes
721

Hi ,

You may have to set handler for the toolbars. Check class cl_gui_alv_grid for the events toolbar.

Or just for a try, since your problem is only when scrolling,you can use set_visible_row_count to -1 , so that data will appear in same view without the need to scroll.

Regards,

Ramya