‎2019 Feb 04 6:14 AM
Dear All,
I am using CL_GUI_ALV_TREE_SIMPLE class to build alv tree, now i want to add a tool tip on node level. any idea how i can do it in NODE level??
Regards,
Harsh
‎2019 Feb 04 6:38 AM
CL_GUI_ALV_TREE_SIMPLE has very limited features. Use CL_GUI_ALV_TREE instead.
‎2019 Feb 05 9:58 AM
PS: tooltips can only be defined for icons (also possible for blank fields but well, not very interesting then); search the web for "CL_GUI_ALV_TREE" and "tooltip", you'll find information about defining a tooltip for an icon.
‎2019 Feb 05 5:15 AM
Hi Sandra,
How we can achieve it thru CL_GUI_ALV_TREE... any ideas?
Regards
‎2019 Feb 05 9:44 AM
please use the Answer button only for giving a solution. Instead use the Comment button on my answer, otherwise I'm not informed.
‎2019 Feb 05 9:46 AM
First read some documentation on what's possible depending on the chosen class (Overview of SAP Tree Model Classe)
Did you consider CL_SALV_TREE class (the other classes were removed from online help, so...)