cancel
Showing results for 
Search instead for 
Did you mean: 

pop up without cancel and maxmize options

Former Member
0 Kudos

Hi,

I want to get a pop up without cancel and maxmize buttons.

I had seen this in standard application. In that I got a pop up without cancel and maxmize .

Regards,

sarath.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use the method of if_wd_window_manager - create_popup_to_confirm to create a pop up.

In the method parameters set close_button parameter as abap_false.

Click on the where used list of this method to find sample implementations.

Regards

Manas Dua

Answers (0)