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: 

printout problem in report

Former Member
0 Kudos

hello all....

in report printout one line(only) goes to the 2nd page automatically...

4 REPLIES 4

hymavathi_oruganti
Active Contributor
0 Kudos

i think, befor printing, in properties, u can set no. of lines per page!!

former_member188685
Active Contributor
0 Kudos

hi,

using line-count option you can get.

report ztest line-count 20.

based on your line count automatically your code will trigger new page.

or

before writing the last line write <b>new-page</b>.


new-page.

write: 'last line'.

regards

vijay

Former Member
0 Kudos

Yes kishan you can set the number of lines in a page..

Just see this link,it may help you...

http://help.sap.com/saphelp_nw04/helpdata/en/5c/8db306555411d189660000e829fbbd/frameset.htm

Former Member
0 Kudos

hi,

u can set the number of lines per page

1. in the start of the program by defining line size

per page

2. also u can go for sy-page option.