cancel
Showing results for 
Search instead for 
Did you mean: 

seperate window for each view

Former Member
0 Kudos

hi friend.

In my application(TestApp) i have two dirrernt view, i want to see both two view one by one when i run my application. For this i created two windows for each view. when i set the second viewwindow in the Interface property of my Application(TestApp) then not able to run and not even able to set first one again..

Plz suggest me for this..

thanks

Narpal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

1.Create a viewset under one window .

2.you can set both view in the viewset and set default as true for that view.

Kind Regards

Mukesh

Former Member
0 Kudos

hi mukesh..

i want each view on single page, i mean seperate..

in the viewset all view will be on same page..

Former Member
0 Kudos

Hi

You can made it by using plugs and navigation

See this Samples and help

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/b1a3e990-0201-0010-aeb2-a2ef5bc3da8e">creating an Extended Web Dynpro Application</a>

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d">web Dynpro Sample Applications and Tutorials</a>

Kind Regards

Mukesh

Former Member
0 Kudos

Narpal,

You may do either:

1. Mutually visible views on one window.

Place both views on on one window (do not use ViewSet). One will be visible by default. Create navigation link from this view to another one. In wdDoInit of default view you may check some condition (say, application URL parameter) and either navigate to second view via firing plug or stay on on this default view.

2. Separate applications.

Just create Window1 -> View1 and Window2 -> View2 pairs. Then create App1 that uses Window1, and App2 that uses Window2. Obviously, both applications uses the same component as root component.

Valery Silaev

SaM Solutions

http://www.sam-solutions.net

Answers (0)