cancel
Showing results for 
Search instead for 
Did you mean: 

navigate to second screen on button click in webdynpro in sap abap.

Former Member
0 Kudos

Hi,

I am trying to call second screen on button click in web dynpro abap.I have created 3 views with all outbound and inbound plugs and all navigation links.

thanx in advance.Please let me know the solution if possible.

Regards,

Siddhesh Narkar.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member184578
Active Contributor
0 Kudos

Hi,

Check this article : [Navigation in WDA|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/308ebfe9-a07a-2c10-e494-9849d50efc88?quicklink=index&overridelayout=true]

hope this helps u.,

@moderators: Move this to Web dynpro ABAP Forum instead closing it.

Thanks & Regards,

Kiran

Former Member
0 Kudos

Also you wil have to define a event for that button for which you will have to write a method

wherein you will call a method wd_this->fire_to_<name of ur plug>.

Former Member
0 Kudos

Hi Siddhesh,

For navigating from one view to another , you need to link the outbound plug of the first view to the inbound plug of the second view. This can be done by double clicking on windows and then defining the navigation links for the same by either right clicking or draggin & dropping options available.

Hope this helps.

Regards

Payal