2005 Nov 08 3:23 PM
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
2005 Nov 08 4:21 PM
Hi Steffen
check the following link,
http://help.sap.com/saphelp_me21sp2/helpdata/en/bd/147a36c70d2354e10000009b38f839/plain.htm
cheers
Sameer
2005 Nov 08 4:21 PM
Hi Steffen
check the following link,
http://help.sap.com/saphelp_me21sp2/helpdata/en/bd/147a36c70d2354e10000009b38f839/plain.htm
cheers
Sameer
2005 Nov 08 4:26 PM
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
2005 Nov 09 1:09 PM
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
2005 Nov 09 1:23 PM
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
2005 Nov 09 1:43 PM
Correct. You can only define tooltips at the field catalog (colmn) level.
Tooltips at the element (line item) level is not possible.
2005 Nov 09 1:47 PM
Hi Tim,
nice surprise are you still at abat?
I decide to take the context menue for that thing
thank you