cancel
Showing results for 
Search instead for 
Did you mean: 

Change initial View shown on window startup

Former Member
0 Kudos

Hi,

Perhaps it is quite easy, but I am a beginner in Web Dynpro and can`t figure it out.

What I want to do is following. I have built an popup according to

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20d2def3-f0ec-2a10-6b80-877a71eccb68]

I want to use this popup for the input of search parameter. The goal is to get something like the select options screen in ABAP. Because there are several search parameter, I wanted to create one popup with a window, where the different views (for the differen search parameters) are positioned as tab strip.

So depending on for which search parameter I call the popup, it should open with the correct, so every time different, view in the popup window.

I have tried to send an parameter in the startup plug of the window, but I didn`t succeed in this. Has anyone an idea how you can realize this?

BR

Matthias

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If i am able to understand your requirement

You will have a view which contains a view container UI element that internally contains all the views based on different parameters

You can have a context attribute and map this to the view mentioned above

Based on the value, try to fire the plug to respective views.

Regards

Ayyapparaj