Fonction SAP BAPI_CUSTOMER_GETPWREG - Read 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

Paramètre Reférence Long. Facultatif Description
STATUSINFO BAPIUSWSTA 67 Table of status information

Functionality
You can read status information about a customer from table BAPIUSW01with this function module.
The following are displayed as return codes:
'00' = ok
'10' = Entry does not exist in table BAPIUSW01

Example
call function 'BAPI_CUSTOMER_GETPWREG'
exporting
object_id = customerid
importing
statusinfo = customerstatus
return = rcode.

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

Description
Internet user's customer number

Description
Status information on Internet user