Application Development 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: 

Maximum size of a SAP screen ?

h_senden2
Active Contributor
0 Kudos

Hi,

for an ALV OO grid a need to maximize the SAP screen, container and ALV grid depending on the screens resolution.

Some people do use widescreens, other ones use normal screen. The ALV report should be maximized for both type of users.

Is this possible ?

regards,

Hans

2 REPLIES 2

former_member212653
Active Contributor
0 Kudos

The current size is limited to

200 lines

240 columns

Up to and including Release 4.5, the default size was

21 lines

83 columns

From Release 4.6A, the default setting is

27 lines

120 columns

You can make the screen and the custom container of maximum size also add automatic resizeable in the container attribute while painting. The it will be fullscreen for every user.

former_member188685
Active Contributor
0 Kudos

Yes it is possible.

try to Copy the same screen or Change the screen attributes to similar to the program and screen mentioned.

Program: SAPLSLVC_FULLSCREEN

screen number: 500

Lines/Columns   Occupied 200   240
                Mainten. 200   240

and in the screen layout

For custom Controll you make the Height 240, Vis.length 240 , Height 200

then it will be a fullscreen.

so for every one it appears as Full screen.