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 in Module Pool screen

Former Member
0 Likes
1,476

How to display traffic light in a module pool screen

How to display traffic light in a module pool screen

1 REPLY 1
Read only

Former Member
0 Likes
801

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