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_KR_GET_TAX_RATE (Get tax rate) is a standard Function Module in SAP ERP and is part of the function group HRPAYKR01 within the package PC41.
Function Module | HR_KR_GET_TAX_RATE |
Short Text | Get tax rate |
Function Group | HRPAYKR01 |
Package | PC41 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATE | TYPE | D | Date of evaluation | |
TXAMT | TYPE | PKR_TXAMT | Tax base amount |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
TAX_RATE_TAB_LINE | TYPE | PKRL1_TAX_RATE_TAB_LINE | Whole record of the tax rate table | |
TPAMT | TYPE | PKR_TDAMT | Progressive taxation amount | |
TXRTE | TYPE | PKR_TXRTE | Tax rate |
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 |
---|---|
NO_ENTRY_FOR_DATE | No entry for the date specified |
NO_ENTRY_FOR_TXAMT | No entry for the tax amount specified |
NO_ENTRY_FOR_TXRTE | No entry for the tax rate specified |
NO_INPUT | No input |