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 Cleared/open item symbol' in alv?

Former Member
0 Kudos

Hi Experts,

I am developing ALV report like faglb03,additionaly including some fields as per user requirement.here i want to display " Cleared/open item symbol' in alv.Can anyone tel me how to do this.In which and how it is stored in table?

Thanks in Advance!

2 REPLIES 2

Former Member
0 Kudos

HI,

You need to declare the field for ICON in the internal table and specify this field as icon in the fieldcatalog.

Refer to this link..how to add icon in the ALV grid [Icon Display in ALV Report |]

former_member156446
Active Contributor
0 Kudos

[Formatting Column Contents|http://help.sap.com/saphelp_nw04/helpdata/en/ff/4649a6f17411d2b486006094192fe3/frameset.htm]

check the documentation for ICON , check the table ICON for more symbols

[Sample code of alv list|http://www.sap-img.com/abap/regarding-icon-display-in-alv.htm]]