Menu

SAP Function Module HR_GET_TARIF

Lesen der Tarifangaben zu einer Personalnummer

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.

Technical Information

Function Module HR_GET_TARIF
Short Text Lesen der Tarifangaben zu einer Personalnummer
Function Group HRPADLGART
Package PBAS
Module Type Remote-Enabled

Importing Parameters

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

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.