Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module HRGPBS_OSP_OMP_GET_SWITCHES (Derive Scheme Switches for Shift Work, Part-time Work & Nil Pay) 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_GET_SWITCHES |
Short Text | Derive Scheme Switches for Shift Work, Part-time Work & Nil Pay |
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_CHECK_DATE | LIKE | SY-DATUM | Date and time, current (application server) date | |
P_COVPA | LIKE | T556E-COVPA | Rule Group for Coverage History | |
P_MOLGA | LIKE | T001P-MOLGA | Country grouping |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
P_NILPY | LIKE | T5GPBS29-NILPY | Absence Evaluation: Valuation Rule for Payment | |
P_PRTDY | LIKE | T5GPBS29-PRTDY | Absence Evaluation: Part Day Entitlement Calculation | |
P_PTACT | LIKE | T5GPBS29-PTIME | Absence Evaluation: Part Time Factor Time Unit | |
P_PTFCT | LIKE | T5GPBS29-PTIME | Absence Evaluation: Part Time Factor Time Unit | |
P_SHIFT | LIKE | T5GPBS29-SHIFT | Absence Evaluation: Shift Workers STD Time Unit |
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_I5GPBS29 | LIKE | T5GPBS29 | Absence Evaluation: Scheme Switches |
This function module does not define any Exceptions.