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_ABSENCE573_GETDETAIL_PBS (Read Employee absence Details) is a standard Function Module in SAP ERP and is part of the function group PABSENCE573PBS within the package P13P1.
Function Module | HR_ABSENCE573_GETDETAIL_PBS |
Short Text | Read Employee absence Details |
Function Group | PABSENCE573PBS |
Package | P13P1 |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EMPLOYEENUMBER | LIKE | P13_P0509-PERNR | Personnel Number | |
LOCKINDICATOR | LIKE | P13_P0509-SPRPS | Lock indicator for HR master record | |
OBJECTID | LIKE | P13_P0509-OBJPS | Object identification | |
RECORDNUMBER | LIKE | P13_P0509-SEQNR | Number of infotype record with same key | |
SUBTYPE | LIKE | P13_P0509-SUBTY | Subtype | |
VALIDITYBEGIN | LIKE | P13_P0509-BEGDA | Start date | |
VALIDITYEND | LIKE | P13_P0509-ENDDA | End Date |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ADVANCEPAYMENTFLAG | LIKE | P13_P0573-ADVANCEPAYMENTFLAG | Advance Payment flag | |
ANTICIPATIONALLOWD | LIKE | P13_P0573-ANTICIPATIONALLOWD | Anticipation allowd | |
APPROVALDATE | LIKE | P13_P0573-APPROVALDATE | Approval date | |
BONUS | LIKE | P13_P0573-BONUS | Taxation tick box for leave loading | |
CONVERTTOFHPAYFLAG | LIKE | P13_P0573-CONVERTTOFHPAYFLAG | Convert to full or half pay flag. | |
DAYINDICATOR | LIKE | P13_P0573-DAYINDICATOR | Day Indicator | |
DEDUCTEDAMOUNT | LIKE | P13_P0573-DEDUCTEDAMOUNT | Deducted amount | |
DEDUCTEDQUOTATYPE1 | LIKE | P13_P0573-DEDUCTEDQUOTATYPE1 | Deducted Quota type | |
DEDUCTEDQUOTATYPE2 | LIKE | P13_P0573-DEDUCTEDQUOTATYPE2 | Deducted Quota type | |
DEDUCTFPQUOTA | LIKE | P13_P0573-DEDUCTFPQUOTA | Deduct from full/part time quota | |
ENDTIME | LIKE | P13_P0573-ENDTIME | End time | |
FLAGFULLHALF | LIKE | P13_P0573-FLAGFULLHALF | Flag for full/half pay | |
FLEXITIMEFLAG | LIKE | P13_P0573-FLEXITIMEFLAG | Flexi time flag | |
LEAVEBEGINDATE | LIKE | P13_P0573-LEAVEBEGINDATE | Leave begin date | |
LEAVECODE | LIKE | P13_P0573-LEAVECODE | Leave code for PS Infotype | |
LEAVEENDDATE | LIKE | P13_P0573-LEAVEENDDATE | Leave end date | |
LEAVELOADING | LIKE | P13_P0573-LEAVELOADING | Leave loading check box | |
LEAVETYPE | LIKE | P13_P0573-LEAVETYPE | Leave type stored in 2001 | |
NOCOMMIT | LIKE | BAPI_STAND-NO_COMMIT | COMMIT control at BAPI interface | |
NOTTOCOUNTASSERVICE | LIKE | P13_P0573-NOTTOCOUNTASSERVICE | Not to count as service | |
PREVIOUSDAYINDICATOR | LIKE | P13_P0573-PREVIOUSDAYINDICATOR | Previous day indicator | |
PURCHASEDLEAVEALLOWED | LIKE | P13_P0573-PURCHASEDLEAVEALLOWED | Purchased Leave allowed ? | |
RETURN | LIKE | BAPIRETURN1 | Return parameter | |
SLAAMOUNT | LIKE | P13_P0573-SLAAMOUNT | Deducted amount | |
SPLITACROSSFINANCIALYEAR | LIKE | P13_P0573-SPLITACROSSFINANCIALYEAR | Split across financial year check box | |
STARTTIME | LIKE | P13_P0573-STARTTIME | Start time | |
SUPERVISORNAME | LIKE | P13_P0573-SUPERVISORNAME | Supervisor Name |
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 |
---|---|---|---|---|
P0573A | LIKE | P0573 | HR AU PS : Structure for infotype 573 |
This function module does not define any Exceptions.