cancel
Showing results for 
Search instead for 
Did you mean: 

Printing several copies when we only want only one.from SAP to UNIX.

Former Member
0 Kudos

Hi, we have a problem when printing from sap to unix queue.....

There is a program in abap that only indicates to send one printing .. but in unix we see that the queue sends sometimes 3, 4, 5 or two copies of the same printing.

do you know if there is a note in SAP that can solve this issue?

a test: when we send only one copy from sap (spad - sp01), in unix we saw 5:

u2665$ while true

> do

> lpstat TEST1022

> sleep 1

> done

no entries

no entries

no entries

no entries

TEST1022-767 USER1 priority 0 Apr 6 15:15 from SERVER1 on TEST1022

005xud4T.PR3 5 copies 34178 bytes

no entries

no entries

no entries

no entries

thanks in advance.

DM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello

The flag to pass copies may be set as follows in SPAD:

SPAD -> Output Device -> <Output Device name> -> Output Attributes ->

You can refer to SAP note below for more information:

3748 - Multiple print does not work everywhere

Regards.