Skip to Content
0
Former Member
Dec 05, 2008 at 07:05 AM

ALV OO toolbar event of cl_gui_alv_grid - problem

2123 Views

I have defined a Button in ALV grid toolbar in my program using Event Toolbar OF cl_gui_alv_grid.

I have also disabled/Excluded some of the buttons on Standard Grid toolbar.

My requirement is when i click on Button defined on ALV grid toolbar..i have to trigger a Perform in which code for submit the changes done on the grid is written..

I tried to use event user_command and this method is not getting trigerred when i click on button defined on toolbar, Probably since i have mutiple grids in my output..

suggest me appropriate event handler method or proper approach to go about this?