‎2007 Jun 19 8:35 AM
Hi All
How to adjust ALV container size to fit to the screen size.i am using oo alv
regards,
Sai
‎2007 Jun 19 8:39 AM
You should be able to fit the size of your container in the screen painter.
‎2007 Jun 19 8:39 AM
for this first u need to get the screen size first
then u have to adjust the alv size ..
‎2007 Jun 19 8:53 AM
Where can i adjust the field length in the alv output in the program
‎2007 Jun 19 8:47 AM
‎2007 Jun 19 8:49 AM
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