‎2007 Feb 09 7:18 AM
Dear All,
We have a requirement in which we have to create a customer in background and get back the customer number. The only data available to us is customer address and Sales area. Is there any BAPI or Function Module or any other method which can help us in achieving it. We dont want to Run BDC for it.
Regards,
George
‎2007 Feb 09 7:30 AM
Dear George,
I thik the following helps:
To create customer BAPI_CUSTOMER_CREATEFROMDATA
To create sales order BAPI BAPI_SALESORDER_CREATEFROMDAT2
To get the contact persons for a given customer Use the BAPI BAPI_CUSTOMER_GETCONTACTLIST
Award points if found useful
Regards,
Rakesh
‎2007 Feb 09 7:23 AM
‎2007 Feb 09 7:24 AM
‎2007 Feb 09 7:24 AM
Hi,
1. BAPI_CUSTOMER_CREATEFROMDATA to create customer..
2.BAPI BAPI_SALESORDER_CREATEFROMDAT2 to create sales order..
3. Use the BAPI BAPI_CUSTOMER_GETCONTACTLIST to get the contact persons for a given customer..
‎2007 Feb 09 7:29 AM
‎2007 Feb 09 7:30 AM
Dear George,
I thik the following helps:
To create customer BAPI_CUSTOMER_CREATEFROMDATA
To create sales order BAPI BAPI_SALESORDER_CREATEFROMDAT2
To get the contact persons for a given customer Use the BAPI BAPI_CUSTOMER_GETCONTACTLIST
Award points if found useful
Regards,
Rakesh
‎2007 Feb 09 9:40 AM
Hi ,
Not sure but please give a try to use Cuestomer Parameter ID : KUN..
immediately after creating ..customer .
Thanks .
Praveen .