cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with tooltip on Link to Action columns

0 Kudos

Hi all,

I have a problem with tooltip when the user does mouseover on Link to Action colums of order list.

I have a column of Link to Action type, this column is configured as below:

When the user go on mouse over this column, the fpm open a window that shows a large version of image contained in Image Field:

I would like to remove all behavior on mouse over: I would like to remove the large image but even the system tooltip "Get PDF".

If I try to leave blank the Tooltip field in configuration, the fpm shows anyway a system tooltip that I don't like.

Thanks in advance,

Francesca

Accepted Solutions (1)

Accepted Solutions (1)

former_member193369
Active Participant
0 Kudos

Hello Francesca,

you can get rid of the "large version" of the image ("the image quickview") by clearing the "Image Field" within the Display-Type Dependent Properties Section in your configuration.

Removing the system tooltip will be possible via configuration from SAP_UI 7.40 SP12 on. There you will see a new "Display-Type Dependent Property" allowing to mark an image as "decorative", which will remove the system tooltip.

Best regards,

Christian

0 Kudos

I Christian,

Thanks for you response.

I can't clear the "Image Field" field because I'm using them in order to show/hide the icon depending from some clause.

For example:

I need to show/hide the PDF Icon for each row depending if the file exists or not. The only way I found in order to do this is to fill/clear the value of field indicated in ImageField (TKS_MESSAGE) with the name of image in the getData() method.

If the file exists, then TKS_MESSAGE = '~PdfIcon' else clear TKS_MESSAGE.

Please, let me know if I'm wrong and If another way exists.

Regarding the system tooltip, I proceed to upgrade to SAP_UI 7.40 SP12: today, I'm on SP09.

Thank you so much,

Francesca

former_member193369
Active Participant
0 Kudos

Hello Francesca,

the only purpose of the "Image Field" attribute is to bring up the Image Quickview (see also the F1-Help for this field). By providing the field TKS_MESSAGE there you simply state that you want to have an image quickview on the PDF_ICON column and it should show the image which is given by the content of field TKS_MESSAGE.

Now if you clear the "Image field" in the configuration (not the content of the field in the GET_DATA method!), the only change will be that there is no image quickview any more - and that's what I assume you want to achieve.

The fact that you are also using field TKS_MESSAGE as image source for the column content isn't changed by that and you will still see the little icon in your table.

Best regards,

  Christian

0 Kudos

Thank you so much Christian, it works!

Best Regards,

Francesca

Answers (0)