‎2007 Feb 07 12:00 PM
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'.
‎2007 Feb 07 12:30 PM
‎2007 Feb 07 12:33 PM
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
‎2007 Feb 07 12:35 PM
Hi,
Try to pass only this parameter,
wa_layout-colwidth_optimize = 'X'.
Dont set the other parameters mentioned.
Regards,
Devendra
‎2007 Feb 07 12:58 PM
Hi,
GS_LAYOUT-COLWIDTH_OPTIMIZE = 'X'.This is enough remove teh other settings.
‎2007 Feb 07 1:03 PM
‎2007 Feb 07 1:16 PM
In feldcatalog you can specify the output length for a particular column, try that.
fieldcatalog-outputlen = 50.Check that.
‎2007 Feb 07 1:25 PM
‎2007 Feb 07 1:34 PM
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