We have a standard SAP ALV Report today, where we have a column with icons. ( Column Type MD_ICON_AMPEL )
Typically, we use the icons: ICON_GREEN_LIGHT, ICON_YELLOW_LIGHT and ICON_RED_LIGHT.
We want to create the same list in Adobe Form pdf, so we can print out the list with icons.
I created these icons as BMP-pictures in SE78, and in my ABAP code I have a routine where I call the:
CALL METHOD cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp
In my table I have a field called:
ICON_IMAGE of type RAWSTRING, and bind it to a imagefield in my Adobe form. (in a table )
No image shows up !
Please Help.
Regards Rolf
Edited by: Rolf Hoven on Sep 30, 2011 7:31 AM