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.