2006 Oct 13 1:17 PM
Hi!! Is there any way to set the text of a tooltip when I'm using the function reuse_alv_grid_display?
2006 Oct 13 1:23 PM
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
2006 Oct 13 1:23 PM
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