cancel
Showing results for 
Search instead for 
Did you mean: 

display view of embedder in embedded view

Former Member
0 Kudos

Hi all,

I have created a reusable component (lets say NiceComponent) which shows a header and a footer according to company's CI standards. The actual application(s) should be displayed in the ViewContainerUIElement between the header and the footer stuff on my NiceComponent.

Is it possible to include (use) this component in new applications and display the applications views in the ViewContainerUIELement of NiceComponent? I have found no way to do that till now.

Or must I split my NiceComponent into a HeaderComponent and a FooterComponent and include them separately into all new applications?

regards,

Markus

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Markus,

Your NiceComponent should contain 3 views.

1. TopView (i.e) HeaderView

2. MiddleView for diaplying the applicationviews

3. BottomView (i.e) FooterView

Now you can place viewContainer in Middleview so that you can embed another component .

Refer to https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/e8d7cd90-0201...

Regards, Anilkumar

Answers (0)