The Function Module HR_YEA_GETEXPENSE (Read the expense information for YEA) is a standard Function Module in SAP ERP and is part of the function group PYEA within the package PB41.
Function Module | HR_YEA_GETEXPENSE |
Short Text | Read the expense information for YEA |
Function Group | PYEA |
Package | PB41 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CATEGORY | TYPE | C | Expense category | |
EMPLOYEENUMBER | LIKE | P0542-PERNR | Personnel number | |
I_BEGDA | LIKE | P0542-BEGDA | Valid from date | |
I_ENDDA | LIKE | P0542-ENDDA | Valid from date |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EXPENSE_DEDUCT | LIKE | PKREXPENSE | HR Master Record: Expense deduction amount information | |
SUBRC | LIKE | SY-SUBRC | Return value, return value after ABAP statements |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SUBOP | TYPE | PKR_SUBOP | Subtypes of Other Pension |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
READ_INFOTYPE_ERROR | Read infotype error |