cancel
Showing results for 
Search instead for 
Did you mean: 

How to get rid of double tooltips on sALV column header?

nikbereziuk
Explorer
336

Hi guys,

How do I get rid of double tooltips (mouseover texts) on sALV column headers?

nikbereziuk_0-1719329318567.png

What I noticed is that if a column is wide enough, it has a normal tooltip (only one text appears, which seems to be my custom text that I explicitly define via set_long_text method on the column). The same happens if I just manually resize column width to make it wide enough. But I want this tooltip to appear only once regardless of column width. Is this possible?

View Entire Topic
raymond_giuseppi
Active Contributor

Did you try to use an explicit call of method CL_SALV_COLUMN->SET_TOOLTIP ?

nikbereziuk
Explorer
0 Kudos

of course, but it didn't solve the problem - now I have the custom tooltip text displayed with the long text:

nikbereziuk_0-1719398220191.pngnikbereziuk_1-1719398251620.png

 

raymond_giuseppi
Active Contributor
0 Kudos

Seems you have to deactivate the ddic binding between field and ddic.

(Or use a ddic reference compliant with your requirement of course)