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 printing

Former Member
0 Likes
434

I have a ABAP program which generate a ALV report. i want to print out the ALV report, so i use the print function. but some of column too large. the print out cannot display all column, then i adjust the column in ALV report and print again, the column width still no change, how can i print the ALV report is based on the ALV column width. Thanks!

I have a ABAP program which generate a ALV report. i want to print out the ALV report, so i use the print function. but some of column too large. the print out cannot display all column, then i adjust the column in ALV report and print again, the column width still no change, how can i print the ALV report is based on the ALV column width. Thanks!

3 REPLIES 3
Read only

Former Member
0 Likes
399

Hi,

Set the <b>fieldcatalog-outputlen</b> to the required lengh and check.

Regards,

Azaz Ali.

Read only

0 Likes
399

the outputlen only affect the display result. Actually, i want the print out result no column optimize effect. Thanks!

Read only

0 Likes
399

Have u specified<b> optimize_colwidth = 'X</b>'