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: 

Tooltip for single ALV cell

Clemenss
Active Contributor
0 Kudos

Hi,

is it possible to add a tooltip (text appearing when mouse is moved over) to a single cell in an ALV grid created with FUNCTION 'REUSE_ALV_GRID_DISPLAY'?

Please restrict your answers to the question, thank you.

Regards,

Clemens

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

Hi Clemens,

it is possible only for column level, but if you see the example above it can be done only for certain things like colors,exceptions,icons etc...

Regards

vijay

6 REPLIES 6

Former Member
0 Kudos

Hi,

Tool tips are possible only at Column heading level unless you declare your column as a exception column / ICON / SYMBOL columns.

Regards,

Ravi

Note :Please mark the helpful answers

Message was edited by: Ravikumar Allampallam

0 Kudos

Refer this program.

BCALV_DEMO_TOOLTIP

The output has a grid , for which there are tool tips for even cells.

former_member188685
Active Contributor
0 Kudos

Hi Clemens,

it is possible only for column level, but if you see the example above it can be done only for certain things like colors,exceptions,icons etc...

Regards

vijay

Clemenss
Active Contributor
0 Kudos

Thank you all,

for my purpose the answer is a clear NO.

The idea was to show tooltips with short text on cells with account numbers.

OK, it was 'nice to have' anyway.

C.

Clemenss
Active Contributor
0 Kudos

... it is possible: I saw icons with tooltips in a grid display - must check the system... on Monday.

Regards,

Clemens

Clemenss
Active Contributor
0 Kudos

as for now, we can add a tooltip to an icon but not yet to pure text - this should be possible in the near future and is aleady implemented with the new debugger.