Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Tool tip in ALV Tree node

Harsh_Jain2512
Participant
0 Likes
1,005

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

5 REPLIES 5
Read only

Sandra_Rossi
Active Contributor
733

CL_GUI_ALV_TREE_SIMPLE has very limited features. Use CL_GUI_ALV_TREE instead.

Read only

0 Likes
733

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.

Read only

Harsh_Jain2512
Participant
0 Likes
733

Hi Sandra,

How we can achieve it thru CL_GUI_ALV_TREE... any ideas?

Regards

Read only

0 Likes
733

please use the Answer button only for giving a solution. Instead use the Comment button on my answer, otherwise I'm not informed.

Read only

RaymondGiuseppi
Active Contributor
733

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...)