cancel
Showing results for 
Search instead for 
Did you mean: 

How to Fire Window Plug from Component Controller ?

Former Member
0 Kudos

I have a Component, which uses two other components (C1, and C2). One of those components (C1: COMP_UI_POWL), registers an event (POWL_FOLLOW_UP) that is only visible in my Component Controller. I need to respond to that event in my component controller, and Fire the Inbound Plug of the main Window on used Component 2.

Seems simple, but can't seem to figure it out. Fire Default Plug of Window2 from Component Controller?

Thanks,

- Tim

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

OK, pretty klunky, but it looks like I need to create an Event / Fire that Event in Component Controller, Receive that Event in the Window, pass all the parameters, and file the Plug.

If someone has come up with a better way, please advise.

Thanks,

- Tim

Former Member
0 Kudos

Hi Tim,

I am trying to develop the same functionality in my web dynpro application but could not follow your solution to the issue.

Could you explain how did you manage to fire an event in the component controller ( i was under the impression fire method work only for outbound plugs.) Further what should be the input plug in Window/ view component.

If you could paste some code for you implementation it would be very helpful.

Thanks,

Vivek