‎2009 Nov 02 6:38 PM
Hello Everybody,
I am creating a grid ALV using "SET_TABLE_FOR_FIRST_DISPLAY".
I want to make one field as an ICON. Can someone tell me how we can do that.
Appreciate all your help.
Thanks,
Sneha SIngh.
‎2009 Nov 02 6:42 PM
in the field catalog of the field you need to set ICON = <icon name> (check ICON table for which Icon to use
field catalog of type u2018LVC_S_FCATu2019
‎2009 Nov 02 6:42 PM
in the field catalog of the field you need to set ICON = <icon name> (check ICON table for which Icon to use
field catalog of type u2018LVC_S_FCATu2019
‎2009 Nov 02 7:38 PM
Joy, thanks for the response.
The Icon in the table must change according to the data in the table.
Can u tell me how to do that?
Thanks,
Sneha Singh.
‎2009 Nov 02 7:40 PM
when ur filling the ICON = 'ICON_GREEN_LIGHT'
use if conditions and send Icon name based on value... there would be many example on net, which will help u with code..
Check the nice demo prog: BCALV_DEMO_TOOLTIP
Edited by: Jay Sadaram on Nov 2, 2009 11:49 AM