cancel
Showing results for 
Search instead for 
Did you mean: 

how to Navigation between two windows using Navigation link

former_member182915
Active Contributor
0 Kudos
how to Navigation between two windows using Navigation link in webdynpro abap

Accepted Solutions (1)

Accepted Solutions (1)

m_aravindan
Active Participant

Answers (5)

Answers (5)

kutjohn
Active Participant
0 Kudos

Hi swadin,

Could you please elaborate on your requirement? What is the purpose of this navigation?

uppu_narayan
Active Participant
0 Kudos

Hi swadin,

        if you want to navigate between two window than all you can do is call the create_window method of the class if_wd_window_manager class pass the second window name but this will open as popup.

the question you have asked you will come across this scenario when you are trying to navigate between two different component....

regards,

narayan

Former Member
0 Kudos

Hi swadhin.

Actually it depend on the requirement. If you want to show another view be it in same component or cross component in your main view then you need to use plugs.

If you want to open the window as a pop up or external window there is no need of using plugs.

As for your question I think you are making two windows with different views and you have requiremrnt that you can embed second window in first or can use it seperately.

In same component using window plug dont make sense because window plugs are mainly used to make plugs visible outside component.

So in same component you can directly use views plugs rather than window plug.

Former Member
0 Kudos

Hi Swadhin,

Follow this tutorial to learn using plugs:

http://www.saptraininghq.com/how-to-use-inbound-and-outbound-plugs-in-sap-web-dynpro-abap-programs

Kind regards,

Christophe

former_member182915
Active Contributor
0 Kudos

thanks for your answer

i need to navigate between two window inside a  component.

Former Member
0 Kudos