cancel
Showing results for 
Search instead for 
Did you mean: 

Problem opening Component as a Popup (DEFAULT Plug is not being executed)

Former Member
0 Kudos

Hi All,

I want to open a SAP standard Web Dynpro component (component PIQ_ROOMSEARCH, interface view PIQ_ROOMSEARCH) as a popup using the method create_window_for_cmp_usage, which works fine.

However, much to my surprise the DEFAULT plug is not being executed. As a consequence, the popup opens but data is not initialized. If I call the component by executing the application of the component, the DEFAULT plug is being executed, but this doesn't help me since I need to open it as a popup.

Now, my question is why the DEFAULT plug is not executed and how I can tell the popup/method to execute the DEFAULT plug??

Thanks

Johannes

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Does anybody have a comment on this?

Thanks

Johannes

former_member182372
Active Contributor
0 Kudos

Johannes, check whether interface controller of PIQ_ROOMSEARCH has any methods for initialization. Context mapping to interface controller and call of interface controller method is the only way to communicate in your case.