SAP Function BAPI_CUSTOMER_DELETEPWREG - Delete entry for customer password

Parameter Reference Type Length Default Optional Text
CUSTOMERNO BAPI1007-CUSTOMER C 10 Customer number

Parameter Reference Type Length Text
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.