Absence Valuation in Schema xT00: Technical Process 

 

Purpose

Absence valuation using the payroll schema xT00 allows you to valuate the absences recorded for an employee according to:

Process Flow

Absence Valuation in Schema xT00: Technical Process

Func.

Par1

Par2

Par3

Par4

P

D

Text

...

             

MOD

XMOD

GEN

       

Set groupings

RAB

           

Import absences

PRINT

NP

AB

       

Print absences

xNAB

           

Country-specific absence routines

....

             

DAYPR

TC00

         

Day processing of time data

...

             

PAB

           

Process absences

...

             

xAB

           

Country-specific absence routines

...

             

 

Set groupings

The first action in payroll that is relevant to absence processing is function MOD in schema xT00.

The X sign appears in the following text in a number of schemas, functions, and personnel calculation rules. The X stands for the country indicator and also for the international versions of the schemas, functions, and personnel calculation rules.
Only use schema xT00, personnel calculation rule XMOD, and so on, if no separate schemas, functions, and personnel calculation rules have been created for your country.

Function MOD determines the table entries the system accesses to valuate absences.

MOD calls personnel calculation rule XMOD which uses operation MODIF A to determine the employee grouping for absence valuation.

The employee grouping for absence valuation is used in the Valuation of Absences table (T554C) to select an absence valuation rule. The specifications stored in personnel calculation rule XMOD assign a meaning to the employee grouping. You can set individual grouping criteria here.

For more information, see the Implementation Guide for Payroll and choose Absences ® Set grouping for absence valuation.

You can define groupings for a particular organizational assignment, for example, in relation to the employee subgroup grouping for personnel calculation rules.

You can use different employee groupings for absence valuation for

In the standard system, the payroll modifier for accessing the Constant Valuations table (T510J) is also set in personnel calculation rule XMOD using operation MODIF 2.

Import absences

After a grouping has been set for the personnel number, function RAB reads the absences recorded for the employee during the relevant period in the Absences infotype (2001).

The absences are assigned to a WPBP split indicator. The absence valuation rule is determined from the Attendances and Absences table (T554S), which groups together different absence types in payroll.

The absences are assigned to a work center split indicator.

An employee has changed work centers within the company during the payroll period. The work center split indicator allows you to take account of this organizational change when valuating absences.

If parameter 3 of function RAB contains the entry X, the absence valuation rule can be changed using the Breakdown of Absences after Quota Deduction table (T554A). In this way, you can create a special absence valuation rule that is dependent on the quota from which the absence is deducted.

If an absence is deducted from one or more quotas, an absence record can be broken down if required. If this is not the case, parameter 3 has no effect.

Take account of country-specific requirements when reading absences

Special processing may be required to account for country-specific requirements.
A common example is absence due to illness. The amount of payment can change in the course of the illness (continued pay).

To ensure than the absence valuation function can deal with such situations, the internal Absences table (AB) has been enhanced. If an absence record is affected by country-specific requirements, it is split into smaller sections and then entered in table AB.
In table AB, there are three split indicators in which you can store country-specific indicators.

Split indicators for country XY for

Each section can then be valuated using a different procedure, that is, a different absence valuation rule.

Function XNAB is used for a more detailed version of table AB. Please note that the function must come at a specific position in the schema. It must not be processed until after the absences have been read, but before they are valuated (function PAB).

Day processing of time data

During day processing of time data, time wage types are selected using the Time Wage Type Selection table (T510S), and the time wage types are entered in the internal Time Wage Types table (ZL).

The same applies to all absences for which the Time Wage Type Selection field is selected in the Valuation of Absences table (T554C).

Valuate absences

Absence valuation is triggered using function PAB.

Actual amounts are not calculated at this stage in the payroll process. First, the specifications made for absence valuation in Customizing are processed.
Processing these specifications facilitates the subsequent valuation of wage types in amounts and/or factoring.

Function PAB performs the following steps:

a) The counting classes that have been determined are cumulated in internal table CABC. The table contains the following information for each split:

You can query this information in personnel calculation rules using operation NUM:

Partial period parameters for the partial period (=T)

TKAU **

Unpaid absence (AU) expressed in calendar days (K)

All counting classes ( ** )

TAAP **

Paid absence (AP) expressed in absence days (A)

All counting classes ( ** )

TSAU33

Unpaid absence (AU) expressed in absence hours (S)

Counting class 33 (33)

b) Bases for calculating average values or wage types valuated using constants are determined.
The system enters the wage types in the following tables according to the time unit specified in the rule for absence valuation:

c) If you have created a separate personnel calculation rule for special processing special processing is carried out.

You can use information from the employee’s master data or organizational assignment data for special processing. The system calculates temporary values and enters them in record layout fields.
For information on record layout fields, see the documentation on the operands for operations NUM, RTE, and AMT.

Take account of country-specific requirements in absence valuation

The processing triggered by function XNAB may have to be continued. This can only take place after the absences have been valuated using function PAB.

Processing can be carried out using function XAB.