SAP ABAP Data Element TDPRINTMOD (Form page: Print mode SIMPLEX,DUPLEX, or TUMBLE DUPLEX)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-SCR (Application Component) SAPscript
     STXD (Package) SAPscript
Basic Data
Data Element TDPRINTMOD
Short Description Form page: Print mode SIMPLEX,DUPLEX, or TUMBLE DUPLEX  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type TDPRINTMOD    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Print mode 
Medium 15 Print mode 
Long 20 Print mode 
Heading
Documentation

Definition

This attribute of a form page determines the print mode from this page. The print mode specifies whether printing is single-sided (SIMPLEX), double-sided with long-edge binding (DUPLEX), or double-sided with short-edge binding (TUMBLE DUPLEX). This attribute is only suitable if page printers are used, which process individual sheets of paper as opposed to line printers, which process continuous paper. Furthermore, only special line printers can print paper on both sides.
The individual attribute values have the following effect:

SIMPLEX:

The current print mode is set to SIMPLEX (single-sided print) and a new page is started. A form page defined with SIMPLEX is always printed on the front of the page, never on the back of the page.

DUPLEX:

The current print mode is set to DUPLEX (double-sided print, long-edge binding) and a new page is started. A form page defined with DUPLEX is always printed on the front of the page, never on the back of the page. If the next form page contains the attribute value DEFAULT, it is output on the back of the page.

TUMBLE DUPLEX:

The current print mode is set to TUMBLE DUPLEX (double-sided print, short-edge binding) and a new page is started. A form page defined with TUMBLE DUPLEX is always printed on the front of the page, never on the back. If the next form page contains the attribute value DEFAULT, it is output on the back of the page, however "upside down" (that is rotated 180 degrees).

DEFAULT:

The current print mode is not changed. If SIMPLEX was set as the current print mode, a new page is started and the front of the page printed. If DUPLEX or TUMBLE DUPLEX was set, the front or back of the page is printed. If the attribute has the value DEFAULT on all form pages, printing is single-sided.

Note: Not all printer types provided by SAP can convert this attribute equally, there are restrictions for certain printer types.

History
Last changed by/on SAP  20010130 
SAP Release Created in 732