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

SET_TABLE_FOR_FIRST_DISPLAY

Former Member
0 Likes
605

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.

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
540

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

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
541

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

Read only

0 Likes
540

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.

Read only

0 Likes
540

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