Reputation: 1820
Is there a way to react to a click on the standard ALV Grid tool bar buttons: insert row, delete row, copy row etc. ? It doesn't seem like the backend even reacts to it, is it only handled locally ?
I thought about redefining the CL_GUI_ALV_GRID class to raise an event but clicking on the buttons doesn't even call ABAP code (the debugger isn't braught up).
Surely there is a better way than re-implementing those functions in custom buttons ?
Upvotes: 0
Views: 253