Note: The procedure outlined here is still supported. However, with new forms, you should proceed as outlined in Example with New Procedure
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 |
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:
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 "**".
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).