Hi All,
I need to check the entered business partner details for duplicate entries in crm system. All the services are already configured and working fine. I am using the FM "BAPI_BPCONSUMER_CREATE" to create the new BP.
I have to check for the duplicate entries with out creating a BP in system. In the above FM i am getting the duplicate entries along with the created BP number. So if i rollback the changes the created BP number is not released or set free. If i create a new customer again the roll-backed BP number is not used. Next number is taken for BP this time. Which means a BP number is being wasted when ever there is a duplicate check error in the FM BAPI_BPCONSUMER_CREATE.
To over come this i need to check the duplicate entries with out creating the Business partner.
Please give your suggestion(s) to achieve this.
Thanks,
Karthik