cancel
Showing results for 
Search instead for 
Did you mean: 

navigation between the views

Former Member
0 Kudos

hi

i m new in ABAP and in my req. i have to navigate between the views. so plz tell the needfull and also give some sample program if possible.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Actually we have 2 types of plugs

1.View plugs

2.Window plugs/Interface Plugs

plugs are for navigating one view to the other and also you can pass the parameters along with the plugs.

Outbound plug is to navigate from one view to other view,also we can pass parameters along with the plug.

Inbound plug is like event handler/receiver of the outbound plug.

Using window plugs we can call other Web Dynpro applications.for more information check this link.

please check these example

http://www.saptechnical.com/Tutorials/WebDynproABAP/SimpleApplication/SimpleApp1.htm

http://www.saptechnical.com/Tutorials/WebDynproABAP/views/navigation.htm

u can see more example here

http://www.saptechnical.com/Tutorials/WebDynproABAP/WebDynproABAPMain.htm

http://help.sap.com/SAPHELP_NW04S/helpdata/EN/45/19bf8c16f25d7ae10000000a11466f/frameset.htm

http://help.sap.com/saphelp_nw70/helpdata/EN/1f/464941db42f423e10000000a155106/frameset.htm

Thanks

Y N

Former Member
0 Kudos

creating the plugs is fine but how can i create the link between the two plugs( view plugs).

abhimanyu_lagishetti7
Active Contributor
0 Kudos

double click the window

drag and drop the two views on the window

drag the inbound plug of View2 over the outbound plug of View1

Abhi

abhimanyu_lagishetti7
Active Contributor
0 Kudos

see the sap standard component WDR_TEST_NAVIGATION

follow the link

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/e54443e7-0b01-0010-2181-d8141...

Abhi