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 Text for ALV-Hotspot Fields

Uli_42
Participant
0 Likes
1,082

Hello,

Is it possible to set the tooltip Text for Hotspots in an ALV-Grid?

The Default is to show the content of the field, but i can't find a suitable event like an "on mouseover" or somehting else to change this text.

I would like to show to the User the Function that will be Executed by the klick on the Hotspot.

I Do not want to change the Tooltipp on the column header ( done by changing the fieldcatalog ).

I am Using the cl_GUI_ALV_GRID in an container and do not want to change to the new CL_SALV-CLasses.

So, if it is possible with the new ALV-Model it's still interesting, although it doesn't solve the issue.

Thanks for any help,

Uli

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
722

you are asking dynamic tooltip for column content, i think that is NOT possible using class cl_gui_alv_grid

possible roundway will be display the column as button then assign a dynamic tooltip to that.

Hello,

Is it possible to set the tooltip Text for Hotspots in an ALV-Grid?

The Default is to show the content of the field, but i can't find a suitable event like an "on mouseover" or somehting else to change this text.

I would like to show to the User the Function that will be Executed by the klick on the Hotspot.

I Do not want to change the Tooltipp on the column header ( done by changing the fieldcatalog ).

I am Using the cl_GUI_ALV_GRID in an container and do not want to change to the new CL_SALV-CLasses.

So, if it is possible with the new ALV-Model it's still interesting, although it doesn't solve the issue.

Thanks for any help,

Uli

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
723

you are asking dynamic tooltip for column content, i think that is NOT possible using class cl_gui_alv_grid

possible roundway will be display the column as button then assign a dynamic tooltip to that.