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

ALV tree : Adding a mouse over event

Former Member
0 Likes
751

Hello experts,

I have an column tree initialised. And I want that when I move the mouse to a specific node (which would be one of the many employees), there should something like a  quick info text of 4-5 lines which will say something about the employee and will disappear as soon as the pointer is removed from that node .

Is it possible to do something like this with ABAP ?

Best regards,

Shubhendu

Hello experts,

I have an column tree initialised. And I want that when I move the mouse to a specific node (which would be one of the many employees), there should something like a  quick info text of 4-5 lines which will say something about the employee and will disappear as soon as the pointer is removed from that node .

Is it possible to do something like this with ABAP ?

Best regards,

Shubhendu

2 REPLIES 2
Read only

former_member210730
Participant
0 Likes
513

Hi,

You can refer to the following programs

BCALV_DEMO_TOOLTIP             Test Program for Tooltip in ALV 

SALV_TEST_TOOLTIPS                Test Program for Tooltip in ALV OM

I know they are not of ALV tree reports but  you can check them for additional insight

Regards

Vinay

Read only

0 Likes
513

Hello Vinay,

Thanks but I wanted something that could display big text like 300 characters.

Regards,

Shubhendu