Hi,
I have created a LinkToURL action in my application.
How do i link the action to the subsequent page where i need the link to navigate.
I am creating a user ,if the user has forgotton his/her password,it has to navigate to another page where the process continues,
I am unable to find it in the properties list...
Can I use a LinkToAction action for this process.If so I am still unable to give the navigation link.
Kindly help me out.
Do you want to open another window to proceed in your process?
If a link_to_action is clicked, you trigger an event which you can handle in your view methods ( onaction<action_name>).
After that click you could navigate to another page (transferring data as well) into another view.
If you want to navigate to another appliction / url, link_to_url ui element fits your requirement. to get the correct url of your application, you could use CL_WD_UTILITIES=>construct_wd_url method.
Edited by: Florian Royer on Oct 4, 2010 4:47 PM
Edited by: Florian Royer on Oct 4, 2010 4:57 PM
you can check
http://help.sap.com/erp2005_ehp_04/helpdata/en/d7/f08841e3af1609e10000000a155106/frameset.htm
for more details.
Best regards,
Rohit
Hi,
In the onSction of ur LTU , redirect to the URL of the other application containing the relevant page. A WIKI bit similar to ur requirement:
http://wiki.sdn.sap.com/wiki/display/WDABAP/ExampleforpassingvaluesfromoneApplicationtoanotherApplicationinWebDynproABAP.
regards,
Amit
Add a comment