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: 

Traffic light in Module Pool screen

Former Member
0 Kudos

How to display traffic light in a module pool screen

1 REPLY 1

Former Member
0 Kudos

To display a traffic light in a screen, put a icon/ i/o field (display only) on the screen.

Say my screen has an icon element ICON_GREEN_LIGHT

Now in my Top include create a data elemnt like

Data:ICON_GREEN_LIGHT(4) type c.

and in PBO assign the value as:

ICON_GREEN_LIGHT = '@08@'." Green light; positive

Check type-group ICON for the 4 char string