cancel
Showing results for 
Search instead for 
Did you mean: 

Spool info printing after output on printer

Former Member
0 Kudos

Hi all,

I have a problem whit spool printing using NO local printer. When I print a request spool the system send to printer a final page after last page of spool.

*----


Sample:

User: ABAP01

Host: citsdrx008

Class: <none>

Job; 000Auapt.DEV

*----


Please send me any information in order to solve my problem.

Thanks,

Mauro

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I don't use SAPScript and this problem is relevant for every spool request send by SAP R/3 using an output device that isn't a local printer. If I print, the same spool, with a local printer (using SAPLPD on windows client) the problem not happens (last page is not printed).

I think that is a problem of output device configuration...

Thanks,

Mauro

Former Member
0 Kudos

are you using a customized program or copied some standard program. If you are using SAPScript close the form after all the windows gets displayed. After the write_form. Else comment out the new page statement on text-editor. Else if you are using a standard program to call standard form, look at the selection-screen to find the parameters which determines whether to print the last page or not. Just pass that parameter as 'X' or not 'X'. Else create a variant in the program ticking that field.