The Function Module BAPI_APPRAISEE_GETLIST (Read appraisees) is a standard Function Module in SAP ERP and is part of the function group RH_APPRAISAL_MODEL_BAPI within the package PPAP.
Function Module | BAPI_APPRAISEE_GETLIST |
Short Text | Read appraisees |
Function Group | RH_APPRAISAL_MODEL_BAPI |
Package | PPAP |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
APPRAISAL_MODEL_ID | LIKE | BAPIAPMHEAD-ID | Appraisal model ID | |
APPRAISEE_TYPE | LIKE | BAPIAPPRAISEE-TYPE | Appraisee type | |
FROM_DATE | LIKE | BAPIEVALUATION-FROM_DATE | SY-DATUM | Start of reporting period |
PLAN_VERSION | LIKE | BAPIAPMHEAD-PLAN_VERSION | Plan version | |
SEARCH_STRING | LIKE | BAPIEVALUATION-SEARK | '*' | Search term |
TO_DATE | LIKE | BAPIEVALUATION-TO_DATE | SY-DATUM | End of reporting period |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RETURN | LIKE | BAPIRETURN1 | Return |
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 |
---|---|---|---|---|
APPRAISEES | LIKE | BAPIAPPRAISEE | Export table: appraisees |
This function module does not define any Exceptions.