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: 

Problem With Traffic Lights in Top-Of-Page of Report

Former Member
0 Kudos

Hi All,

I Have Proble,That is, I Have To Display Traffic Lights in Top-Of-Page but in my report output

display the values insted of Traffic Lights.

For Example: my report Display values @08@'@09@'@0A@ in top-of-page insted of Traffic lights.

I Want Display Traffic Lights in Top-Of-Page.For That What Can I Do.

Give Me Suggistions.

Thanks.

2 REPLIES 2

Former Member
0 Kudos

You can try this :

TYPE-POOLS:

icon.

And in the event Top-Of-Page write icon information in this way

write:/ ICON_LED_GREEN as icon,

'Table name :', 'MARA'.

format COLOR 7 off.

format COLOR 3 on.

write:/ ICON_OO_OBJECT as icon,

'No. of records selected :', lines.

Also check this link:

http://joyjitghosh.blogspot.com/2008/07/display-icon-in-alv-top-of-page.html

Here I have added icons in my ALV top of page using the same technique.

Regards,

Joyjit.

Former Member
0 Kudos

ok