The Function Module HRHAP_PA_CMP_PERFORMANCE_GET (Calculation of an employee's appraisal data (MbO) - Eligibility) 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_PERFORMANCE_GET |
Short Text | Calculation of an employee's appraisal data (MbO) - Eligibility |
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 |
---|---|---|---|---|
IS_T71D5R | TYPE | T71D5R | Parameter for the appraisal template | |
I_BEGDA | TYPE | SY-DATUM | Date for calculation | |
I_OBJID_APPRAISEE | TYPE | PLOGI-OBJID | Id of appraisee | |
I_OTYPE_APPRAISEE | TYPE | T778O-OTYPE | Object Type of appraisee | |
I_PLVAR | TYPE | T778P-PLVAR | Plan Version | |
I_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 |
---|---|---|---|---|
E_SUBRC | TYPE | SY-SUBRC | Error indicator | |
E_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 |
---|---|---|---|---|
CT_ERROR_TABLE | LIKE | RPBENERR | Error Message Table |
This function module does not define any Exceptions.