Menu

SAP Function Module RP_CHECK_TAX_GROUPING

Checks if a change in tax grouping has occured in the reporting period

The Function Module RP_CHECK_TAX_GROUPING (Checks if a change in tax grouping has occured in the reporting period) is a standard Function Module in SAP ERP and is part of the function group HRPAYPH within the package PC48.

Technical Information

Function Module RP_CHECK_TAX_GROUPING
Short Text Checks if a change in tax grouping has occured in the reporting period
Function Group HRPAYPH
Package PC48
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FIRST_DAY LIKE T7PH0A-BEGDA Start Date
LAST_DAY LIKE T7PH0A-ENDDA End Date
PERNR_NO LIKE PERNR-PERNR Personnel number
SELECTION_GROUP LIKE T7PH0A-TXGRP Tax grouping

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CHANGED_FIRSTDAY LIKE T7PH0A-BEGDA Start Date
CHANGED_LASTDAY LIKE T7PH0A-ENDDA End Date

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
INVALID_CODE Invalid report grouping
NOT_FOUND Report groupings not found
NO_CHANGE No change in tax grouping
OTHER Other
REP_GRP_CHANGED Report grouping has changed
TAX_GRP_CHANGED Tax grouping has changed