2011 Mar 25 11:50 AM
Hi Friends,
My requirement is, Need to display the image in module pool screen.
In my case i am getting the PDF Document data from other system by using the function module ARCHIVOBJECT_DISPLAY.
i have modified the PDF Document data to the RAW data by using the function module ARCHIVOBJECT_GET_TABLE.
Could you please any one provide the solution to display the binary data as a image in module pool screen ( I mean RAW to IMAGE Format). Could you pleae help me for this case.
Thanks in advance!
Charan.
Hi Friends,
My requirement is, Need to display the image in module pool screen.
In my case i am getting the PDF Document data from other system by using the function module ARCHIVOBJECT_DISPLAY.
i have modified the PDF Document data to the RAW data by using the function module ARCHIVOBJECT_GET_TABLE.
Could you please any one provide the solution to display the binary data as a image in module pool screen ( I mean RAW to IMAGE Format). Could you pleae help me for this case.
Thanks in advance!
Charan.
2011 Mar 30 5:41 PM
Hi Charan,
you might follow the steps of FM ARCHIV_DISPLAY_META - in the end, the archive document is displayed, so somehow all conversions must be included.
I would suggest: just use this FM and stay with the popup, might even be better in case of huge documents.
BR, Christian