I don't know of any way to do this in standard ABAP list processing. You can include standard SAP Icons, but I think that is the extent of what the ABAP List Processor is able to do.
In the past I have used SAPScript or Smartforms for this kind of thing. It is a little more work to lay things out in these tools if you just have a simple report with some graphics, but it can be done. However working with many different graphics or very dynamic ones can be difficult.
Lately we I have used the SAP WebAS to do just this sort of thing. We have a 46C R/3 system but we added a stand-alone WebAS on a separate box running on 620. I write ABAP BSP applications on the WebAS and access my data from R/3 via trusted RFC. You will have considerable flexiblity when working with JPEGs from BSP. There some good WebLogs in the BSP section of SDN to get you started.
Add a comment