cancel
Showing results for 
Search instead for 
Did you mean: 

Display image in WDA from extrernal repository

Former Member
0 Kudos

Hi ,

I have a requirement where i have to display an image from a set of images based on certain conditions. I do not want to save the images in sap mime repository, rather i would want to have them on sharepoint.

Is there a way to link the path of the external image source rather than linking the path of mime repository image?

Thanks for your help.

Thanks,

Pris.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi pris,

we can display the either images or logos in two ways in wednynpro, i.e when the logo is on the desktop, when it is in the application server i.e AL11 some directory,

usually we fallow the second procedure in real time, i.e we place the required data which is needed at run time in the application directory,  so as per our need we have to display the logo or image on the browser which is available in the application server.

plz go through the link below which have a clear procedure to display the logo.

http://saptechnical.com/Tutorials/WebDynproABAP/Logo/Index.htm

reward points if helpful.

phanir_mullapudi
Active Participant
0 Kudos

Yes, you can create a Context Attribute e.g IMAGE_SRC of type 'STRING'. Then Give default value as the Image URL. 

e.g Image URL (  http://farm9.staticflickr.com/8550/8703436034_f60e5fdd59_z.jpg )

( Or... set the Attribute value at run time if your Image is set Conditionally ).

Then, Bind this Context Attribute to the "source" property of your Image UI element or to the "imageSource" Property if it is any other type of UI element.

This should solve your issue. Letme know if any issue with this.

Warm regards!