<?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: BAPI to create customer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-create-customer/m-p/1281474#M152822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liu,&lt;/P&gt;&lt;P&gt;I think the customer 'Wang' was not created properly in the database. You can check in XD03 transaction to see the same if there or not.&lt;/P&gt;&lt;P&gt;If that is the case, then i think you must have forgot to use the bapi BAPI_TRANSACTION_COMMIT after BAPI_CUSTOMER_CREATE when you created the customer 'Wang'.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi Kanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Apr 2006 10:16:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-04T10:16:18Z</dc:date>
    <item>
      <title>BAPI to create customer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-create-customer/m-p/1281472#M152820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello everyone,&lt;/P&gt;&lt;P&gt;I want to build a procedure which calls bapi to create customers in WebAS so that provide user to operate( cerate, edit, delete, etc customer and material,table: KNA1,MARA) in web environment( browser). But in 'BAPI_CUSTOMER_CREATE',it calls a transaction 'XD01',a dialog program that need to input parameters.&lt;/P&gt;&lt;P&gt;Then i try to use BAPI_CUSTOMER_CREATEFROMDATA1 instead.&lt;/P&gt;&lt;P&gt;Input parameters:&lt;/P&gt;&lt;P&gt;PI_PERSONALDATA: Lastname-&amp;gt;Liu, City-&amp;gt;London, Postl_Cod1-&amp;gt;89073, Country-&amp;gt;UK, Langu_p-&amp;gt;EN, Currency-&amp;gt;EUR.&lt;/P&gt;&lt;P&gt;PI_COPYREFERENCE: Salesorg-&amp;gt;0001, Distr_Chan-&amp;gt;01, Division-&amp;gt;01, Ref_Custmr-&amp;gt;Wang&lt;/P&gt;&lt;P&gt;but appear error : 882 Internal error: Exteral no. assignment for reference customer/customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Reference Customer 'wang' i have created with BAPI_CUSTOMER_CREATE.&lt;/P&gt;&lt;P&gt;up to now I cannot create yet more customer with BAPI_CUSTOMER_CREATEFROMDATA1.&lt;/P&gt;&lt;P&gt;Who can help me, tell me the correct input parameters?&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;Message was edited by: Yaning Liu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 10:06:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-create-customer/m-p/1281472#M152820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T10:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI to create customer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-create-customer/m-p/1281473#M152821</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;Are you trying to pass the Customer number as well? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 10:12:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-create-customer/m-p/1281473#M152821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T10:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI to create customer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-create-customer/m-p/1281474#M152822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liu,&lt;/P&gt;&lt;P&gt;I think the customer 'Wang' was not created properly in the database. You can check in XD03 transaction to see the same if there or not.&lt;/P&gt;&lt;P&gt;If that is the case, then i think you must have forgot to use the bapi BAPI_TRANSACTION_COMMIT after BAPI_CUSTOMER_CREATE when you created the customer 'Wang'.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi Kanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 10:16:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-create-customer/m-p/1281474#M152822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T10:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI to create customer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-create-customer/m-p/1281475#M152823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yaning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check url&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="308275"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 10:19:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-create-customer/m-p/1281475#M152823</guid>
      <dc:creator>Lakshmant1</dc:creator>
      <dc:date>2006-04-04T10:19:03Z</dc:date>
    </item>
  </channel>
</rss>

