cancel
Showing results for 
Search instead for 
Did you mean: 

About displaying images in web dynpro

Former Member
0 Kudos

Hi experts,

I hav a scenario..in which der's one table..whch has links for all images...and afta clickin on a lick..dat image will b displayed on side of it..

Now..where from dis links wll b comin..hw r images strd in WDABAP...where from i can get da path for dis images...

I hope u understood ma query...

Please help me out...

Thks and Regards,

Runali.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

usually you would use the MIME repository for images, see also <a href="http://help.sap.com/saphelp_nw70/helpdata/en/ec/bb08428dab5f24e10000000a1550b0/frameset.htm">this</a>

Regards, Heidi

Answers (2)

Answers (2)

0 Kudos

Hi Runali,

If there are large number of images, then you need not upload all the images as MIME object in your component. You can create a context node with a context attribute of type string.

Place an image UI element in the iview and bind its source property to that string attribute.

Now when you click on the link in your table, populate that context attribute with the location of the image (url).

In some of the organizations, images are stored in separate servers and there are webservices which talks to those servers. These webservices return the urls for the images. These urls can be used as above.

Regards,

Gaurav

Former Member
0 Kudos

Hi Runali.

You can import Images as Mime by right clicking on the WD-Component in SE80.

What kind of pics you wanna display? Where does this images come from?

Cheers,

Sascha