SAP ABAP Data Element TDPPRINTID (Printer font ID in portrait mode)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-SCR (Application Component) SAPscript
     STXD (Package) SAPscript
Basic Data
Data Element TDPPRINTID
Short Description Printer font ID in portrait mode  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type TDTEXT    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
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 PrtCtl p. 
Medium 15 Prt control P. 
Long 20 Print ctrl portrait 
Heading 30 Print control portrait mode 
Documentation

Definition

Identification of a printer font in portrait mode. This field is used to control the printer font selection when a document created by SAPscript is printed.

Each printer used in the R/3 System is assigned a certain printer type. The fonts available for word processing are maintained separately for each printer type.

The value which is entered here is a five-character combination which is part of the key of Table T022D. The print controls or control sequences for printers are managed in Table T022D. The printer type and five-character combination form the argument in this table.

Example: The control sequence for the printer type HPLJIIID for activating the printer font "COURIER 12 Points" in portrait mode is stored in T022D under the key "HPLJIIID SF001". "SF001" must therefore be entered as the character combination here.

The control sequences which are entered in T022D depend on the type of printer and the driver program used. Each printer type is assigned an OTF printer driver in Table T022A.

The following OTF drivers are currently available:

  • STND: A driver for simple line printers. Each printer can be controlled via this driver.
  • PRES: A driver for printers, which are controlled with the control language PRESCRIBE used by the company KYOCERA. Example: Kyocera F-series, F-1000, F-1200, F-2200, F-3000, F-3010.
  • POST: A driver for printers, which are controlled via the page description language PostScript of the company ADOBE.
  • HPL2: A driver for printers, which are controlled via HP LaserJet II control sequences, or have a corresponding emulation.
  • TELE: A driver for telex machines.
  • LIST: A driver for the screen display in ABAP/4 list mode.

For the sake of clarity, the entries used by SAPscript in Table T022D for print control should always begin with the letter "S", as this table is a general control table of the R/3 spool system and also contains other control sequences. The font identification which is entered here should be called "SFxxx", where "xxx" is a three-digit number.

Note:

  • If a certain printer type does not differentiate between portrait and landscape mode in the font control command, the same control sequence should be used from T022D for both portrait and landscape mode.
  • If a printer font is not available in portrait mode, this field should remain empty.
  • The entry in this field is ignored for fonts used on VDUs and telex machines.

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