
Duplex Printing
Duplex printing of SAPscript texts
Information about whether output is on one page, duplex, or tumble, is specified in the SAPscript text form. For more information see the section Print Mode in
Pages in SAPscript Forms as well as the SAP Note 96102.The following print controls are used to control duplex printing:
SPMBS |
Selects reverse side of page for duplex printing (DUPLEX/TUMBLE DUPLEX) |
SPMBU |
Begin DUPLEX mode (print on both sides of the page starting with this page) |
SPMSI |
Begin SIMPLEX mode (print on only one side of the page starting with this page) |
SPMTU |
Start TUMBLE DUPLEX mode (print on both sides inverted) |
Device definition for duplex printing of SAPscript texts
If the SAP device definition for your printer does not contain the print controls described above, do the following:

To test duplex printing, use the standard text
Duplex printing of ABAP lists
You can print ABAP lists in duplex, if your printer supports duplex printing and uses one of the following device types:
Device definition for duplex list printing
To be able to use both the simplex and duplex mode of your printer, create two different device definitions. For information about how to do this, see
Creating Output Devices.On the Output attributes tab page for the device definition, specify the desired Print mode.