cancel
Showing results for 
Search instead for 
Did you mean: 

Communication between 2 WebDynpro DCs

Former Member
0 Kudos

Hello,

i have 2 DCs with a Webdynpro, the Webdynpro in the first DCs is a reusable POPUP.

Now i open in the second DCs(WD) the POPUP and if the POPUP closing it call a event in the second DCs(WD) for send the selected information.

My problem is how can i send parameter to the POPUP, when i open it?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182372
Active Contributor
0 Kudos

Hi Sven,

You can define context attributes in POPUP interface controller`s context, mark it as isInputElement (set to true) and afterwards make a context mapping between WD component in second DC and WD component usage.

Or you can add parameters to methods in POPUP interface controller`s and pass parameters when you are calling it.

Best regards, Maksim Rashchynski.