Skip to Content
0
Former Member
Jun 02, 2010 at 08:31 AM

Events click and dbl click on alv grid

249 Views

Hello,

On an ALV grid, I want two actions for one cell - the click and the double click. For the double click I have triggered the event 'DOUBLE_CLICK' of the class CL_GUI_ALV_GRID but for the event click ( hotspot not compatible with double click ) the only one i have founded is 'CLICK_ROW_COL' on class CL_GUI_ALV_GRID_BASE but is private.

So I have tried to create a class who is inherit of CL_GUI_ALV_GRID and create an public event click_cell on this new class but I haven't success in.

If someone have a solution ...

Thanks,

Nicolas

Edited by: Nicolas Couret on Jun 2, 2010 10:32 AM