CreatePassword
In this function module, an entry for the customer is created in table BAPIUSW01. The system does not generate a password for the customer. The following are displayed as return codes: '00' = ok '11' = Entry in table BAPIUSW01 already exists
Examplecall function 'BAPI_CUSTOMER_CREATEPWREG' exporting object_id = customerid importing return = rcode. NotesBefore calling up the function module, check the customer number in the customer master record.
If the customer number is not available in the master record, you can not call up the function module. Further InformationFB 'BAPI_CUSTOMER_INITPASSWORD'
|