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 columns width

Former Member
0 Likes
397

Hi Guys. I'm trying to develop an ALV report which has to have fixed output width for its columns. Which one of the parameters is the one I have to set up?

Thanks a lot to all.

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
377

You need to set the OUTPUTLEN field in the feildcat, the field catalog is then passed to the ALV function call, or method call.

Regards,

RIch Heilman

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
378

You need to set the OUTPUTLEN field in the feildcat, the field catalog is then passed to the ALV function call, or method call.

Regards,

RIch Heilman

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
377

Or if you need to make it so that the user can not change the width of the columns when the ALV is display, I don't think that this is possible.

Regards,

RIch Heilman