‎2009 May 07 10:24 AM
Hi friends,
When i print zreport's output from forground its printing correcrtly.72(3).
When i run this report in background and if i print its not considering end-of- page 3 rows.
Continouisly printing .
Moosa
‎2009 May 07 10:35 AM
Hello,
Check the line count and page count.
... [NO STANDARD PAGE HEADING]
[LINE-SIZE width]
[LINE-COUNT page_lines[(footer_lines)]]
REPORT z_myreport LINE-COUNT 65(8) LINE-SIZE 132
‎2009 May 07 10:35 AM
Hello,
Check the line count and page count.
... [NO STANDARD PAGE HEADING]
[LINE-SIZE width]
[LINE-COUNT page_lines[(footer_lines)]]
REPORT z_myreport LINE-COUNT 65(8) LINE-SIZE 132
‎2009 May 07 11:47 AM
Hi santosh,
Thanks for ur reply.
I gave NEW PAGE in END-OF-PAGE .Its not triggering in BACKGROUND PROCESS.
But its working in FORGROUNFD PROCESS
Moosa