2006 May 16 7:10 PM
Hi everyone,
I would like to use the GUI control container CL_GUI_DIALOGBOX_CONTAINER. I have all implemented and the control works. But now I need the Close button to fire the Close event of the control. I have implemented the event handler functionality as described in SAP help but there is no special button for closing the dialogbox. Can anyone help? Thanks.
Kay Anke
2006 May 16 7:16 PM
Hi,
It will not have a special button. Its the default button that comes at the top right hand side corner of the window, with minimize, maximize and close option with 'X' mark. The close event fires when you hit that.
Regards,
Ravi
Note : Please mark the helpful answers
Hi everyone,
I would like to use the GUI control container CL_GUI_DIALOGBOX_CONTAINER. I have all implemented and the control works. But now I need the Close button to fire the Close event of the control. I have implemented the event handler functionality as described in SAP help but there is no special button for closing the dialogbox. Can anyone help? Thanks.
Kay Anke
2006 May 16 7:16 PM
Hi,
It will not have a special button. Its the default button that comes at the top right hand side corner of the window, with minimize, maximize and close option with 'X' mark. The close event fires when you hit that.
Regards,
Ravi
Note : Please mark the helpful answers
2006 May 16 7:18 PM
you can refer to program BCALV_GRID_02 for this purpose.
its simple,
in the event of progarm BCALV_GRID_02 check the event reciever LCL_EVENT_RECIEVER and the implementation of its method HANDLE_CLOSE. You will have to do the same thing.