cancel
Showing results for 
Search instead for 
Did you mean: 

Which window is called defualt??

Former Member
0 Kudos

Dear Experts,

In my Webdynpro application, I have 3 windows, and each window has 3 views.

When I run my application, the initial view which is displayed is the Window1.View1.

I am able to change this by changing the default = true of a view and can get Window1.View2 and Window1.View3,

as initial views.

But my requirement is to get the Windows2.View1 as a initial view.

Can I decide at run-time, which view of which window to be set as the initial view??

And whichwindow is set as the initial window??

Please suggest.

Warm Regards,

Upendra Agrawal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Upendra,

Each window has one interface View which You can define as interface view for your application at design time.

To open different view at runtime you will have to add the other view to window and navigate using fire plug in wdInit.

If you want to call another components window then add the required interface view using option "Embed interface view of a component instance" . Then based on the condition you can fire the plug to navigate to the other view.

Regards

Deepak

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

when you create application, you have to specify the interface view, that will determine which window to be shown.

the window which implements the interface view will be called when you start the application.