cancel
Showing results for 
Search instead for 
Did you mean: 

having 2 Views in WDA, can I call the non-default View by itself?

Former Member
0 Kudos

I am developing a web dynpro that has 2 Views in 1 Window.

View 1 is a selection screen with 2 parameters - Project Number & Project Manager

View 2 is an Adobe Form which displays project info selected from what the user entered on V1.

I created a Web Dynpro application to call V1 so the user can enter data. And, I have an outbound plug from V1 to V2 and the navigation works fine.

However, I'd also like to be able to call View 2 directly from a separate web dynpro application passing only an already populated Project Number.

Is it possible to call V2 directly - bypassing V1?

thanks,

robert.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Robert,

Yes its possible to call V2 directly , however then you need to create a new WINDOW, embed your V2 inside this new Window.

Also since you are passing Project Number or Manager Number to it, that otherwise View V1 would have provided, you will have to default values for this Parameters or pass them as application parameters.

Greetings

Prashant

Former Member
0 Kudos

Prashant.. that worked great.

thanks alot.

robert.

Answers (0)