Skip to Content
0
Former Member
Apr 22, 2009 at 10:58 AM

Horizontal and Vertial Scroll

62 Views

In the below link Thomas is metioning to set the scrollableColCount to control how many columns of the table are displayed at once.

horizontal-scrollbar-in-table--webdynpro-abap

Please let me know how to get the screen as mentioned in below link in ALV.

http://www.flickr.com/photos/tjung/2685619854/in/set-72157606418550143/

I have used ViewContainerUIelement to display the ALV.

But it uses paginators when i use below code...

CALL METHOD lo_value->if_salv_wd_table_settings~SET_SCROLLABLE_COL_COUNT

EXPORTING

value = '15'.

What method should be used to get horizontal scroll and vertical scroll.. Please provide me any demo Web dynprocomponent...

Should i have to any settings in the layout.. Please Help...