cancel
Showing results for 
Search instead for 
Did you mean: 

how to create view set in wd abap compnent.

arjun_thakur
Active Contributor
0 Kudos

i need to create a viewset in wd abap compnent. Please tell me the procedure to create a view-set.

thanks

arjun

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

There used to be a view set in WDA, but it was removed very early on becuase it didn't really add much value. Instead just create a normal view and arrange your sub-views within it via the VIEWCONTAINERUIELEMENT. You can use all the layouting capabilities to arrange the order and position of the sub views. This actually gives you much more freedom than the view set ever did.

abhimanyu_lagishetti7
Active Contributor
0 Kudos

there is no View Set in Web Dynpro ABAP , you have to make use of multiple view containers

Abhi