Fonction SAP BAPI_CUSTOMER_DELETEPWREG - Delete entry for customer password

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
CUSTOMERNO BAPI1007-CUSTOMER C 10 Customer number

Paramètre Reférence Type Long. Description
RETURN BAPIRETURN u 452 Return Code

Functionality
This function module deletes the customer entry in table BAPIUSW01.
The following return codes are displayed:
'00' = ok
'10' = Entry is not available in table BAPIUSW01

Example
call function 'BAPI_CUSTOMER_DELETEPWREG'
exporting
object_id = customerid
importing
return = rcode

Notes
Before calling up the function module, you must check the customernumber in the customer master record.
If the customer number does not exist in the master record, you cannotcall up the function module.