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.
Function Module | HR_AUPBS_PRIOR_SERVICE |
Short Text | Extract Prior Service(s) From IT0508 |
Function Group | 3QP2A |
Package | P13P6 |
Module Type | Normal Module |
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 |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING 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) |
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 |