Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Image display problem in abap screen

Former Member
0 Likes
576

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.

1 REPLY 1
Read only

christian_wohlfahrt
Active Contributor
0 Likes
481

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