cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to print icon

Former Member
0 Kudos

Dear expert,

Is there a way to print icon?

Icon is displayed on screen, but become characters when it was print out in paper.

I had tried following but it's not working:

1) WRITE: AT lv_b03p13(c_b03l13) icon_error_protocol.

paper output: @DR@

2) WRITE: AT lv_b03p13(c_b03l13) icon_error_protocol AS ICON.

paper output: #

Please help.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi!

Put the icon code at icon variable


TYPE-POOLS:  icon.
DATA: icon type icon-id.


icon = '@0a@'. "Red light

write: icon.

This should help

Former Member
0 Kudos

I am using this method, it only shows icon on screen.

Does not print icon on paper...

Former Member
0 Kudos

Hi,

I think you can use Menu Painter concept and give a print icon.

Thanks

Former Member
0 Kudos

How does menu painter works?

Former Member
0 Kudos

Issue still persists...

Former Member
0 Kudos