Show TOC

Example with Old Procedure

Note: The procedure outlined here is still supported. However, with new forms, you should proceed as outlined in Example with New Procedure

Example

You want to print an employee's leave entitlement for the leave type Standard annual leave (01) for the current year. Employees' leave data for the current year is stored in the table VACYA. The current entitlement to standard leave is stored in the field ASP01. Leave entitlement should only be printed on the first page, in line 16, from column 69.

In this case, the following entry is required:

Page type Position Table Table field Print length
FP 16/069 VACYA ASP01 10

Standard Settings

The contents of the leave tables can be derived from the following table names:

Abbreviation Meaning
VAC Leave
Y (in 4th place) Year
P (in 4th place) Period
P (in 5th place) Previous
A (in 5th place) Current
* (in 5th place) All

The following combinations are possible:

This table contains the cumulated leave data for all employees since the start of their employment in the enterprise. This data is differentiated according to leave type.
This table contains the leave data for the current year for all employees. The data is differentiated according to leave type.
This table contains cumulated leave data for all employees for the previous years. The data is differentiated according to leave type.
This table contains leave data for all employees for the current period. The data is differentiated according to leave type. The table does not contain fields for remaining leave days (RSA, RSG, RST).

The field names of these tables have five characters and are composed of two elements.

The first three places, which constitute the first element, define the leave type more clearly. The following aspects are possible:

Places 4 and 5, which constitute the second element, contain the key for the relevant leave type (for example, "01" for standard leave). If you want to display total leave instead of a value for a specific wage type, enter the place holder "**".

Activities

1. In the form editor, choose Individual fields -> Create.
2. Complete the fields as described in the example.

Further Notes

If you want to print the text for a leave type, you must enter 01 in the Conversion field. As a result, the relevant text (for example, Leave entitlement ) is printed instead of the leave type key (for example 01).