Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regarding Custom Container

Former Member
0 Likes
870

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
777

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

3 REPLIES 3
Read only

Former Member
0 Likes
777

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.

Read only

Former Member
0 Likes
777

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.

Read only

Former Member
0 Likes
778

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