Fonction SAP BAPI_APPLICANT_CHANGEPASSWORD - Change applicant password

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
APPLICANTNUMBER BAPIAPPL-PERNR N 8 Applicant number
NEW_PASSWORD BAPIUID-PASSWORD C 16 New password
PASSWORD BAPIUID-PASSWORD C 16 Password (max. 16 charac.)
VERIFY_PASSWORD BAPIUID-PASSWORD C 16 Verify new password

Paramètre Reférence Type Long. Description
RETURN BAPIRETURN u 452 Structure for return code

Functionality
You can use this method to change the password assigned to anapplicant.
The password is stored in encrypted form in central table BAPIUSW01.

Notes
Messages are returned in the RETURN parameter. Please refer tothe documentation on this parameter to find out what the return valuesare and what they mean.

Description
Return code of method

Value range
If an error occurs, the structure might, for example, contain thefollowing information:

  • Message type (field TYPE), ABAP/4 Dictionary data type: CHAR
  • (field length 1)
    • Message code (field CODE), ABAP/4 Dictionary data type: CHAR
    • (field length 5)
      • Message text (field MESSAGE), ABAP/4 Dictionary data type: CHAR
      • (field length 220)
        If no errors occur, the structure remains empty.

        Description
        For information on what the applicant number means, please refer to thedocumentation on the data element applicant number

        Value range
        ABAP/4 Dictionary data type: NUMC (field length 8)

        Value range
        ABAP/4 Dictionary data type: CHAR (field length 16)

        Value range
        ABAP/4 Dictionary data type: CHAR (field length 16)

        Value range
        ABAP/4 Dictionary data type: CHAR (field length 16)