cancel
Showing results for 
Search instead for 
Did you mean: 

Call Pop up window in another Component

Former Member
0 Kudos

Hi,

I have a pop up window in Component C1 , I want to call the same Pop up window in another Component C2 while click the push button in that Component C2 .

Please send me the answer ,

Thanks and Regards,

Vijay

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI Vijay,

try making the window as an interface.

As we do component reuse for alv component do the component reuse of your first component.

Regards

Sarath

Former Member
0 Kudos

hi vijay.........

consider you are having comp1 and a window w1 in it which has to be the popup.

now go to the properties tab of the component controller. create a component usage for comp1.

now go to the respective view where teh poup has to be called.

go to the properties tab and give the component usage here just as you gave in teh component controller.

on the on action method... click code wizart and in the generate pop up option give the component uasge for the component and click the search help and select the w1.

--regards,

alex b justin

Former Member
0 Kudos

hi vijay,

i think we can't reuse the window.

u can do one thing u create a window in the current component and embed the view that u r embeded in the pop window.

Regards,

janakiram.