Menu

SAP Function Module HR_IE_CALCULATE_TAX_NORMAL

HR IE tax calculation using tax credit normal basis

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

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_IE_CALCULATE_TAX_NORMAL (HR IE tax calculation using tax credit normal basis) is a standard Function Module in SAP ERP and is part of the function group HR_IE_TAX within the package PC11.

Technical Information

Function Module HR_IE_CALCULATE_TAX_NORMAL
Short Text HR IE tax calculation using tax credit normal basis
Function Group HR_IE_TAX
Package PC11
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CALC_CURRENCY LIKE T500C-WAERS Calc Currency passed on
CALC_DATE TYPE D Start date
NUMPPIY LIKE T511K-KWERT Legal number of pay periods in year
PAYROLL_CALL TYPE C Set if called from payroll
PAY_FREQ TYPE PFREQ Payroll time units
PRDNM LIKE T549Q-PABRP Accounting period
PRDYR LIKE T549Q-PABRJ Accounting year
P_PERNR LIKE PERNR-PERNR Personnel number
SW_PROT TYPE C Payroll log

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PAYE LIKE PC26V Payroll Results : Tax (IE)

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IT LIKE PC207 Payroll Results: Results Table
OCRT LIKE PC208 Payroll Results: Cumulated Results Table
P_0359 LIKE P0359 HR Master Record: Infotype 0359 (Tax - IE)
P_0387 LIKE P0387 HR Master Record : Infotype 0387 (Starter's Details)
T500C LIKE T500C Currency fro public service sector
TAX_LOG LIKE PLOG_TEXT Tax calculation log

Exceptions

This function module does not define any Exceptions.