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 on alv reports

Former Member
0 Likes
1,025

Hi!! Is there any way to set the text of a tooltip when I'm using the function reuse_alv_grid_display?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
412

Hi,

data : ls_stru type LVC_S_FCAT.

data : lt_stru type lvc_t_fcat.

ls_stru-TOOLTIP = (set to a meaningful value).

append ls_stru to lt-stru.

call reuse_alv_grid_display.

Reward helpful answers.

Regards,

Shrita

1 REPLY 1
Read only

Former Member
0 Likes
413

Hi,

data : ls_stru type LVC_S_FCAT.

data : lt_stru type lvc_t_fcat.

ls_stru-TOOLTIP = (set to a meaningful value).

append ls_stru to lt-stru.

call reuse_alv_grid_display.

Reward helpful answers.

Regards,

Shrita