cancel
Showing results for 
Search instead for 
Did you mean: 

Handling button events for dialog boxes of a used component

Former Member
0 Kudos

Hello,

After I call a dialog box/window for the view of the used component, how can I handle the button events of the window that I called?

I create the window using the method CREATE_WINDOW_FOR_CMP_USAGE of the interface IF_WD_WINDOW_MANAGER. This method returns window reference of type IF_WD_WINDOW.

Thanks & Regards,

Reena

Accepted Solutions (0)

Answers (1)

Answers (1)

SergioFerrari
Active Contributor
0 Kudos

It's very easy.

Have a look to the document: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9e242bf5-0901-0010-c99c-83c...

You will find the SUBSCRIBE_TO_BUTTON_EVENT on page 6.

Sergio