Hallo Tobis,
It is not really difficult.
At first insert on top of Your Report following code:
include: <icon>.
There You wil find all icons predefined.
When You want to fill a LED-ICON into Your internal table, which should be shown in the Table-Cntrl, You have to crete a field similar like this:
Important is the length: CHAR(04)!
STATS ZSTATS CHAR 4 0 Statusanzeige LED
Now You can react and fill it with - for example -
gf_itab-stats = icon_led_yellow.
If You want to write a LED using the WRITE-Stement You can do it in following way
write:/ icon_led_yellow as icon.
Hope i could help You
BR
Michael
Add a comment