cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the URL

Former Member
0 Kudos

Hi All,

I have created a web dynpro application and now I need to change the URL of this application to some basic message type URL for eg:

let's say our URL is "http://testdoc/post?mssg" and I now want to change this to as "OPEN DOCUMENT" and when user clicks on ""OPEN DOCUMENT" it will still direct to the original destination that is our original URL.

Thanks,

Rajat

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I used the following syntax:

<A href="http://forums.sdn.sap.com/">display SDN</A

>

Edited by: rajatg on Oct 6, 2010 4:43 AM

Former Member
0 Kudos

Any Suggestion?

Thanks,

Rajat

Madhu2004
Active Contributor
0 Kudos

Do you want the text in the web dynpro UI

Then you can create a LINKTOURL ui element and put the text as "open document" and refernce as the URL

Sharathmg
Active Contributor
0 Kudos

As suggested above, LINKTOURL should suffice your requirement. Explore various properties of that UI element to open it in a new window and so on.

Regards,

Sharath