‎2008 Aug 20 8:41 AM
I have created a alv report with CL_GUI_ALV_GRID now i have to make it interactive depending onthe field selection
I have used GET_SELECTED_ROWS method oof the class CL_GUI_ALV_GRID
here i can get complete row for which i have clicked
can any body help me how can i get clicked filed name and value in alv with CL_GUI_ALV_GRID
‎2008 Aug 20 9:09 AM
If you have event handler for DOUBLE_CLICK or HOTSPOT_CLICK then You can get clicked filed name and value in side the Event handler method.
Parameters
E_ROW
E_COLUMN <---You can get the column field information
ES_ROW_NO
‎2008 Aug 20 9:09 AM
Hello
you can real the internal table with the index which you have selected from method
GET_SELECTED_ROWS
Thanks
‎2008 Aug 20 9:09 AM
If you have event handler for DOUBLE_CLICK or HOTSPOT_CLICK then You can get clicked filed name and value in side the Event handler method.
Parameters
E_ROW
E_COLUMN <---You can get the column field information
ES_ROW_NO
‎2008 Aug 20 2:18 PM