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

ALVs using Classes

Former Member
0 Likes
417

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
389

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

3 REPLIES 3
Read only

Former Member
0 Likes
390

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

Read only

0 Likes
389

Hi Dieter ,

Thankyou very much. It solve my problem.

Vin.

Read only

Former Member
0 Likes
389

The columns can be automatically increased or decreased in ALV output.