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

ALV container

Former Member
0 Likes
549

Hi All

How to adjust ALV container size to fit to the screen size.i am using oo alv

regards,

Sai

5 REPLIES 5
Read only

Former Member
0 Likes
524

You should be able to fit the size of your container in the screen painter.

Read only

Former Member
0 Likes
524

for this first u need to get the screen size first

then u have to adjust the alv size ..

Read only

0 Likes
524

Where can i adjust the field length in the alv output in the program

Read only

Former Member
0 Likes
524

Hi,

Look at the Below thread

Regards

Sudheer

Read only

Former Member
0 Likes
524

Hi,

Have you tried working with the following methods?

call method:

splitter->set_row_height

exporting id = 1

height = '14',

splitter->set_row_sash

exporting id = 1

type = 0

value = 0.

      • or

call method:

splitter->set_column_width

exporting id = 1

width = '14',

splitter->set_column_sash

exporting id = 1

type = 0

value = 0.

<b>Reward points</b>

Regards