cancel
Showing results for 
Search instead for 
Did you mean: 

how to group more than one view in a single window?

Former Member
0 Kudos

Hi,

I want to group three or more views in a single window.

I need a element, which is similar to VIEW SET in webdynpro for JAVA.

how to do it?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mog.

You can use ViewContainerUIElement which you can find under the Standard

Simple Elements. After you added as much as you need you can add the views in

the corresponding windo. Just right click on the ViewUiContainerElement in the

window and choose embedd view.

Cheers,

Sascha

Answers (2)

Answers (2)

Yashpal
Active Contributor
0 Kudos

Hi,

In wd-abap the concept of viewset is not used instead the viewContainerUIelement is used to achieve the same.

create a main view say v_main in that add ui control viewContainerUiElement

create a another view say v1.

go the the window .. embed this view v_main to the window , u can see then below the view the control viewContainerUielement , in that u can add the view v1 inside this container . so if u create more containers inside the v_main ,then u can display more view inside this and the plugs can be created and fired as same as in java.

Hope this will help u .

Regards

Yashpal

Former Member
0 Kudos

Hi,

you should use several viewcontainer elements (right corner of simple elements)

later you embed the view in the window component to your containers

grtz,

Koen

sorry double post

Message was edited by:

Koen Labie