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: 

how to display icon in alv report output

Former Member
0 Kudos

hi,

my ewquirement in in alv report in one column to diaplay the icon(tickmark) based on some codition.

how to achieve it??

condition is

Affected (Locked on Current ECM) u2013 can use symbols for affected and for changing u2013

u2022 Lock AEOI u2013 CCLCK for AE01-OBJKT (Material) lock.

Condition:

If AEOI u2013 CCLCK is activated then display symbols (tickmark) in line of their AE01-OBJKT (Material). else display

(x mark)

3 REPLIES 3

Former Member
0 Kudos

HI

In field catalog set the field icon = 'X',and then based on the condition pass the icon-id value to u r ouput internal table.

regards,

Raghu

Former Member
0 Kudos

there is a table ICON. Put a select query on the table and concatenate icon to the line items..

Former Member
0 Kudos

Hi,

In field catalog of grid set

Ex--

when 'Field'.

lwa_fcat-icon = c_true.

based on your condition

set the desired icon in table.

Ex.... lwa_table-field = icon_tick.