Application Development 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: 

How to display tooltip in ALV GRID CELL?

Former Member
0 Kudos

Hello,

I'm trying to display dynamic tootips for data in ALV GRID Cells.

My ALV Gid Cells content does not display Icon or symbol or Exception but pure data (In my case dates).

Is there a way to do display a toolip that will change dynamicaly according to a rule.

I took a look at the BCALV_DEMO_TOOLTIP program

but it does not answer my expectation since it display

toltip for Icon or symbol or Exception.

Can someone help on this case.

Best regards

Harry

2 REPLIES 2

Former Member
0 Kudos

Hai Harry

• icon

value set: SPACE, 'X' 'X' = column contents to be output as an icon.

The caller must consider the printability of icons.

• symbol

value set: SPACE, 'X' 'X' = column contents are to be output as a symbol.

The internal output table column must be a valid symbol character.

The caller must consider the printability of symbols.

Symbols can usually be printed, but may not always be output correctly, depending on the printer configuration.

Thanks & regards

Sreenu

0 Kudos

Hello Sreenu,

thank you for your answer but you did not answer my question?

My cell content contains only data but no icons or Symbols.

Is there a way to display a tooltip dynmacaly (different than the cell content).

Thanks

Harry