The Function Module HR_GET_TARIF (Lesen der Tarifangaben zu einer Personalnummer) is a standard Function Module in SAP ERP and is part of the function group HRPADLGART within the package PBAS.
Function Module | HR_GET_TARIF |
Short Text | Lesen der Tarifangaben zu einer Personalnummer |
Function Group | HRPADLGART |
Package | PBAS |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATE | LIKE | SY-DATUM | SY-DATUM | Datum der Tarifinformationen |
PERNR | LIKE | PSKEY-PERNR | Personalnummer | |
SUBTY | LIKE | PSKEY-SUBTY | '0 ' | Subtypangabe der Basisbezüge |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
TRFAR | LIKE | P0008-TRFAR | Tarifart | |
TRFGB | LIKE | P0008-TRFGB | Tarifgebiet | |
TRFGR | LIKE | P0008-TRFGR | Tarifgruppe | |
TRFST | LIKE | P0008-TRFST | Tarifstufe |
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.