Process: Transferring to Payroll 

Purpose

You can use the methods available for the interface to perform the process of wage component transfer illustrated here.

Transferring and Processing External Wage Components

Entering and Processing Data in the Third-Party Application (Abbreviated as XY) and Transfer Test Run

We recommend that you transfer wage components in a summarized state to keep the procedure as simple as possible.

Transferring Wage Components

The method EmpWageComponentExt.Create is used to create a record of the External Wage Components Infotype (0579) in HR. In the third-party application, the infotype record is not kept with the HR infotype key but with the external key.

Using the method EmpWageComponentExt.GetList , the third-party application can search for the transfer key to the HR infotype keys, for example, which it would like to access using the method EmpWageComponentExt.Change .

The infotype record is imported by the Payroll system. It is processed in accordance with the wage type coding and is then stored in the payroll result. It is then available for subsequent processing steps (posting, evaluations).

Methods provided by HR for this process

Creating an infotype record

EmpWageComponentExt.Create

Changing an infotype record

EmpWageComponentExt.Change

Deleting an infotype record

EmpWageComponentExt.Delete

Displaying key for infotype records

EmpWageComponentExt.GetList

Displaying an infotype record

EmpWageComponentExt.GetDetail