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

BACKGROUND PRINTING PROBLEM

Former Member
0 Likes
358

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
336

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

2 REPLIES 2
Read only

Former Member
0 Likes
337

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

Read only

0 Likes
336

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