cancel
Showing results for 
Search instead for 
Did you mean: 

Java Webdynpros Mimes

Former Member
0 Kudos

I need to upload the company logo in the View of a WD.

Can someone give me the steps for the same to be done?

Full points assured.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Image logo=Image.getInstance("path"); //Retreive the Logo from Webdynpro Project Path

document.add(logo);

Former Member
0 Kudos

Can you give me all the steps involved.

I dont know how to load the image!!!

Former Member
0 Kudos

Hi! Supriya,

Steps to add an image to the WebDynpro Application:--

1.WebDynpro prespective ->Navigation View

2.Select your application ->src -> mines -> components -> com.sap.tc...

3.paste your image here.

4.create a UI element of type image and then create a context of type String.

5,Bind the source property of image to the context

6.set the value of this string variable to image name.like ..

grpElement.setLogo("group.gif");

regards,

Mithileshwar

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

read here:

http://help.sap.com/saphelp_nwce10/helpdata/en/44/559f3b99d06d19e10000000a1553f6/frameset.htm

(The documentation is for CE, in 7.0 you won't find the new icons, but the way to include an image is the same)

kind regards

Stefanie