cancel
Showing results for 
Search instead for 
Did you mean: 

call url from a project

Former Member
0 Kudos

I want to call a url from a Webdynpro project. can you please help, how is this possible.

Cheers Umang

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

U can call a URL using LinkToURL UI element.

The LinkToUrl is used to exclusively to open URLs in a separate window.

To leave the Web Dynpro application and display a new URL

use an exit plug.

U need to bind referrence property of LinkToURL UI element

with a string context say url and You specify the URL relative

to the application server using /, otherwise use the absolute

notation: http://, https://, ftp://, mailto:// u2026 and so on.

text property can be used to show with what name should ur

URL be displayed on screen


wdContext.currentContextElement().setUrl("http://vodafone.in/Pages/index.aspx");
 

regards

Surender Dahiya

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Umang,

Using a LinkToURL Ui element you can call a URL from WebDynpro Project.

In the reference propert of LinkToURL pass the required URL.

http://help.sap.com/saphelp_nw70/helpdata/EN/25/e2f0416ab6da6fe10000000a1550b0/frameset.htm

Thanks & Regards,

Jhansi Miryala

srinivas_sistu
Active Contributor
0 Kudos

hi Umang,

You can do this by using a linkToURL UI element in webdynpro.

U can use a static linktoURL or you can create a dynamic LinkToURL UI also...

Regards,

Srinivas.