‎2008 May 28 8:59 AM
Hi,
How to Optimise the width of the each column in ALV (Grid)by Default?
‎2008 May 28 9:04 AM
Hi,
Check the Layout of Exporting parameters, there is one option
'colwidth_optimize' pass 'X' to this parameter.
Rgds,
Bujji
‎2008 May 28 9:02 AM
‎2008 May 28 9:04 AM
Hi,
Check the Layout of Exporting parameters, there is one option
'colwidth_optimize' pass 'X' to this parameter.
Rgds,
Bujji
‎2008 May 28 9:10 AM
Hi,
In LAYOUT define COLUMNWIDTH_OPTIMIZE
E.G; W_LAYOUT-COLUMNWIDTH_OPTIMIZE = 'X'.
If want to give a fixed length to the field define OUTPUTLEN in fieldcatlaog.
Reward if helpful,
Thanks