cancel
Showing results for 
Search instead for 
Did you mean: 

Link to Url properties problem

Former Member
0 Kudos

Hello all,

i am working on link to url UI element.

the url that i have is larger than that i can put in reference property of link to url UI Element.

How may i put whole of the url in reference properties of link to url UI Element without length problem.

Thanks & Regards.

Vikash

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

workaround:

create an action and open the link via WINDOW API or with an exit plug

http://help.sap.com/saphelp_nw04s/helpdata/en/45/1bc575ba064574e10000000a114a6b/content.htm

regards

stefan

arjun_thakur
Active Contributor
0 Kudos

Hi Vikash,

Try this:

Create an attribute of string type, bind it with the Reference property of linkto url UI element and set that attribute with URL that you want to pass with the help of code wizard.

I hope it helps.

Regards

Arjun