Fonction SAP BAPI_ATTENDEE_CHECKPASSWORD - Check attendee password

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
BEGIN_DATE BAPIDATE-BEGDA D 8 Start date of selection period
END_DATE BAPIDATE-ENDDA D 8 End date of selection period
OBJID BAPIATNAME-PARID C 45 Applicant number
OTYPE BAPIATNAME-PATYP C 2 Participant Type
PASSWORD BAPIUID-PASSWORD C 16 Password (max. 16 characters)
PLVAR BAPIATDAT-PLVAR C 2 Plan version

Paramètre Reférence Type Long. Description
RETURN BAPIRETURN u 452 Return code of password check

Exception Description
ATTENDEE_NOT_FOUND Attendee does not exist in time period
NO_ACTIVE_PLVAR There is no active plan version

Functionality
You can use this method to verify the password assigned to an attendee.
The password is stored in encrypted form in central table BAPIUSW01.
The return codes are as follows:
'00' = OK
'10' = entry does not exist in table BAPIUSW01
'20' = user locked
'30' = password incorrect
'50' = code version for encryption is different

Description
The following return codes are output:
'00' = ok
'10' = no entry in table BAPIUSW01
'20' = user locked
'30' = incorrect password
'50' = code version for encryption is different

Description
The selection period specifies the period for which data should beread.

Value range
Dictionary data type: DATS (field length 8)

Description
The selection period specifies the period for which data should beread.

Value range
Dictionary data type: DATS (field length 8)

Description
You can access information on what is meant by the attendee ID in thecorresponding data element documentation:
attendee ID

Value range
Dictionary data type: CHAR (field length 45)

Description
You can access information on what is meant by an attendee type in thecorresponding data element documentation:
attendee type

Value range
Dictionary data type: CHAR (field length 2)

Description
You can access information on what is meant by a password in thecorresponding data element documentation:
Password

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

Description
You can access information on what is meant by a plan version in thecorresponding data element documentation:
plan version

Value range
Dictionary data type: CHAR (field length 2)