Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV Column width

Former Member
0 Likes
4,897

Hi,

How to Optimise the width of the each column in ALV (Grid)by Default?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,658

Hi,

Check the Layout of Exporting parameters, there is one option

'colwidth_optimize' pass 'X' to this parameter.

Rgds,

Bujji

3 REPLIES 3
Read only

Former Member
Read only

Former Member
0 Likes
1,659

Hi,

Check the Layout of Exporting parameters, there is one option

'colwidth_optimize' pass 'X' to this parameter.

Rgds,

Bujji

Read only

Former Member
0 Likes
1,658

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