Menu

SAP Function Module HR_IE_LAST_PAY_PERIOD

Get the last payroll period for a payroll area in an year

The Function Module HR_IE_LAST_PAY_PERIOD (Get the last payroll period for a payroll area in an year) is a standard Function Module in SAP ERP and is part of the function group HR_IE_UTILITIES within the package PC11.

Technical Information

Function Module HR_IE_LAST_PAY_PERIOD
Short Text Get the last payroll period for a payroll area in an year
Function Group HR_IE_UTILITIES
Package PC11
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CALENDAR_YEAR LIKE T549S-PABRJ Payroll year
PAYROLL_AREA LIKE T549A-ABKRS Payroll Area

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
LAST_PAY_PERIOD LIKE T549S-PABRP Accounting period
RET LIKE SY-SUBRC Return Value, Return Value After ABAP Statements

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.