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

Tooltips in a List Tree?

Former Member
0 Likes
1,069

Hi,

i have a program that shows data in a SAP List Tree ( cl_gui_list_tree).

Is it possible to get a tooltip when i'm with the mouse over one of the items of the tree?

Maybe anyone had an idea

tanks

Steffen

Message was edited by: Steffen Engert

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
940
6 REPLIES 6
Read only

Former Member
0 Likes
941
Read only

Former Member
0 Likes
940

Hi Steffen,

We can get tool tips by methods.

SETUP_LIST_HEADER

HIERARCHY_HEADER_SET_TOOLTIP

LIST_HEADER_SET_TOOLTIP

Check which method is relevant for ur requirement.

Regards,

Sailaja.

Dont forget to reward points, if answer helps you

Read only

0 Likes
940

Hi Sailaja,

its not the header i want the tooltip for. I mean the items of the list tree itself.

my list looks like this:

- delivery | delivery date | ...

delivery position | materialnr | ...

what i want is to have a tooltip when i'm e.g. with the mouse over the filed "materialnr" the tooltip apperas.

I this possible?

Steffen

Read only

0 Likes
940

Hi Steffen,

as far as I know, it's not possible to have tooltips there.

It's only possible to define a field for text in the structure.

Bye the way,

regards to Mirko,

whenever you phone.

Tim

Read only

0 Likes
940

Correct. You can only define tooltips at the field catalog (colmn) level.

Tooltips at the element (line item) level is not possible.

Read only

0 Likes
940

Hi Tim,

nice surprise are you still at abat?

I decide to take the context menue for that thing

thank you