cancel
Showing results for 
Search instead for 
Did you mean: 

How to Upload and Download an image in WEB DYNPRO??

Former Member
0 Kudos

May i know the best way to post an image in web dynpro and retrieve it back for eg like storing it into a Z table or in a local server or watever way???????

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi ,

right click ur application and then click on create mime object.

with Mime Objects u cn upload doc , jpeg, or giff files from our local system into the webdypnpro system .

You can even try creating the MIME objects in webdynrpo abap .

Right click on ur component->mime object->import

after importing you can see that image into your component as MIME object .Now insert a UI element image into your view layout .

Go to the source property of IMAGE element and select F4 option , u will find a window is opening with some tabs

Select tab COMPONENT IMAGES and component name select your component .

You will find the image which you have imported into this section just select the image and save it.

In the transaction sicf/bc/webdynpro , u cn check your component name there you can view the mime objects created by you .

also refer the SAP online help :

http://help.sap.com/saphelp_crm50/helpdata/en/46/bb182fab4811d4968100a0c94260a5/content.htm

to knw more abt mime repositories.

http://help.sap.com/saphelp_nw04/helpdata/en/f3/1a61a9dc7f2e4199458e964e76b4ba/content.htm

regards,

Amit

Former Member
0 Kudos

Thanks for reply dude.........cheers

Former Member
0 Kudos