Hotspot fields are very widely used in ALV, such fields have the behaviour and style of hyperlinks, which means they are triggering the single-click event of ALV called HOTSPOT_CLICK. It is commonly used ...
... set_cell_xxxx methods. In following example, cell settings are set at hotspot click.
"! This is demo for FALV with cell settings
"! done by Lukasz Pegiel for http://abapblog.com ...
... program shows how to use FALV when you want to use event handlers by your own.
"All" events are handled so you just need to redefine proper method starting from evt_*
"! This is demo for FALV with redefinition of hotspot event handle ...
... to make some conditions and use cell styling also. Then go to events handling and use some hotspots, data_changed event and so on, step by step. At the end they should look at their work and be proud of ...