cancel
Showing results for 
Search instead for 
Did you mean: 

How to print an Image dynamcially from Business store document

Former Member
0 Kudos

Hi Guys,

I would like to print the Image through URL dynamcially. I have followed the below process.

I need to print the image which is stored at business store document in equipment. ( IE03->Services for object->attachment list ).

In the above path there are some images. I need to print that. If I double click it it will give an URL.

I have used function module  'ALINK_RFC_DOCUMENT_URLS_GET' to fetch the URL. now this URL is passed to a variable and I am using this variable in context for binding.

In the Form, I have created an image field and binded with the above global variable. ( Also checked the embeded Image data ).

But I am not able to display the Image.

Apart from this, Is there any scripting logic to be written to print the Image.

Can anyone please help me out in achieving the same?

Thanks and Regards,

Karthik Ganti.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Guys,

Any idea  / solution on the above post ?

I am actually able to print it from attachment list, but I need to print it from Business store document.

Thanks and Regards,

Karthik Ganti.

Former Member
0 Kudos

Hi all,

I get the URL from the above function module, but when I try to give it in the tool bar, it shows an error message " The request requires HTTP authentication" on the screen.

Does it mean something needs to be done ( Provide authentication ) from Basis team or am I missing anything ?

Can anyone help me out ?

Thanks and Regards,

Karthik Ganti.