cancel
Showing results for 
Search instead for 
Did you mean: 

Re-sizing Pop-up Window

shwetars
Product and Topic Expert
Product and Topic Expert
0 Kudos
153

Hello Colleagues,

I have a created a pop-up window reference in the wdoinit method of my controller using the method create_window() of the if_wd_window_manager class.

I also call the method setWindowSize() on the if_wd_window class using the reference returned by the previoud method.

On click of a button in one of my views I open the window but the window would have reset to default size.

Could someone here give me a solution for this ?

Regards,

Shweta

View Entire Topic
thomas_szcs
Active Contributor
0 Kudos

Hi Shweta,

Specifying the size of a window or its position has currently no effect in Web Dynpro ABAP - not even to the minimum size. The size of a popup is determined automatically at runtime and the content is displayed as having no scrollbars.

Best regards,

Thomas