Application Development 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: 

ALV printout font

Former Member
0 Kudos

Hello,

I am still trying to figure out a solution for this. I have an ALV report with 10 columns. When I print the output, I get the output as a landscape (which is fine) but with very small font. I manually changed the print format from X_65_255 to X_58_170 and the print looked much better. I am wondering if we can control or default the format I need inside my program? I am using REUSE_ALV_GRID_DISPLAY FM. Please let me know. Thanks.

3 REPLIES 3

former_member188685
Active Contributor
0 Kudos

you can control that using report statement

REPORT ZTEST_REPORT line-size 170 line-count  58.

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos

Yes you can .

Use FM : SET_PRINT_PARAMETERS

0 Kudos

Hello Vijay,

I tried your suggestion along with I039643's suggested SET_PRINT_PARAMETERS FM in INITIALIZATION event. But I still do not see the format I specified in my report when I go to Report execute -> List -> Print -> Properties.

I am not sure what I am missing here. Please let me know. Thanks.