cancel
Showing results for 
Search instead for 
Did you mean: 

How can navigate between two windows of same component?

Former Member
0 Kudos

Hi,

I want to make navigation between two windows of same component,

can any one help?

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member215344
Contributor
0 Kudos

Hi Niranjan,

Navigation is possible from Window to Window as well as Window to View.

Before you Navigate to any window or view ( by calling the corresponding fire_<plug_name> method )  you need to make sure of two important things.

1. Create Inbound / Outbound Plugs depending on the direction of Navigation

2. Create Navigation Links from Source to Target

Without these two things, a navigation cannot take place from one source Window/ View to another Destination Window / View.

For your scenario I would suggest you to create one outbound plug in Window 1 called TO_WINDOW2 and one inbound plug in Window 2 called FROM_WINDOW1.

After that create a navigation link from Window 1 to Window 2 by going to your Window 1 and right click on TO_WINDOW2 plug and select Create Navigation link. In the pop up that opens select FROM_WINDOW1 as your destination plug and Window 2 as your Destination View.

Pls reward if found helpful.

Thanks,

Ajay

Former Member
0 Kudos

Hi,  Please find the link below  http://scn.sap.com/thread/3412461   Thanks Vijay

Former Member
0 Kudos

Hello,

same kind of discussion is in the following thread. Please check it.

how to Navigation between two windows using Nav... | SCN

BR

ChanS..

p.s.: please search on SCN before starting a new thread