‎2006 Dec 07 7:34 AM
Hi All,
In ALV Grid output I have 3 fields.. getting output correctly but i want to increase the width of each column at output... I tried with layout and fieldcatalog
please help me to solve this.
vin.
‎2006 Dec 07 7:42 AM
Hi Vinod,
i tried this and it works OK.
GS_LAYOUT-CWIDTH_OPT = space.
*
GS_FIELDCAT-OUTPUTLEN = 100.
<b>Yout don't have to set CWIDTH_OPT to 'X'</b>.
Regards, Dieter
‎2006 Dec 07 7:42 AM
Hi Vinod,
i tried this and it works OK.
GS_LAYOUT-CWIDTH_OPT = space.
*
GS_FIELDCAT-OUTPUTLEN = 100.
<b>Yout don't have to set CWIDTH_OPT to 'X'</b>.
Regards, Dieter
‎2006 Dec 07 9:00 AM
‎2006 Dec 07 7:43 AM
The columns can be automatically increased or decreased in ALV output.