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
837

Hello,

I have not defined the line-count, because I want no pagebreaks only 1 time

at the begining of the list.

My problem is that at record 16155 there is created a pagebreak with headings

which I do not want.

Is there a maximum for line-count and can i change this ?

greetings

Jo Adams

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
795

It snot behaving like that in wriying at list......

REPORT YYTEST09.

do 16167 times.

write: / sy-index.

enddo.

actually where u r writing, ru taking any print out ,,can u send the code......then i

can undersatndit clearly....

Hello,

I have not defined the line-count, because I want no pagebreaks only 1 time

at the begining of the list.

My problem is that at record 16155 there is created a pagebreak with headings

which I do not want.

Is there a maximum for line-count and can i change this ?

greetings

Jo Adams

5 REPLIES 5
Read only

Former Member
0 Likes
795

Hello Adams,

check the print-parameters in the job-definition (TC SM36)

Vasanth

Read only

Former Member
0 Likes
795

Hi jo,

1. I tried the same, but its working fine.

2. i tried with this code.

report abc.

do 17156 times.

write 😕 sy-index.

enddo.

regards,

amit m.

Read only

Former Member
0 Likes
796

It snot behaving like that in wriying at list......

REPORT YYTEST09.

do 16167 times.

write: / sy-index.

enddo.

actually where u r writing, ru taking any print out ,,can u send the code......then i

can undersatndit clearly....

Read only

Former Member
0 Likes
795

hello,

Thanks for the answers,

I forgot some detail, each record has 1 or more lines.

i have more than 60.000 lines. this is the maximum

greetings

Jo

Read only

0 Likes
795

Hello, Jo,

Even I hav tried with this code


WRITE: 'Vasanth'.
DO 60001 TIMES.
  WRITE:/ SY-INDEX.
ENDDO.

So 60000 is the max.

If useful reward.

Vasanth