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

ToolTip in alv tree node

Former Member
0 Likes
1,351

Dear All,

I am using CL_GUI_ALV_TREE class to build alv tree, now i want to add a tool tip on node level, i have tried but i found that tool-tip can be enable at column level or tree header level. any idea how i can do it in NODE level??

Regards,

Abdul Moied Yousuf

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
798

solved it. by icon tooltip. using by function ICON_CREATE.

3 REPLIES 3
Read only

Former Member
0 Likes
799

solved it. by icon tooltip. using by function ICON_CREATE.

Read only

0 Likes
798

Hi Moied,

I need similar functionality, can you please explain how can we achieve this?

Do we need to add this after tree->add_node function ? If yes, how?

Read only

0 Likes
798

You need to use the function module ICON_CREATE to get your custom tooltip to the icon data field.