Fonction SAP BAPI_ATTENDEE_CHANGEPASSWORD - Change attendee password

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

Paramètre Reférence Type Long. Description
RETURN BAPIRETURN u 452 Return codes for password change

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 change 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
'40' = entries for new password are not identical

Example

Notes

Description
The following return codes are output:
'00' = ok
'10' = no entry in table BAPIUSW01
'20' = user locked
'30' = incorrect password
'40' = passwords do not match when password is changed

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 a new 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 the attendee key in thecorresponding data element documentation:
attendee key

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 the password in the dataelement 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)

Description
You can access information on what is meant by password verification inthe corresponding data element documentation:
Password

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