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 for single ALV cell

Clemenss
Active Contributor
0 Likes
3,384

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
Read only

Former Member
0 Likes
1,562

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

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

6 REPLIES 6
Read only

Former Member
0 Likes
1,562

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

Read only

0 Likes
1,562

Refer this program.

BCALV_DEMO_TOOLTIP

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

Read only

Former Member
0 Likes
1,563

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

Read only

Clemenss
Active Contributor
0 Likes
1,562

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.

Read only

Clemenss
Active Contributor
0 Likes
1,562

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

Regards,

Clemens

Read only

Clemenss
Active Contributor
0 Likes
1,562

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.