The Function Module HRCM_ADJUSTMENT_BSSAL_GET (Grundgehalt für eine Vergütungsanpassung ermitteln) is a standard Function Module in SAP ERP and is part of the function group HRCMP00ADJUSTMENTS within the package PCMP.
Function Module | HRCM_ADJUSTMENT_BSSAL_GET |
Short Text | Grundgehalt für eine Vergütungsanpassung ermitteln |
Function Group | HRCMP00ADJUSTMENTS |
Package | PCMP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CAREA | LIKE | T71C3-CAREA | Vergütungsbereich | |
CPLAN | LIKE | T71CA-CPLAN | Vergütungsanpassungsart | |
CPROC | LIKE | T71C8-CPROC | Vergütungsanpassungsgrund | |
CURCY | LIKE | TCURC-WAERS | Währung für Grundgehalt | |
EFFDA | LIKE | SY-DATUM | Wirksamkeitsdatum für Vergütungsanpassung | |
KEYDA | LIKE | SY-DATUM | Stichtag zum Lesen der Customizing-Tabelle T71CB | |
PERNR | LIKE | P0380-PERNR | Personalnummer | |
REACTION | LIKE | SY-MSGTY | Fehlerparameter |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BSCUR | LIKE | P0380-BSCUR | Währung des Grundgehalts | |
BSDTE | LIKE | P0380-BSDTE | Stichtag zur Berechnung des Grundgehalts | |
BSFRQ | LIKE | T710F-FREQU | Zeiteinheit des Grundgehalts | |
BSSAL | LIKE | P0380-BSSAL | Grundgehalt | |
BSWGT | LIKE | P0380-BSWGT | Bewertete Lohnart zur Berechnung des Grundgehalt |
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 |
---|---|---|---|---|
ERROR_TABLE | LIKE | RPBENERR | Fehlertabelle |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
BSSAL_CALC_ERROR | Fehler bei der Berechnung des Grundgehalts |
NO_ADJUSTMENT_TYPE_DATA | Keine Daten zur Vergütungsanpassungsart |
UNUSABLE_TIME_UNIT | Falsche Zeiteinheit |