Print definitions are held in two tables in DOKA SaaS.
They are configured in various places throughout the system, in a hierarchy.
Thus the print set up for the Entity, can be overridden by a User Group printer, which may be overridden by a user's profile, and then again by the Print service in the outgoing messages manager (MGRTSK).
APF - Application Form
Datafields
Name |
Helptext Description |
Data Type |
Len |
Codetable |
INR |
Internal Unique ID |
Text |
8 |
|
COD |
Application Form Set |
Text |
6 |
APFTXT |
TYP |
Application Form (ORI, CPY, …) |
Text |
3 |
APFTYP |
CNT |
Count |
Numeric |
4 |
|
EDTFLG |
Editable Flag |
Text |
1 |
|
TEF |
Technical Form |
Text |
3 |
Embedded |
PRI |
Prio |
Text |
2 |
|
VER |
Version |
Text |
4 |
|
GETFLDNRM |
Field holding the normalized search fields. |
Text |
10 |
Datafield Description and Properties
Datafield INR Internal Unique ID
Unique internal ID of a record within the table. The INR is a text field, which is created by retrieving the next valid entry from the counter of this table. The field INR is used to enable links from other tables to this table.
Datafield COD Application Form Set
This field contains the form set.
Datafield TYP Application Form (ORI, CPY, ...)
This field identifies the particular application form (e.g. original, copy). Each form set has to contain at least one entry that identifies an original.
Datafield CNT Count
Default number of printouts with this application form. If marked in the 'Editable Flag' field this number might be modified for each usage.
Datafield EDTFLG Editable Flag
If this field is set to a non-empty value, the count specified in 'Count' might be modified for each usage.
Datafield TEF Technical Form
Identifies the particular technical form used. This usually describes different types of paper such as preprinted logo paper, blank paper or special security paper.
Codetable
Code Text
A4L Red Logo
A4C Customer
A4I Internal
Datafield PRI Prio
This field is used to sort the different elements of a set in ascending order of the field value.
Datafield VER Version
This field holds the version counter used to keep track of the history of an entry of this table. The individual versions are managed by entries in the SLG table.
Datafield GETFLDNRM Field holding the normalized search fields.
Field holding the concatenated and normalized sum of all search fields used by quick search. This is one of the fields set in a SdbSetNRMFields method defined in the table definition module.
PRT - Printer Specification
Data fields - MODULE PRT
Name |
Help text Description |
Data Type |
Len |
Codetable |
INR |
Internal Unique ID |
Text |
8 |
|
OBJTYP |
Object Type |
Text |
6 |
|
OBJINR |
Object INR |
Text |
8 |
|
TEF |
Technical Form |
Text |
3 |
<fixed-length> |
HEATXT |
Text for Header |
Text |
40 |
|
JOBNAM |
Identification of Print Job |
Text |
40 |
|
PRTTYP |
Type of Print |
Text |
1 |
Embedded |
GETPRT |
Use Printer Configuration from: |
Text |
3 |
Embedded |
PRT |
Printer |
Text |
80 |
|
BIN |
Paper Tray |
Text |
40 |
<fixed-length> |
BIN2 |
Tray for 2nd Page |
Text |
40 |
<fixed-length> |
CPYCNT |
Number of Copies |
Numeric |
2 |
|
TYP |
ORI, CPY,.. |
Text |
3 |
|
Datafield INR Internal Unique ID
Unique internal ID of a record within the table. The INR is a text field, which is created by retrieving the next valid entry from the counter of this table.
Datafield OBJTYP Object Type
Type of object the configuration entry refers to.
Datafield OBJINR Object INR
INR of the object within the table, defined in the Object Type field.
Datafield TEF Technical Form
Specifies the type of paper used.
Datafield HEATXT Text for Header
Header text to be optionally used within documents to be printed. This text might hold '$xxx' using a existing code of the codetable 'Header Text' for translatable header texts.
Datafield PRTTYP Type of Print
This field contains the printout format (formatted or raw).
Code Table |
Code Text |
N |
Don’t Print |
R |
Raw |
P |
Formatted |
B |
Both ( R+P) |
D |
Display |
Datafield GETPRT Use Printer Configuration from:
This field defines how the printer configuration should be determined.
Code Table |
Code Text |
DEF |
Here |
USR |
User |
USG |
User Group |
ETY |
Entity |
Datafield PRT Printer
This field contains the list of printers accessible from “here” or as defined for the “entity” address and/or for the “user” or the “user group”.
Datafield BIN Paper Tray
This field identifies the paper tray in the selected printer for the first page of a print run.
Datafield BIN2 Tray for 2nd Page
This field identifies the paper tray in the selected printer for the second page of a print run.
Datafield CPYCNT Number of Copies
Number of copies to be printed.
Comments
0 comments
Please sign in to leave a comment.