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 ?
ALV Grid doesn’t check for cross-structure foreign keys
I have an editable ALV Grid. The line type consists of two include types defined in the DDIC. A field from one structure has a foreign key in the other.
ALV Grid: how to manually trigger DATA_CHANGED after a call to CHANGE_DATA_FROM_INSIDE()?
I’m using an editable ALV Grid. I would like it to behave like this:
ABAP –> BACK Button ends Transaction, but should go back to selection screen
I want to use an ALV grid with a selection screen but without adding additional dynpros and PAI PBO Modules, like shown in this Example.