Menu

SAP Function Module HR_AUPBS_PRIOR_SERVICE

Extract Prior Service(s) From IT0508

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_AUPBS_PRIOR_SERVICE (Extract Prior Service(s) From IT0508) is a standard Function Module in SAP ERP and is part of the function group 3QP2A within the package P13P6.

Technical Information

Function Module HR_AUPBS_PRIOR_SERVICE
Short Text Extract Prior Service(s) From IT0508
Function Group 3QP2A
Package P13P6
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CTLSL LIKE P0508-CTLSL Count eligible service for LSL
CTTER LIKE P0508-CTTER Count eligible service for Termination payment
END_DATE LIKE SY-DATUM '99991231' End date
PERNR LIKE P0000-PERNR Personal number
START_DATE LIKE SY-DATUM '19000101' Begin date

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I0508 LIKE P0508 HR-AU-PS: Master Data (Prior Service)

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
CUSTOMIZING_ERROR Both parameters CTLSL and CTTER are selected
SELECT_WRONG_PERIOD Start date must be earlier than End date