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 ...
... that is not my main programming language, or better said an a language which I don't use if I don't have to.
Thomas gave me some really good starting points by giving links to the blogs from SCN. Additionally ...
Finally I've finished to work under FALV. You can find FALV classes in attachment and description under the links. But firstly let's go through few following points:
Why I've created ...
... you move links from temporary object to final one, but in case you didn't then in your program you should run a method or function to clear not needed entries. In the method bellow you'll see that ...
...
data: fs_option type obl_s_relt,
ft_options type obl_t_relt,
ft_links type obl_t_link,
fs_link type obl_s_link.
data: ft_polinks type obl_t_link.
data: fs_lpor type sibflporb. ...