Ouput ICON in screen
Written by admin on Jun 16th, 2008 | Filed under: ABAP
There are 2 statements which allow to write ICON’s on the report output. We need to have INCLUDE <ICON> or INCLUDE<LIST> statement in the program.
Eg: WRITE <ICON-NAME> as ICON. ” will give the desired icon on the list output.



Leave a Reply