Select your language

Q: When SAP prints, the user of the job is always administrator, but I have recognized, that the user name is listed in the document title of the job. How can I redirect now all jobs for a specific user to another printer.

There are 2 ways:

1. Modify the SAP DeviceType. Actually here is a fully example with the $(USER) variable: Visual description

Then search for your PJL statement

2. Under W-ELP the print job title is availabel in the variable #PRINTDOCNAME#, right at the beginning of the process.

[Distribute USER A]

; Primary trigger always true

Trigger_Binary=1

; secondary, maybe:

Trigger_VariableSubString=#PRINTDOCNAME#:ThomasXP

; then Distribute the job to another queue

OUTPORT=\\#HOSTNAME#\QueueReleaseName

and print nothing on this queue

NOPRINTING=ON

Related articles: SAP DeviceType modification, SAP DeviceType modification [PDF]

We use cookies

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.