Hi Friends,
Can any body tell me the suitable BAPI's for the following requirements in CRM system..?
Requirement 1
We need to capture the user details for the new user registration.
Steps :
1 Get the company code (BP Number) and corresponding zip code.
2 Validate the company code and zip code by checking for existence in BP Master tables.
3. If it exists continue with the user registration or give the appropriate error message.
For this requirement we need to connect to the CRM tables and validate the data (BP number and zip code) from the BP mater data table.
Requirement 2
We need to retrieve the user ID and password for a given mail ID from the BP master tables.
Steps :
1 Accept the E-Mail ID.
2 Accept 2 security questions (eg. What is the mothers maiden name etc).
3 Validate the e-mail ID stored in the BP master and locate the corresponding BP number.
4 The security questions for that e-mail ID will be stored as marketing attributes in the BP master. For that corresponding e-mail ID validate the security questions.
5 Retrieve the User name and password from the BP master corresponding to the E-Mail ID and display in the front end.
Thanks in Advance