Menu

SAP Function Module HR_YEA_GETEXPENSE

Read the expense information for YEA

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

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.

Technical Information

Function Module HR_YEA_GETEXPENSE
Short Text Read the expense information for YEA
Function Group PYEA
Package PB41
Module Type Normal Module

Importing Parameters

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

Exporting Parameters

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

Changing Parameters

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

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
READ_INFOTYPE_ERROR Read infotype error