Configure Stamps for SAP Output Jobs¶
The output jobs converted by the SAPGOF converter can be stamped. The layout template for the stamp, the stamp text and the list of the SAP systems whose jobs are to be stamped are configured in Consul.
For how to configure the output from SAP, refer to Configure Output from SAP Spool on Windows or Configure Output from SAP Spool on Linux.
Configure the List of SAP Systems¶
-
Specify the list of the SAP systems for which stamping is to be activated as multiline text in the following key:
SYSTEMS
: List of SAP systems whose output jobs are to be stamped
-
Restart the following service:
seal-convert-dispatcher
Configure the Stamp Template¶
-
Specify the name of the layout file used for stamping the SAP output jobs in the following key:
TEMPLATE
: Stamp layout for the SAP output jobs
-
Restart the following service:
seal-convert-pdfstamp
Configure the Stamp Text¶
-
Specify the stamp text used for stamping the SAP output jobs in the following key:
TEXT
: Stamp text for the SAP output jobs
-
Restart the following service:
seal-convert-pdfstamp
Use a Job Property in the Stamp Text¶
All job properties can be used as variables in the stamp text. A variable is enclosed by two curly brackets.
Example - current user name
{{job.current.userName}}
Specify the Date and Time Format¶
With a variable containing date and time setting, the following date and time formats can be specified by appending it to the variable name separated by |
.
The following formats are available:
-
datetime
The date and time is output in the ISO format.
-
date
Only the date will be output.
-
time
Only the time will be output.
Example - check-in time with date and time
{{job.current.checkinTime|datetime}}
Hint - GMT time zone
For all time settings, the GMT time zone is used.
Literature - PDF Stamp
For more information about how to configure PDF Stamp, refer to the PDF Stamp documentation.