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

printout problem in report

Former Member
0 Likes
713

hello all....

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

hello all....

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

4 REPLIES 4
Read only

hymavathi_oruganti
Active Contributor
0 Likes
692

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

Read only

Former Member
0 Likes
692

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

Read only

Former Member
0 Likes
692

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

Read only

Former Member
0 Likes
692

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.