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 grid report print problem

Former Member
0 Likes
316

Dear,

i developed report using alv and when execute the report using execute and print or press the print option in the report output, if report width is greater than the size of page it not giving print output if report width is less than or equal there is no problem. plz help me how take the report print if width is greater than page size.

thanking you,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
278

Add: LINE-SIZE to the program heading:

REPORT blablabla LINE-SIZE 255 LINE-COUNT 60.

Dear,

i developed report using alv and when execute the report using execute and print or press the print option in the report output, if report width is greater than the size of page it not giving print output if report width is less than or equal there is no problem. plz help me how take the report print if width is greater than page size.

thanking you,

1 REPLY 1
Read only

Former Member
0 Likes
279

Add: LINE-SIZE to the program heading:

REPORT blablabla LINE-SIZE 255 LINE-COUNT 60.