Pushbutton Display
Pushbuttons help users to trigger an event that you are able to process as needed. You are able to display pushbuttons in the ALV output. The value of the cell is then displayed as a label for the button.
These are valid for the functions of pushbuttons:
Display type ALV Tool |
Classic ABAP list |
Full screen |
In the Container |
Simple, two-dimensional table |
No |
No |
Yes |
Hierarchical-sequential list |
No |
|
|
Tree structure |
|
Yes |
Yes |

If users select a pushbutton, they trigger the LINK_CLICK event (class CL_SALV_EVENTS_TABLE or CL_SALV_EVENTS_TREE)
§ ...
You are able to make the following settings for pushbuttons:
· Display pushbutton (assign cell and item type)
· To display a cell as pushbutton in container display of a simple, two-dimensional table, use the cell type BUTTON.
· To display a pushbutton in a tree structure, use the type of item BUTTON.