Hello folks,
I am working on a development where I need to throw a popup from a standard component view BT120H_CPL/OVOverview event handler function EH_ONSAVE, making use of BTPOPUPS Component. For doing this I have maintained a custom message in SE91 . Also added this particular message to the view CRMV_MESSAGE_S with Immediate Execution flag set. For triggering the popup i am using the method add_message( ) in the class cl_bsp_wd_message_service. I am unable to see the message triggering BTPOPUPS component SUBSCRIBE_ALL method . I have enhanced BTPOPUPS component, method SUBSCRIBE_ALL and HANDLE_EVENT method . I think something is wrong with the way I am calling the message. I doubt whether add_message( ) will trigger BTPOPUPS. So please let me know the right way to invoke the BTPOPUPS component SUBCRIBE_ALL method.
Thanks in advance for your effort.