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_AVG_HR_WK (Calculate the whole length of service of employee) is a standard Function Module in SAP ERP and is part of the function group 3QP8 within the package P13P1.
Function Module | HR_AUPBS_AVG_HR_WK |
Short Text | Calculate the whole length of service of employee |
Function Group | 3QP8 |
Package | P13P1 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLWOP | LIKE | T5QPBS4F-IPRSV | Always count LWOP into LOS | |
CUNAU | LIKE | T5QPBS4F-IPRSV | Always count unauthorised leave into LOS | |
END_DATE | LIKE | SY-DATUM | End date | |
FTIME | LIKE | T5QPBS4F-IPRSV | Count FT services | |
PTIME | LIKE | T5QPBS4F-IPRSV | Count PT services | |
START_DATE | LIKE | SY-DATUM | Begin date | |
STDHW | LIKE | T5QPBS4F-IPRSV | Use standard hours per week for FT from t511k | |
TPERNR | LIKE | P0000-PERNR | Personal number |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
AVG_HR_WK | TYPE | F | Average workng hours |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CUSTOMIZING_ERROR | Both parameters CTLSL and CTTER are selected |