cancel
Showing results for 
Search instead for 
Did you mean: 

Check print program prints an extra page...

aris_hidalgo
Contributor
0 Kudos

Hello Experts,

I have a dillema here wherein I cannot customize the standard check print program RFFOUS_C. When I check

the spool, it always prints an extra page even though the prior page does not overflow. I also do not

have any explicit NEW-PAGE or related code.

Have you guys encountered this?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

in the selection screen of the program, there is an option under Output Control. Number of Sample Pages, make it 1. By default it is always 2.

Try making it one and then see.

Vishwa.

aris_hidalgo
Contributor
0 Kudos

Hi Vishwa,

I already tried this before but it still doesnt work.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

1. Go to SM37 and check the Job log, is there any other program is triggering.You need to check the FBZP, for is there any other form is configured.

2.In the selection-screen you need to make sample printouts as zero.

Regards,

Former Member
0 Kudos

Try extending ur main window a bit more than what it is and see if it is still printing an extra page.

кu03B1ятu03B9к

aris_hidalgo
Contributor
0 Kudos

Hi Guys,

I debugged the standard and here is what I noticed. There is this variable called hlp_laufk which checks if its NOT equal to '*'. If true, then it will call again OPEN_FORM which triggers the last page. This one gets its value from REGUH-LAUFI+5(1).

Former Member
0 Kudos

Hi,

In your sapscript , define only one page. Do not have the next page. This should sort out the problem.

Thanks

Nidhi

aris_hidalgo
Contributor
0 Kudos

Hi,

It is still having the extra page.