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_GET_QUOTA_BASE_NZ (To get the base entitlement) is a standard Function Module in SAP ERP and is part of the function group HRIL_NZ within the package PC43.
Function Module | HR_GET_QUOTA_BASE_NZ |
Short Text | To get the base entitlement |
Function Group | HRIL_NZ |
Package | PC43 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IMOBDE | LIKE | T001P-MOBDE | Personnel Subarea Grouping for Time Recording | |
IMOPGK | LIKE | T503-KONTY | Employee Subgroup Grouping for Time Quota Types | |
IMOZKO | LIKE | T001P-MOZKO | Personnel Subarea Grouping for Time Quota Types | |
IPERNR | LIKE | PERNR-PERNR | Personnel number | |
IQTYPE | LIKE | T556A-KTART | Absence Quota Type | |
IQUOMO | LIKE | T559L-QUOMO | Quota type selection rule group |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_ACCNR | LIKE | T559L-ACCNR | Selection rule for absence quota types | |
E_LVNUM | LIKE | T559E-LVNUM | Constant value of base entitlement for leave accrual | |
E_RETURN | TYPE | BAPIRETURN1 | Return Parameter | |
E_RULNO | LIKE | T559L-RULNO | Rule for base entitlement for leave accrual | |
E_SEQNR | LIKE | T559E-SEQNR | Sequential Number |
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 |
---|---|---|---|---|
I0001 | LIKE | P0001 | HR Master Record: Infotype 0001 (Org. Assignment) | |
I0007 | LIKE | P0007 | HR Master Record: Infotype 0007 (Planned Working Time) | |
I0008 | LIKE | P0008 | HR Master Record: Infotype 0008 (Basic Pay) | |
I0016 | LIKE | P0016 | HR Master Record: Infotype 0016 (Contract Elements) | |
I0041 | LIKE | P0041 | HR Master Record: Infotype 0041 (Date Specifications) | |
IT559E | LIKE | T559E | Base Entitlement for Leave Accrual | |
IT559L | LIKE | T559L | Automatic Absence Quota Generation |
This function module does not define any Exceptions.