cancel
Showing results for 
Search instead for 
Did you mean: 

Start embedded comp. interface view in a pop up with parameter mapping

Former Member
0 Kudos

Hi,

I embedded another WD4A component in my component. I want to start a pop up displaying an interface view of the embedded component. How can I pass parameters to the default plug of the interface view?

(Without wrapping it by another window/view of my own component)

Regards,

Matthias

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

try passing through the events

create a event with the Parameters that you need and then Raise the event by passing those set of parameters and then create a method in the other webdynpro component of type event handler and give the event name of what you created in the first Webdynpro component

Cheers