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 HRGPBS_OSP_OMP_DAY_PAYABLE (Derive whether a day is payable) is a standard Function Module in SAP ERP and is part of the function group HRGPBS_OSP_OMP within the package P08P_ABS.
Function Module | HRGPBS_OSP_OMP_DAY_PAYABLE |
Short Text | Derive whether a day is payable |
Function Group | HRGPBS_OSP_OMP |
Package | P08P_ABS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
P_ABSTY | LIKE | T5GPBS26-CABST | Attendance/absence category | |
P_CHECK_DATE | LIKE | SY-DATUM | Date and time, current (application server) date | |
P_COVPA | LIKE | T5GPBS26-COVPA | Rule Group for Coverage History | |
P_ENDDA | LIKE | SY-DATUM | Date and time, current (application server) date | |
P_MOABW | LIKE | T5GPBS26-CMOAB | Personnel subarea grouping for absence and attendance types | |
P_MOLGA | LIKE | T500L-MOLGA | Country grouping | |
P_PERNR | LIKE | PERNR-PERNR | Personnel number |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
P_DAY_NONP | TYPE | C | Whether or not the day is applicable | |
P_DAY_NONP_EVCLS | LIKE | T5GPBS26-CNPEC | Absence valuation rule | |
P_DAY_NONP_EVCLS_CLASSES | LIKE | P08P1_ABS_UNPAID_CLASSES | Absence Evaluation: Unpaid OMP KLBEWs 5 x (from & to) |
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 |
---|---|---|---|---|
P_ERROR | LIKE | EDIMESSAGE | Transfer Structure with all Sy Fields for T100 | |
P_I5GPBS26 | LIKE | T5GPBS26 | Absence Evaluation: Payment Day Rule Definition |
This function module does not define any Exceptions.