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

traffic light icon

Former Member
0 Likes
705

Hi All,

How can I display traffic light icon in classic report?

if possible send me sample code please...

Thanks in advance..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
666

Displaying a traffic light icon.

INCLUDE <list>.

WRITE icon_green_light AS ICON.

Regards,

Pavan P.

3 REPLIES 3
Read only

Former Member
0 Likes
666

REPORT ZTEST3.

include <icon>.

write:

'@08@'," Green light; positive

'@09@'," Yellow light; neutral

'@0A@'." Red light; negative

Read only

Former Member
0 Likes
666

use this link,

http://www1.sapdesignguild.org/resources/ma_guidelines_2/interaction/status_icons.html

if useful reward me with points.

Thanks

Sanket.

Read only

Former Member
0 Likes
667

Displaying a traffic light icon.

INCLUDE <list>.

WRITE icon_green_light AS ICON.

Regards,

Pavan P.