HR Get Payroll Data Actions

HR Get Payroll Data actions retrieve HR payroll data from the specified RFC Destination. The results are stored in a Table Set dataset.

Action Property Description
Area Identifier A String parameter containing the Area Identifier for which payroll data is to be retrieved.
Batch Size An Integer parameter or dataset specifying a batch size for the retrieval of payroll data. If this parameter is set to an integer N, employee numbers from the Source table are processed in batches of N records. If this parameter is not set, 1000 is used as the default value.
Result A Table Set dataset in which to store the retrieved data.
RFC Destination An RFC Destination parameter or dataset referring to the SAP system from which to retrieve payroll data.
Run Date A String parameter specifying the run date for the payroll run. Date values are specified in the format YYYYMMDD.
Run Time A String parameter specifying the run time for the payroll run. Time values are specified in the format HHMMSS.
Sequential Number An Integer parameter specifying which sequential number for payroll period to retrieve.
Source A Table parameter containing a list of Employee Numbers for which to extract payroll data. This table should have a single NAME column.
Table Keys A Table parameter or dataset specifying key fields to set in the retrieved tables. The Table parameter or dataset should have a TABLE column which stores the name of a retrieved table, and a FIELD column which stores the name of a key field for the specified table.
Table List Not used.

Note that HR Get Payroll Data actions do not process tables to ignore.

Example:

HR Get Payroll Data action example.