The Function Module HRHAP_PA_CMP_DOC_VALUE_READ (Read Employee's appraisal data (MbO) for Compensation Adjustment) 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_DOC_VALUE_READ |
Short Text | Read Employee's appraisal data (MbO) for Compensation Adjustment |
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_ENDDA | TYPE | SY-DATUM | End Date for calculation - if initial - I_BEGDA | |
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 |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_APPRAISAL_ID | TYPE | HAP_APPRAISAL_ID | Beurteilungs-ID | |
E_NO_VALUE | TYPE | HAP_NO_VALUE | Kennzeichen: Kein Wert | |
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.