‎2007 Oct 03 5:36 AM
what is line-count.what is the default line-count per page.If i am giving line-count 80 in report stat how will the s/m assign count.
‎2007 Oct 03 5:40 AM
Hi,
Each row is treated as single line.. Normally its 80 columns * 60 rows.
Best regards,
Prashant
‎2007 Oct 03 5:40 AM
Hi,
By using the line-count, u r restricting the page size in display of the list.
when u restrict the line-count to 80 , then in display of the list , u can find 80 lines in a page, then a page break after that next page will start with 80 lines.
there is NO default line count when u view the list.
but when u give print-out to a printer then the line count depens on the page size , i.e 24 lines in protrait page format and 16 line s in Landscape.
Revert back if any issues.
Reward with points if helpful.
Regards,
Naveen
‎2007 Oct 03 5:47 AM
Hi
<b>REPORT ZREP01 LINE-COUNT 100(3).</b>
Here Line-count means the No of line of Page i.e 100.
(3) means the No of lines reserved for Footer (end-of-page).
By default the Line count will be 60000 Lines per page.
Line-count will be store in system field SY-LINCT.
<b>reward if Helpful.</b>