cancel
Showing results for 
Search instead for 
Did you mean: 

how popup window maximize default when it opens

Former Member
0 Kudos

Hi,

I am making one interactive alv report.

When i click on a record i am opening that record entries as a pop up window.

Now my requirement is when popup window open by default it should open in maximize screen.

I have tried to set the second view screen size maximum width and height..that does not worked..

Appreciate your answers..

Thanks,

Subba

Edited by: subba rao on Aug 11, 2011 3:10 AM

Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi.,

try this.,

LO_WINDOW->SET_WINDOW_POSITION(

LEFT = 250

TOP = 250

*position = ).

LO_WINDOW->SET_WINDOW_SIZE(

WIDTH = '3500px'

HEIGHT = '3500px' ).

  • U can adjust accordingly

LO_WINDOW->OPEN().

hope this helps u.,

Thanks & Regards,

Kiran

Former Member
0 Kudos

Hi Kiran,

My problem solved with your code...Actually your code alredy in my coding..but width and height i just put 100px only....

Thanks,

Subba

Answers (1)

Answers (1)

former_member199125
Active Contributor
0 Kudos

hi Subba rao,

Many of us have the same requirement. the solution is kiran suggestion. And It will work only from EHP 2 versions only, it wont work ECC 6.0

Otherwise we dont have any other option.

Regards

Srinivas