cancel
Showing results for 
Search instead for 
Did you mean: 

How to use linktoaction and linktourl ui elements

Former Member
0 Kudos

Hi All,

I am working with the ui elements of a webdynpro.In that i am unable to understand the linktoaction and linktourl ui elements.Can anybody tel me how to use those ui elements with simple steps of coding.

Thanks in Advance,

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Those are fairly basic UI elements. They are just hyperlinks. LinkToURL works just like a normal HTML hyperlink and fires clientside navigation to the URL you specify. LinkToAction looks the same to the user (hyperlink), but instead fires a server side event triggering ABAP logic when clicked. Consider reading the online help for more details and the listed samples applications:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/49/e8884118aa1709e10000000a155106/content.htm

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/0f/e8884118aa1709e10000000a155106/content.htm