cancel
Showing results for 
Search instead for 
Did you mean: 

issue with New-page print on statement

Former Member
0 Kudos

Hi All,

We are going for upgrade from 4.6 to ECC 6.0. In ECC6.0 nested new-page print on statement used in a program is going into short dump but not in 4.6. I tried to used new-page print off statement before each new-page print on statement to avoid nesting but in this case multiple spool generated that's means for each page one spool generates. But in 4.6 only one spool generated for multiple pages. We want one spool in ECC6.0 for multiple page same as in 4.6. My program code for each page written in separate internal table loop.

Thanks

Mohit

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I resolved it myself.

Sandra_Rossi
Active Contributor
0 Kudos

Hi Mohit, as per forum rules, could you give a feedback (how you solved) so that other people with the same question could find the solution here.

Thank you

sandra

venkatesan_nagiah
Active Participant
0 Kudos

you replace NEW-PAGE PRINT ON with following

NEW-PAGE PRINT ON NEW-SECTION.

thanks,

venkat