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

problem in alv grid

laxman_sankhla3
Participant
0 Likes
600

hi

how to expand column width in alvgrid.

thank.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
585

Hi Laxman,

you can fix Column grid by giving width in field catalog.

ex.

ls_fieldcat-outputlen = 20.

Reward if useful,

Sachin.

hi

how to expand column width in alvgrid.

thank.

5 REPLIES 5
Read only

sharadendu_agrawal
Active Participant
0 Likes
585

Just increase the length which u are passing to the fieldcatalog for the required field.

Reward if helpful.

cheers,

sharadendu

Read only

Former Member
0 Likes
585

Hi Laxman,

You have a parameter <b>COLWIDTH</b> which you can specify in the fieldcatalog.

<b>Reward points if this helps,</b>

Kiran

Read only

Former Member
0 Likes
585

Outputlen (column width) This parameter is used if the desired output length for a field is desired to be different from the internal output table field.

Read only

Former Member
0 Likes
585

hi,

U can use COLWIDTH in the fieldcatalog.

Read only

Former Member
0 Likes
586

Hi Laxman,

you can fix Column grid by giving width in field catalog.

ex.

ls_fieldcat-outputlen = 20.

Reward if useful,

Sachin.