cancel
Showing results for 
Search instead for 
Did you mean: 

Call a View from the Component Controller during runtime

MarkusKlein
Active Contributor
0 Kudos

Hello all,

i have a Web Dynpro Component with one Window and 3 Views embedded. One of the Views is the Default View and gets called when the application is loaded. But instead, i would like to call one of these 3 views from the controller depending on URL parameter i pass to the application.

E.g.

http://<server>/..../?view=a

-> Call View A

http://<server>/..../?view=b

-> Call View B

etc.

So, how can i call a view from the component controller during runtime? (no Navigation Plugs!)

regards,

Markus

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

What do you mean with "call" view if not navigating to it?

Armin

MarkusKlein
Active Contributor
0 Kudos

Hello Armin,

thx for the answer.

Instead of just trying to call a view, i guess this aint even possible judgeing on your feedback , i created a default view, which is pretty much empty and just navigate (firing the navigation plugs) to each of the other 3 views depending on the URL parameters. This will do the trick.

regards,

Markus

Answers (0)