The Function Module HRHAP_PA_CMP_MATRIX_APPRAISAL (Calculation of an employee's appraisal data (MbO) - Guidline) is a standard Function Module in SAP ERP and is part of the function group HRHAP_PA_COMPENSATION within the package PAOC_HAP_PA_UI.
Function Module | HRHAP_PA_CMP_MATRIX_APPRAISAL |
Short Text | Calculation of an employee's appraisal data (MbO) - Guidline |
Function Group | HRHAP_PA_COMPENSATION |
Package | PAOC_HAP_PA_UI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BSDTE | TYPE | SY-DATUM | Date for calculation | |
PARAM | TYPE | T71GD-PARAM | Parameter for the dimension method | |
PERNR | TYPE | P0001-PERNR | Personnel Number | |
REACTION | TYPE | SY-MSGTY | SPACE | Output type |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SUBRC | TYPE | SY-SUBRC | Error indicator | |
VALUE | TYPE | T71GS-LOVAL | Appraisal value |
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 | Error Message Table |
This function module does not define any Exceptions.