Fonction SAP BAPI_APPRAISAL_CREATE - Create appraisals

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
ANONYMOUS BAPIAPPHEAD-ANONYMOUS C 1 ' ' X Anonymous
APPRAISALSTATUS BAPIAPPHEAD-STATUS N 2 '02' X Appraisal status
APPRAISAL_MODEL_ID BAPIAPPMODEL-ID N 8 Appraisal model ID
CREATION_DATE BAPIAPPHEAD-CREATION_DATE D 8 SY-DATUM X Created on
END_DATE BAPIPERIODAPP-END_DATE D 8 Validity end date of appraisal
NOCOMMIT BAPI_STAND-NO_COMMIT C 1 X COMMIT Control at BAPI Interface
PLAN_VERSION BAPIAPPRAISAL-PLAN_VERSION C 2 Plan version
START_DATE BAPIPERIODAPP-START_DATE D 8 Validity start date of appraisal
TEXT BAPIAPPRAISAL-TEXT C 40 X Name of appraisal model

Paramètre Reférence Type Long. Description
APPRAISAL_ID BAPIAPPRAISAL-ID N 8 Individual or overall appraisal ID
RETURN BAPIRETURN1 u 470 Return

Paramètre Reférence Long. Facultatif Description
APPRAISEES BAPIAPPRAISEE 89 X Appraisees
APPRAISERS BAPIAPPRAISER 89 X Appraisers

Functionality
You can use this method to create appraisals using anappraisal model. Atpresent, you can only use appraisal models of theappraisal typesIndividual appraisal and Anonymous individual appraisal.
The status of the appraisals you create is In preparation.

Notes
Related Methods
The methods that can be used for the business objectAppraisal include:

  • Change Appraisal Status

  • Read Appraisals

  • Delete Appraisals

  • Create Appraisals

  • INCLUDE BAPI_RET

    Further information
    For more information on appraisals, refer to the R/3 Library (HumanResources -> Personnel Management -> Personnel Development -> AppraisalSystems -> Appraisal Creation).

    Description
    For information on what this parameter does, refer to the followingdata element documentation:
    Object ID.

    Value range
    INCLUDE BAPI_TABLE

    Value range
    Type ID Number Message
    S PQ 600 Successfully completed
    S PQ 603 You do not have authorization to do this
    S PQ 612 Other error
    S PQ 619 No data found for entries made
    S PQ 625 An unexpected error occurred
    S PQ 629 Please enter an appraisal text
    S PQ 630 Please specify an appraiser
    S PQ 631 Please specify an appraisee
    S PQ 632 Incorrect object type combination
    S PQ 633 You have entered an invalid date
    S PQ 634 Unable to create relationship
    S PQ 635 Error occurred during save
    INCLUDE PA_PD_BAPIAPPHEAD-ANONYMOUS

    Description
    For informationen on what this parameter does, refer to the followingdata element documentation:
    Object ID.
    INCLUDE PA_PD_BAPIAPPHEAD-CREATION_D

    Description
    For information on what this parameter does, refer to the followingdata element documentation:
    End date of period appraised.

    Description
    INCLUDE BAPI_KEYFIELD

    Description
    For information on what this parameter does, refer to the followingdata element documentation:
    Start date of period appraised.
    INCLUDE PA_PD_BAPIAPPRAISAL-TEXT
    INCLUDE PAPD_BAPIAPPRAISEE
    INCLUDE PAPD_BAPI_PLV_ID
    INCLUDE PAPD_BAPI_OTYPE
    INCLUDE PAPD_BAPIAPPRAISER
    INCLUDE PAPD_BAPI_PLV_ID
    INCLUDE PAPD_BAPI_OTYPE

825539Commit control for appraisal BAPIs