Attribute Mapping with IPP¶
The attributes for printing (for example, copies or duplex) come from various sources: The document itself (only PostScript documents), a specific seal-attributes tag inside the IPP request and standard IPP attributes.
For using them in the printer configuration templates, the available attributes are merged with general seal-attributes and documents parameters.
The following list shows the mapping of some standard IPP attributes and the priority:
| PLOSSYS 5 Attribute | Printer Template Usage | Merge Highest Prio | Merge Second Prio | Merge Lowest Prio | 
|---|---|---|---|---|
| jobName | JOBNAME | job-name(Standard IPP) | PLS_PLOTID(seal-attributes) | |
| fileName | document-name(Standard IPP) | |||
| printerName | SAP_OMS_S_DEVICE(seal-attributes) | printer(Standard IPP) | ||
| userName | USERNAME | requesting-user-name(Standard IPP) | PLS_USERNAME(seal-attributes) | |
| copies | PLOTCOPY | PLS_PLOTCOPY(seal-attributes) | SAP_OMS_S_COPIES(seal-attributes) | copies(Standard IPP) |