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 HR_BE_DMFA_LOW_WAGES (Calculates the low wages reduction, used in payroll function BSV00) is a standard Function Module in SAP ERP and is part of the function group HRPAYBE_REDUCTIONS within the package PC12.
Function Module | HR_BE_DMFA_LOW_WAGES |
Short Text | Calculates the low wages reduction, used in payroll function BSV00 |
Function Group | HRPAYBE_REDUCTIONS |
Package | PC12 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_APER | TYPE | PC2APER | structure of table APER in payroll | |
IM_CRT | TYPE | P99SG_TAB_CRT | CRT table (for cumulation of Low Wages reduction) | |
IM_IT | TYPE | P99SG_TAB_IT | IT table (for already issued Low Wages this month) | |
IM_PERNR | TYPE | PERNR-PERNR | Personnel number for buffering reasons | |
IM_RT | TYPE | P99SG_TAB_IT | Abrechnungsergebnis: Ergebnistabelle | |
IM_TAB_PSP | TYPE | PBEU0_TAB_PSP | Social Insurance | |
IM_TAB_SV | TYPE | HRPAYBE_SV | Social Insurance | |
IM_TAB_SVEVL | TYPE | HRPAYBE_SVEVL | Social Insurance table for Evaluation | |
IM_TAB_SVREM | TYPE | HRPAYBE_SVREM | DMFA Remuneration codes | |
IM_TAB_SVSER | TYPE | HRPAYBE_SVSER | DMFA Service codes | |
IM_WA_SV | TYPE | PC280 | Social Insurance |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EX_LOWWAGE_BASE | LIKE | PC207-BETRG | Calculated base for the reduction | |
EX_LOWWAGE_REDUC | LIKE | PC207-BETRG | Amount of the reduction | |
EX_LOWWAGE_SALARY | LIKE | PC207-BETRG | Wage |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ANSTA_NOT_RECOGNIZED | The specified ansta field has only values 1 and 2 possible. |
DIVISION_BY_0_D_FACTOR | The D factor is 0 causing a division by 0 |
DIVISION_BY_0_U_FACTOR | The U factor is 0 causing a division by 0 |
T511P_ENTRY_NOT_FOUND | The constant SVLWF was not found for specified period in table T511P |
T5BVJ_NO_ENTRY_FOUND | Could not find corresponding entry in table T5BVJ |