<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736513#M1874570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As is often the case with relatively straight forward questions here on SCN, you have managed to obtain a number of random and to some extent irrelevant answers, suggestions and comments, that have probably confused things a little.&amp;nbsp; Having read through this thread, here are some pertinent points IMHO that you should consider:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The initial error was because you were passing a reference customer into the BAPI, which was then trying to copy it to create your new one.&amp;nbsp; As you confirmed later in the discussion, the reference customer you were specifying didn't actually exist and hence as a few people said this is the obvious answer to why you got the error.&lt;/LI&gt;&lt;LI&gt;You said you need to pass in the number of the customer - this is what is known as external numbering, i.e. SAP itself does not automatically generate a new number for each consecutive customer by using number-ranges.&amp;nbsp; As mentioned here, internal vs. external numbering is configurable against most SAP data objects.&lt;/LI&gt;&lt;LI&gt;Specifying the number of the new customer is NOT the same as specifying the number of a reference customer to copy.&amp;nbsp; If your system is set to use external numbering, you will have to specify the new customer number - whether you also choose to specify a reference customer to copy from is up to you.&lt;/LI&gt;&lt;LI&gt;Using BDC instead of BAPI is always a last resort - have you exhausted all options, by searching on SCN for BAPI to create a customer, or maybe have you just tried to run the BAPI's already mentioned by specifying the new customer number but NOT specifying a reference customer number to copy?&amp;nbsp; I've no personal experience with BAPI_CUSTOMER_CREATEFROMDATA1 however a quick glance suggests that it doesn't appear to have the option to add an external number, only copy from an existing reference customer so this doesn't sound like what you are trying to achieve.&lt;/LI&gt;&lt;LI&gt;As an aside, if you are looking for the logical BAPI that SAP suggests could be used for CRUD operations against business objects, it is always worth using the BOR (Business Object Repository) or transaction SWO1 to do some investigation.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope some of this helps,&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Nov 2014 11:02:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-11-27T11:02:35Z</dc:date>
    <item>
      <title>Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736492#M1874549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing some code which uses the BAPI_CUSTOMER_CREATEFROMDATA1&lt;/P&gt;&lt;P&gt;to create a new customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when running the code I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&lt;EM&gt;Internal error: Refe. customer does not exist in master record&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which suggests that the customer no I am passing to the BAPI does not exist.&lt;/P&gt;&lt;P&gt;But the customer number will not exist because I am trying to create it !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm obviously missing a step somewhere?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas anyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 10:13:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736492#M1874549</guid>
      <dc:creator>andrewscott9</dc:creator>
      <dc:date>2014-11-20T10:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736493#M1874550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to see FM'long text,and you will get more infomations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 11:02:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736493#M1874550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-20T11:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736494#M1874551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply , but the long text is blank when I run the program in debug mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 11:08:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736494#M1874551</guid>
      <dc:creator>andrewscott9</dc:creator>
      <dc:date>2014-11-20T11:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736495#M1874552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did You try not passing PI_COPYREFERENCE structure ? This , I think , is reference customer to create new customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shanmukh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 11:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736495#M1874552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-20T11:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736496#M1874553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yep using the copyref :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;e.g. copyref-ref_&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;custmr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #4da619; font-size: 10pt;"&gt;'CRM1379345'&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 11:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736496#M1874553</guid>
      <dc:creator>andrewscott9</dc:creator>
      <dc:date>2014-11-20T11:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736497#M1874554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this Customer exist ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 11:39:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736497#M1874554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-20T11:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736498#M1874555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No the customer does not exist&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 11:41:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736498#M1874555</guid>
      <dc:creator>andrewscott9</dc:creator>
      <dc:date>2014-11-20T11:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736499#M1874556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will give error for obvious reasons. You're passing a reference customer to BAPI which is not even created. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI is trying to create new customer by copying the reference customer passed by you. Hence the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 11:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736499#M1874556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-20T11:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736500#M1874557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pass an existing customer as reference , so that the new customer is created copying appropriate fields from ref. customer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 12:12:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736500#M1874557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-20T12:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736501#M1874558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, the new customer number will be generated and returned in exporting parameters of the BAPI. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 12:14:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736501#M1874558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-20T12:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736502#M1874559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The long text that i &lt;SPAN style="text-align: justify; text-indent: 0px; color: #666666;"&gt;mentioned is import/export parameter's.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/590240" height="193" width="306" /&gt;&lt;BR /&gt;&lt;SPAN style="text-align: justify; text-indent: 0px; color: #666666;"&gt;The usage of each&amp;nbsp; parameter was introduced in long text.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-align: justify; text-indent: 0px; color: #666666;"&gt;Regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 01:00:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736502#M1874559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-21T01:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736503#M1874560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi many thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I have got is that I need to pass into the BAPI the customer number&lt;/P&gt;&lt;P&gt;I need creating. In my example I need 'CRM1379345' creating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know you can do this via transaction XD01. There must be a way of doing the same&lt;/P&gt;&lt;P&gt;with the BAPI??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 07:17:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736503#M1874560</guid>
      <dc:creator>andrewscott9</dc:creator>
      <dc:date>2014-11-21T07:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736504#M1874561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer number is internally generated by SAP. Even in XD01, you pass all the required fields , like customer information and after saving SAP generates the Customer number for you. You cannot create a customer with predetermined Customer number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Shanmukh &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 07:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736504#M1874561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-21T07:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736505#M1874562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't this based on a 'customising setting' ?&lt;/P&gt;&lt;P&gt;Isn't it possible to activate 'external numbering' ?&lt;/P&gt;&lt;P&gt;I think you should check with a functional person.&lt;/P&gt;&lt;P&gt;I know this is possible for some objects, but I'm not 100% sure that this is the case for BP's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 07:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736505#M1874562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-21T07:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736506#M1874563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto; background: white;"&gt;As per the SAP Note &lt;SPAN class="title10"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN" style="font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;&lt;A href="http://service.sap.com/sap/support/notes/390045"&gt;&lt;SPAN style="color: windowtext;"&gt;390045 - Usage of BAPI_CUSTOMER_* of function group V02D&lt;/SPAN&gt;&lt;/A&gt;, &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="title10"&gt;&lt;SPAN lang="EN" style="font-family: 'Arial','sans-serif'; color: red; font-size: 9pt;"&gt;there is a danger that you will lose data if you use the FM &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN" style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 9pt;"&gt;BAPI_CUSTOMER_CREATEFROMDATA1 &lt;/SPAN&gt;&lt;SPAN class="title10"&gt;&lt;SPAN lang="EN" style="font-family: 'Arial','sans-serif'; color: red; font-size: 9pt;"&gt;outside of SAP online store.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Instead of this FM, we have a method called as &lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;CMD_EI_API&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;MAINTAIN_BAPI&lt;/SPAN&gt; to create/ update a customer without any reference.&lt;/P&gt;&lt;P&gt;Using this method, you can create/ update the general data, company code data and Sales area data without any issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 08:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736506#M1874563</guid>
      <dc:creator>melchior_periyanayagam</dc:creator>
      <dc:date>2014-11-21T08:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736507#M1874564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm still a little confused with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of our functional people has just created a customer in XD01 by entering the&lt;/P&gt;&lt;P&gt;the customer&amp;nbsp; 'CRM1379345'. The one I was trying to create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The transaction worked and the customer was created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should be able to replicate this in the BAPI ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 10:25:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736507#M1874564</guid>
      <dc:creator>andrewscott9</dc:creator>
      <dc:date>2014-11-25T10:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736508#M1874565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just Ask your functional Consultant weather Customer creation number range is Internal or External. If it is External which i don't think most company prefers , than you have to pass Customer number in Bapi and also you have to pass reference Customer Number in Bapi&amp;nbsp; (Note Reference Customer should be already created and exist in system) . If it is internal number range than no need to pass customer number in Bapi but you can pass reference customer number to create new customer by taking reference another customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass all mandatory parameters. For this you can use below documentation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tcode : BAPI-&amp;gt; Tab Alphabetical -&amp;gt; Customer -&amp;gt; CreateFromData1 -&amp;gt; Documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 10:47:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736508#M1874565</guid>
      <dc:creator>former_member210770</dc:creator>
      <dc:date>2014-11-25T10:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736509#M1874566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;You can switch on logging for synchronous calls in PI ( I am assuming the QOS is BE in your case) and see if the request payload to the RFC adapter is getting framed correctly.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 10:52:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736509#M1874566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-25T10:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736510#M1874567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for your reply Sagar, much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just checked and we are using external number range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So am I correct that I need to pass the ref cust i.e. BAPIKNA102-REF_CUSTMR which&lt;/P&gt;&lt;P&gt;is a customer previously created ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also pass the customer number in which I need created?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is the case I cant see where to pass the customer number that I need creating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 11:31:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736510#M1874567</guid>
      <dc:creator>andrewscott9</dc:creator>
      <dc:date>2014-11-25T11:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Creating New Customer - BAPI_CUSTOMER_CREATEFROMDATA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736511#M1874568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you are right I just go through this bapi. It seems that to create the customer using bapi, you have to use internal number range. Because there is no option to pass external number range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can ask your functional consultant to do it ones and you can test it. If it will work then you might go with this approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if it is strict to use external number range then you can use BDC. It will be only approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 11:56:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-new-customer-bapi-customer-createfromdata1/m-p/10736511#M1874568</guid>
      <dc:creator>former_member210770</dc:creator>
      <dc:date>2014-11-25T11:56:56Z</dc:date>
    </item>
  </channel>
</rss>

