Fonction SAP BAPI_APPLICANT_INITPASSWORD - Initialize applicant password

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
APPLICANTNUMBER BAPIAPPL-PERNR N 8 Applicant number

Paramètre Reférence Type Long. Description
PASSWORD BAPIUID-PASSWORD C 16 Initialized password
RETURN BAPIRETURN u 452 Structure for return code

Functionality
You can use this method to initialize the password assigned to anapplicant. An initial password is returned. The password is stored inencrypted form in central table BAPIUSW01.

Notes
Messages are issued in the RETURN parameter. Please refer to thedocumentation on this parameter to find out what the return values areand what they mean.

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

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)

        Description
        For information on what an applicant number is, please refer to thefollowing data element documentation: applicant number

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