If you need to show an icon or a symbol in your report, then you can easily write that with include programs <ICON> and/or <SYMBOL> (the angle brackets are part of the name) with the "INCLUDE <include program>" statement.
You can also directly use TYPE-POOLS: icon for icon and TYPE-POOLS: sym for symbols.
To write an icon to the report, use the following syntax:
WRITE <icon name> AS ICON.
To write a symbol to the report, use the following syntax:
WRITE <symbol name> AS SYMBOL.
To display the complete list of icons, execute the program "SHOWICON". For symbols, execute the program "SHOWSYMB". You can go to the initial screen of the ABAP Editor (transaction code "SE38") to execute these programs.