Cutter
Cutter

Reputation: 1820

ALV Grid: how to process a click on standard toolbar buttons: Insert row and Delete row?

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

Answers (0)

Related Questions