cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to embed a viewset ina viewContainer

Former Member
0 Kudos

Hi all,

I had gone through the PDF (Developing Web Dynpro User Interfaces)

I am having a project with all connections to the database.Now i have to add Tabstrip with 2 tabs to it.

I am having a viewset in my project and i have to show the same viewset in that 2 tabs

Regards

Padma

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member193726
Active Participant
0 Kudos

Hi Padma,

The link below will help you in embedding a Viewset in a ViewContainer

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/wd%20jav...

Hope this helps.

Regards,

Rekha Malavathu

Former Member
0 Kudos

Hi Padma.

<a href="http://127.0.0.1:1441/help/topic/com.sap.devmanual.doc.user/6e/59c3d5b62ba64cb02232efb34b91e5/content.htm">Try This</a>

Thanks and Regards

Chaitanya.A

Former Member
0 Kudos

Yes, it is possible in view container!

right click in view in Open Navigation Moduler...Add View Controller....right click on view controller...create viewsets

Regards

RG

Former Member
0 Kudos

Hi,

first of all. I would recomment not to use Viewsets anymore.

Viewsets are a really expensive rendering operation for the browser and

will eventually slow down your application.

But of, course, you can do that.The Easiest is to go under Windows in the NWDS Treestructure, selectinging the viewContainer you want to have the treeview in and just add it.

I hope this helps.

Regards,

Dennis