Skip to content

Configure Stamps for SAP Output Jobs


The output jobs converted by the SAPGOF converter can be stamped. The list of the SAP systems whose jobs are to be stamped is configured in Consul. Unless using the default layout and default text for the stamp, these are also configured there.

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

  1. 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
  2. Restart the following service:

    • seal-convert-dispatcher

Configure the Stamp Template (Optional)

  1. Specify the content of the layout file used for stamping the SAP output jobs in the following key:

    • TEMPLATE: Stamp layout for the SAP output jobs
  2. Restart the following service:

    • seal-convert-pdfstamp

Hint - default layout

C:\Program Files\SEAL Systems\seal-convert-pdfstamp\lib\config\default.stp

Configure the Stamp Text (Optional)

  1. Specify the stamp text used for stamping the SAP output jobs in the following key:

    • TEXT: Stamp text for the SAP output jobs
  2. Restart the following service:

    • seal-convert-pdfstamp

Hint - default text

C:\Program Files\SEAL Systems\seal-convert-pdfstamp\lib\config\default.txt

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 - checkin 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.


Back to top