cancel
Showing results for 
Search instead for 
Did you mean: 

How to increase Popup window size by default

Former Member
0 Kudos

Hi all,

By default the size of a popup window is normal. Instead of manually extending the dimensions of a popup window can we make the popup window to appear with increased dimensions, i mean can we set the default size of popup window as bigger one instead of regular size of popup window

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi RK

please refer the below threads :

http://scn.sap.com/thread/1867020

http://scn.sap.com/thread/1045008

close the thread if issue is resolved

regards

vaibhav

Answers (2)

Answers (2)

Former Member
0 Kudos

    lo_popup = lo_window_manager->create_popup_to_confirm(

                text            = lv_text
                button_kind     = if_wd_window=>co_buttons_yesnocancel
                message_type    = if_wd_window=>co_msg_type_stopp
                window_title    = 'Confirm Changes'
                close_button    = abap_false
                window_width    = '450'
                window_height   = '100'
                window_position = if_wd_window=>co_center ). "#EC *

you can assign width and height of popup

uppu_narayan
Active Participant
0 Kudos

Hi RK,

      The easy way is set the size of the veiw i.e height and widht of the view to be displayed in popup window...........thats it....

thanks and regards,

narayan