cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro navigate help!

Former Member
0 Kudos

Hi,

In my webdypro i have 2 views. I need to open either views with respect to a parameter i take from link.

Lets say i have Main and Display views.

Normally i open main. When a paramter comes i need to open Display view.

How can i do it from controller ? I dont want to open main and navigate from there. I want to directly open the other view.

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

saravanan_narayanan
Active Contributor
0 Kudos

Hi,

I'm not sure whether this issue is resolved. If its not resolved then here is the solution for you

1. create an inbound plug for Display view

2. create a outbound plug in the window controller

3. create a navigation link between the outbound plug of window controller to inbound plug of Display view

4. in the Default (inbound plug) event handler method of the window controller, check for the parameter and fire the outbound plug

Hope this helps.

BR, Saravanan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Create additional view. Try using transparent container in Main view. In your WDDOINIT, you can dynamically call other view based on paramenter.

Regards,

Ajay