Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CL_GUI_DIALOGBOX_CONTAINER

Former Member
0 Likes
1,353

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
812

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

2 REPLIES 2
Read only

Former Member
0 Likes
813

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

Read only

Former Member
0 Likes
812

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.