
You are able to define the content of a cell as a click area. When users click on this content, they trigger an event that you can handle as needed.
You are able to Display Icons in a column. If you later define the cells with the icons as click areas, the user then triggers the event by clicking on the icon.
These are valid for the functions of click areas:
|
ALV Tool |
Display type |
Function available |
|
Simple, two-dimensional table |
Classic ABAP List |
Yes |
|
Fullscreen |
Yes |
|
|
In the Container |
Yes |
|
|
Hierarchical-sequential list |
Classic ABAP List |
Yes |
|
Tree Structure |
Fullscreen |
Yes |
|
In the Container |
Yes |
If users select a click area, they trigger the LINK_CLICK event (class CL_SALV_EVENTS_TABLE or CL_SALV_EVENTS_HIERSEQ or CL_SALV_EVENTS_TREE)
You are able to make the following settings for click areas:
Display click area (assign cell and item type)
Displaying the Click Area
To define a cell as a click area in a list-type ALV output, use the Cell Type HOTSPOT .
To define an item in a tree structure as a click area, use the type of item LINK .