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_AT_ST_CALC_TARIF_002 (Steuerberechnung nach Effektiv-Tarif-Tabellen) is a standard Function Module in SAP ERP and is part of the function group 0PAA within the package PC03.
Function Module | HR_AT_ST_CALC_TARIF_002 |
Short Text | Steuerberechnung nach Effektiv-Tarif-Tabellen |
Function Group | 0PAA |
Package | PC03 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ALLKZ | TYPE | PC20S-ALLKZ | Steuerkennzeichen Alleinerzieher/-verdiener | |
BASIS | TYPE | PC207-BETRG | Basisbetrag für Berechnung | |
DATUM | TYPE | D | Zugriffsdatum für Tarif | |
NEGATIV | TYPE | XFELD | ' ' | ':bei neg.Ergebnis BETRG-'0',sonst BETRG-Ergebnis |
PENKZ | TYPE | PC20S-PENKZ | Steuerkennzeichen Pensionist |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ABZUG | TYPE | T5A2J-ABZUG | Effektiv-Tarif: Abzugsbetrag | |
BETRG | TYPE | PC207-BETRG | Berechnungsergebnis | |
BTBIS | TYPE | T5A2J-BTBIS | Oberer Basislohn zur Grenzsteuerstufe | |
BTVON | TYPE | T5A2J-BTBIS | Unterer Basislohn zur Grenzsteuerstufe | |
GRENZ | TYPE | T5A2J-ABZUG | Grenzsteuer | |
TABID | TYPE | T5A2J-TABID | Schlüssel der Effektiv-Tabelle | |
TPROZ | TYPE | T5A2J-TPROZ | Effektiv-Tarif: Grenzsteuersatz |
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 |
---|---|
RC_ALLKZ | Ungültiges Steuer-Kennzeichen ALLKZ |
RC_CALL_FUBA_BEFORE_VALIDITY | FuBa-Aufruf vor Gültigkeitsbeginn |
RC_PENKZ | Ungültiges Steuer-Kennzeichen PENKZ |
RC_T5A2J_ENTRY_NOT_FOUND | Kein Eintrag in Tabelle T5A2J |