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

line-count

Former Member
0 Likes
848

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.

3 REPLIES 3
Read only

Former Member
0 Likes
737

Hi,

Each row is treated as single line.. Normally its 80 columns * 60 rows.

Best regards,

Prashant

Read only

Former Member
0 Likes
737

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

Read only

varma_narayana
Active Contributor
0 Likes
737

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>