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

TreeView control with tooltip

Former Member
0 Likes
682

Hi

How to create own some tooltip text on node (or some extension) for control TreeView?

4 REPLIES 4
Read only

Former Member
0 Likes
606

Pass your values to this IT_EXCEPT_QINFO paramters of alv.

Read only

Former Member
0 Likes
606

Check this wiki in SDN:

http://wiki.sdn.sap.com/wiki/display/ABAP/TREE+ALV

Search for the form "FORM build_hierarchy_header "

For normal ALV you can do it by populating seltext-l in the fieldcat of those column headers in the ALV .. There are 3 options, seltext-s,m,l..

Read only

Former Member
0 Likes
606

I need tooltip for Tree not for alv

Read only

Former Member
0 Likes
606

I found some field "txtisqinfo" for "item" table to do this quick info but do some know example of code for this?

Edited by: Kosmo on Jan 14, 2010 12:40 PM