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 Grig: selection changed event?

Former Member
0 Likes
518

Hi all.

I have an ALV Grid, created with OO concept, and i want to know if there is any way to detect the changing of rows selection and to react to this. I tryed to do it by using event DOUBLE_CLICK and BUTTON_CLICK, but the user also can change the selection by keyboard. Any ideas?

Hi all.

I have an ALV Grid, created with OO concept, and i want to know if there is any way to detect the changing of rows selection and to react to this. I tryed to do it by using event DOUBLE_CLICK and BUTTON_CLICK, but the user also can change the selection by keyboard. Any ideas?

2 REPLIES 2
Read only

Former Member
0 Likes
460

I don't think you can identify the SELECTION CHANGED event as there is nothing like that.

But after the user has selected some rows, he should press a button on the toolbar (you should provide a button) you get the selected rows, using the GET_SELECTED_ROWS.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

0 Likes
460

No, i need to do exactly what i said. I need to detect changing of selected rows.