cancel
Showing results for 
Search instead for 
Did you mean: 

Popup Window (Web Dynpro for ABAP)

Former Member
0 Kudos

Hi.^^

Is it possible to locate a popup window where it show?

This window is not dialog type.

I have tried to do this sometimes using window->set_window_position( xxx) and window->set_window_position_control( xxx ).

I think that these method call is available to dialog box type window.

Is it right?

Plz. help that.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182372
Active Contributor
0 Kudos

Hi,

You can only specify size of window. Check http://help.sap.com/saphelp_nw04s/helpdata/en/43/035be8dc7e22f4e10000000a1553f7/frameset.htm

Method IF_WD_WINDOW->SET_WINDOW_SIZE.

Best regards, Maksim Rashchynski.

Answers (1)

Answers (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Etnaya,

It is currently not possible to specify the size nor the position of a popup in Web Dynpro ABAP. There has been a revamp regarding popups last year December to make them more user friendly and to offer advanced features, like having popups in the portal that are not trapped inside of an iView on the portal. We are in the process of reimplementing the size/position features - but I am not able to provide an eta on them. Nonetheless, there is some relief: The size of popups is now calculated automatically.

Best regards,

Thomas