cancel
Showing results for 
Search instead for 
Did you mean: 

Images in a webdnpro applicaiton

Former Member
0 Kudos

Good day everybody,

I have been trying to store few images in "mimes" folder, but I can't find <myComponent> folder in it!

myProject --> src --> mimes --> Component

Should I store the images directly under 'Component' folder? or I must put them in <myComponent> sub-folder?

Another question,

How can I use the standard SAP icons?

Regards,

Abdulla.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you are not able to see the exact project folder structure right click on the project and do a repair project structure and classpath from the menu displayed.

Sap images are available on the server search for sapicons in the server

Ex:set the property source-------> ~sapicons/s_aanode.gif

Regards

Ayyapparaj

Answers (1)

Answers (1)

NarendraChandel
Contributor
0 Kudos

hi,

you need to put the image inside the component you hav created, then only you can use that image.

for example :- u have created a web dynpro project and created a component namely profileGetter and say package is sap.com . So you need to go to

myProject --> src --> mimes --> Component -> com.sap.profileGetter and paste your image there.

If you are not getting the component name inside the component folder then check the below possibilities.

1. please check if you have created a component.

2. if yes and still not vissible then exit from the NWDS and again start it.

3. Rebuild the project.

hope this helps

Regards

Narendra