‎2008 Aug 11 4:46 AM
‎2008 Aug 11 4:48 AM
‎2008 Aug 11 4:48 AM
‎2008 Aug 11 4:48 AM
‎2008 Aug 11 4:54 AM
we have one parameter for setting the output length
fieldcat-outputlen
‎2008 Aug 11 4:55 AM
Hello ,
Try to set fieldcatalog-outputlen for more deatail read this pdf document.
http://www.sap-partner.hu/ABAP_HELP_INFO/An%20Easy%20Reference%20for%20ALV%20Grid%20Control.pdf
hope this will help you.
Thanks
Anirudh Saini
‎2008 Aug 11 4:55 AM
Hi,
use the field catalog.
Field_cat-outputlen = '20'.
Thanks
Chidanand
‎2008 Aug 11 4:56 AM
Hi,
you increase the length in the field catalog...
wa_fieldcat-outputlen = 10.
I hope this will help u
Thanks & Regards
Ashu Singh
‎2008 Aug 11 4:57 AM
Hi Mathew,
You need to set the attribute outputlen in the field catlogue. You can give the output length in this attribute.
field_cat-outputlen = '10'.
Regards,
Chandra Sekhar
‎2008 Aug 11 5:11 AM
Hi,
Both OO ALV and ALV Grid use the following field for column width.
wa_fcat-OUTPUTLEN = '10'.
if you want optimized column width set the additional parameter in Layout for oo ALV
wa_layout-CWIDTH_OPT = 'X'.
if you want optimized column width set the additional parameter in Layout for ALV using FM
wa_layout-colwidth_optimize = 'X'.
Regards,
Boobalan S