The Function Module HR_NO_CALC_TAX (Tax calculation routine Norway) is a standard Function Module in SAP ERP and is part of the function group HRV0 within the package PC20.
Function Module | HR_NO_CALC_TAX |
Short Text | Tax calculation routine Norway |
Function Group | HRV0 |
Package | PC20 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IS_PENSJONIST | LIKE | P0173-PENSI | Blank means not a pensjonist | |
PER_DATE | TYPE | D | Reference date for tax calculations | |
TABLE_NO | LIKE | T5V2D-TABNO | Taxtable number (7100, 7101, ...) | |
TAXABLE_INCOME | TYPE | P | 0 | Taxable income |
TAX_PERIOD | LIKE | P0173-TABTY | Code for taxable periode (1-7) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
TAX | TYPE | P | Calculated tax |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.