2007 Jul 18 7:45 PM
2007 Jul 19 11:01 PM
Hi,
You can use the method "GET_SELECTED_COLUMNS" from class "CL_GUI_ALV_GRID".
Regards.
Marcelo Ramos
2007 Jul 19 10:21 PM
I'm not sure if you can recognize more selected colums, but you can definitely read the column name which is selected as the first in the field catalog.
If it runs to user_command form, you'll find it in the rs_selfield-fieldname. The rs_selfield structure itself will provide you with more information what might be useful, check it yourself.
Filip
2007 Jul 19 11:01 PM
Hi,
You can use the method "GET_SELECTED_COLUMNS" from class "CL_GUI_ALV_GRID".
Regards.
Marcelo Ramos