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: 

Tool Tip for ICONS in ALV Grid

Former Member
0 Kudos

Hi All,

i'm displaying an ALV Grid using OO Concept. The field catalog for one of the fields is filled as below.

fs_fcat-icon = 'X'.

fs_fcat-style = cl_gui_alv_grid=>MC_STYLE_BUTTON.

Now, my requirement is to show a tooltip for each icon in the column of the table according to the icon.(similar to TXN: ME22N). How can i do that?

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

REfer this program:

BCALV_DEMO_TOOLTIP

and SALV_TEST_TOOLTIPS

Regards,

Ravi

4 REPLIES 4

former_member181962
Active Contributor
0 Kudos

REfer this program:

BCALV_DEMO_TOOLTIP

and SALV_TEST_TOOLTIPS

Regards,

Ravi

0 Kudos

Hi Ravi,

I can't find the 2 pgms that u've mentioned. Can u post the code.

0 Kudos

refer...

former_member188685
Active Contributor
0 Kudos

Hi,

Check this Demo <b>BCALV_DEMO_TOOLTIP</b>

This is Available in ECC 5.0 version

Regards

vijay