The Function Module HR_IN_GET_WT_SPLIT (To Find wage type splits for a taxcode for a employee) is a standard Function Module in SAP ERP and is part of the function group HRPADINA1 within the package PB40.
Function Module | HR_IN_GET_WT_SPLIT |
Short Text | To Find wage type splits for a taxcode for a employee |
Function Group | HRPADINA1 |
Package | PB40 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BEGDA | LIKE | SY-DATUM | Date and time, current (application server) date | |
EMPNO | LIKE | PERNR-PERNR | Personnel number | |
ENDDA | LIKE | SY-DATUM | Date and time, current (application server) date | |
TAXCD | LIKE | T7INT9-TAXCD | Tax code / Reimbursement type |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ALGRP | LIKE | PINAG | Allowance grouping splits table | |
I7INT9 | LIKE | T7INT9 | Taxability of wage types | |
P1 | LIKE | P0001 | HR Master Record: Infotype 0008 (Basic Pay) | |
P8 | LIKE | P0008 | HR Master Record: Infotype 0008 (Basic Pay) | |
WTTAB | LIKE | PINWT | Wage type table |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ALGRP_NOT_FOUND | Payscale grouping for allowances not found |
INFTY_NOT_FOUND | Infotype 1 or 8 not found |
LGART_NOT_FOUND | Waetype for the wagetype code not found |