‎2006 Nov 15 1:27 PM
Dear All,
I have a problem regarding Custom Container. when i display container it should display on full screen. I tried expanding container in lay out still some space remains on right hans side of the screen. Can any body tell me how to go so that the display will be full screen
Thanks
Vinayak
‎2006 Nov 15 2:22 PM
Simply set the size of the screen to 200 x 240, that will occupy the entire space and then make sure your custom container also has the same size of 200 x 240 so that it occupiers the entire screen.
In the attributes of the control, check RESIZING check boxes and give minimum values for the vertical and horizontal.
That should solve your issue.
Regards,
Ravi
Note - Please mark all the helpful answers
‎2006 Nov 15 1:35 PM
Hi Vinayak,
I used to face the similar problem, when i used to Generate ALV reports using classes. The container wasn't fitting into the page width. What i remember is that i used to goto the first tab which displays the screen attributes and i used to set the width there 139 (not sure). Try to change the value in the attributes tab of the screen.
Hope this works.
Regards,
Santosh.
‎2006 Nov 15 1:50 PM
Hi Vinayak,
I too faced the same problem, but I did this in se51 (screen painter).
go to the screen in se51 and first drag the screen area to fit the screen.
Then drag the container to that point. It is working for me.Please try this.
Thanks & Regards,
Srilatha.
‎2006 Nov 15 2:22 PM
Simply set the size of the screen to 200 x 240, that will occupy the entire space and then make sure your custom container also has the same size of 200 x 240 so that it occupiers the entire screen.
In the attributes of the control, check RESIZING check boxes and give minimum values for the vertical and horizontal.
That should solve your issue.
Regards,
Ravi
Note - Please mark all the helpful answers