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

SAP Script Printing

Former Member
0 Likes
370

Hi,

Can we have 'Collate' functionality as in Word document in SAP script printing.

2 REPLIES 2
Read only

Former Member
0 Likes
327

Hi Rathakrishnan,

It's not a functionality of SAP script, but you have to set an attribute of the output device. Use transaction SPAD, select your printer and hit button Output Device. Then go to Tab 'Output attributes' and set 'Copies as separate output requests (in SAP System)'. This is similar to the collate functionality.

Does this solve your problem?

Regards,

John.

Read only

0 Likes
327

Hi John,

Thanks for reply. However this still doesn't solve my problem. If I have to print 3 copies of a form which has 3 pages, then it should print 111, 222, 333 and not 123, 123, 123. I tried your solution but it didn't work. Please let me know if I need to change any other settings.