‎2007 Dec 20 12:17 PM
Hi guys,
I have creted an ALV report but the list is showing columns that are very small (i understand that it depends on the size of field i.e. in data element, I even changed the data element size also but still no use) and always I have to drag the column in the report to make it bigger. Is there any way that I can make the column bigger initially.
Please advise.
Regards,
FS
‎2007 Dec 20 12:22 PM
Hi,
While building the fieldcatalog, for particular field you can use ls_fieldcat-outputlen =somenumber. It will display according to it.
Thanks,
Sriram Ponna.
‎2007 Dec 20 12:22 PM
Hi,
While building the fieldcatalog, for particular field you can use ls_fieldcat-outputlen =somenumber. It will display according to it.
Thanks,
Sriram Ponna.
‎2007 Dec 20 12:23 PM
Hi,
Do like this
wa_layout-colwidth_optimize = 'X'.
Regards,
Prashant
‎2007 Dec 20 12:25 PM
Hi, Try This.
set
colwidth_optimize = 'X'. for the fields
Award points if useful.
‎2007 Dec 20 12:25 PM
hai,
use outputlen field in fieldcat .
this is the fieldcat field to give a lenth of the field to display...
plzz reward points if useful
regards,
jai.m
‎2007 Dec 20 12:32 PM
hi
good
fieldcatalog-outputlen = x.
In x position you can enter the length you want, it will work fine.
thanks
mrutyun^
‎2008 Feb 07 5:53 AM