Menu

SAP Function Module BAPI_APPRAISER_GETLIST

Read appraisers

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module BAPI_APPRAISER_GETLIST (Read appraisers) is a standard Function Module in SAP ERP and is part of the function group RH_APPRAISAL_MODEL_BAPI within the package PPAP.

Technical Information

Function Module BAPI_APPRAISER_GETLIST
Short Text Read appraisers
Function Group RH_APPRAISAL_MODEL_BAPI
Package PPAP
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
APPRAISER_TYPE LIKE BAPIAPPRAISER-TYPE Appraiser 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

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RETURN LIKE BAPIRETURN1 Return

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
APPRAISERS LIKE BAPIAPPRAISER Export table: appraisers

Exceptions

This function module does not define any Exceptions.