
Reading of basic data
Purpose
The step corresponding to basic data reading is processed in the payroll schema through the subschema EBD0.
Requirements
The correct data must be in the infotypes.
Basic Pay (0008)
Social Insurance (0061)
Contract Management (0016)
Tax Data (0062)
Seniority (0092)Process
The subschema EBDO (Basic data Spain) processes the following functions:
- The function WPBP (Workplace Basic Pay) includes the employee basic pay and workplace data in the internal table WPBP. The wage types in the infotype ‘Basic pay’ (0008) are also stored in the internal table IT, which means they are available for the calculation process for the subsequent processing steps. The WPBP function specifies moreover, whether in a payroll run period events to be considered separately have occurred and makes the corresponding splits.
- The P0061 reads the Social Insurance data of infotype ‘Social Insurance’ (0061) and places it in the internal table SV. If there have been changes in the Social Insurance keys or in the contribution conditions, a split is made.
- The function P0480 reads the data relating to the employee contract in the infotype ‘Contract management’ (0016).
- The P0062 function reads the tax data of infotype ‘Tax data’ (0062) and places it in the internal table ST. If there have been changes in the payment keys or other relevant data, a split is made.
- The P0092 function reads the data relating to seniority in the infotype ‘Seniority’ (0092).
Result
The basic data and wage types are included in the processing tables of the payroll schema to be processed.