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 LAYOUT

Former Member
0 Likes
778

hi all

i jst want to increase the line size in the alv displa

when i tried to add these lines directly jst before the funtion module REUSE_ALV_LIST_LAYOUT_INFO_SET

the size is not getting increased

these are the lines i tried to add

GS_LAYOUT-COLWIDTH_OPTIMIZE = 'X'.

GS_LAYOUT-NO_MIN_LINESIZE = 'X'.

GS_LAYOUT-EXPAND_ALL = 'X'.

8 REPLIES 8
Read only

former_member632991
Active Contributor
0 Likes
735

Hi

which line size do you want to increase???

Read only

0 Likes
735

i mean to say like if my contents in a particular field is large it s getting compressed when displayin in the report i want to display the entire contents

Read only

0 Likes
735

Hi,

Try to pass only this parameter,

wa_layout-colwidth_optimize = 'X'.

Dont set the other parameters mentioned.

Regards,

Devendra

Read only

Former Member
0 Likes
735

Hi,

GS_LAYOUT-COLWIDTH_OPTIMIZE = 'X'.

This is enough remove teh other settings.

Read only

0 Likes
735

how to increase the output length of a particular variable

Read only

0 Likes
735

In feldcatalog you can specify the output length for a particular column, try that.

fieldcatalog-outputlen = 50.

Check that.

Read only

0 Likes
735

<b>wa_fieldcat-outputlen = '40'.</b>

Read only

0 Likes
735

no actually i need to increase the length for the variable tht i use within for processing bcos within processing itself the values were getting compressed