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?