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 Oops-set selection mode

Former Member
0 Likes
832

Hi

when rows are selected in ALV , by using SET_SELECTED_ROWS, the buttons against rows in the ALV will not be selected. Please let me know method thru which buttons against rows in ALV can be selected.

BR

Lavanya

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
554

Try to pass


    gs_layout-sel_mode      = 'A'.

and pass the gs_layout to


call method grid1->set_table_for_first_display

a®