Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!
Bei amazon.de ansehen →The Function Module HR_AUPBS_LSL_PRIOR (Calculate the number of LSL taken during prior service) is a standard Function Module in SAP ERP and is part of the function group 3QP8 within the package P13P1.
Function Module | HR_AUPBS_LSL_PRIOR |
Short Text | Calculate the number of LSL taken during prior service |
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 |
---|---|---|---|---|
END_DATE | LIKE | SY-DATUM | '99991231' | End date |
START_DATE | LIKE | SY-DATUM | '19000101' | Begin date |
TPERNR | LIKE | P0000-PERNR | Personal number |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LSL_PRI_FT | TYPE | F | Number of FT LSL used | |
LSL_PRI_PT | TYPE | F | Number of PT LSL used | |
LSL_USED | TYPE | F | Number of LSL used in the prior service |
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 |
---|---|---|---|---|
PRIOR_ABS | TYPE | HRPS_PRIOR_ABS | Table containing prior service absence records |
This function module does not define any Exceptions.