cancel
Showing results for 
Search instead for 
Did you mean: 

how to call Interface view

Former Member
0 Kudos

Hi All

I am using WDA 2 as Interface in WDA 1.

From WDA1 I like to call one view of WDA2. WDA 2 has total 4 views.

Pleae help me on this...thank you all...

Regards

Rama

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Follow steps,

1. Declare component usage in PROPERTIES tab in WDA1 component as well in view. (e.d column1: wda2_usage and column2: WDA2)

2 go to view in WDA1. Add a transparent container.

3 go to WINDOW in WDA1, go to view that has transparent container. right click->embed view

You will see the component usage interface that is specified in 1st step, select the view of WDA2.

You will probably need to call some method in WDA2, if so, check the Interface checkbox for the method in WDA2.

Award point if useful.

Best Regards,

Achyut

Former Member
0 Kudos

Hi Rama,

in component WDA2 (child-component):

Put the view you would like to use in a Window.

In component WDA1 (parent component):

In the Window of of WDA1 make sure, a component-usage for wda2 is declared (properties-tab).

Embed the view from component WDA2 into your window.

~Silke