<?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_VENDOR_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vendor-create/m-p/6044527#M1351352</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;Well am not sure of the reason as to why such a BAPI is not available which can create vendors directly in offline mode, but you can try the following FM's through which it can be achieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VENDOR_INSERT: To insert the vendor in vendor master&lt;/P&gt;&lt;P&gt;NUMBER_GET_NEXT : To get the Address number based on the account group for vendor. &lt;/P&gt;&lt;P&gt;ADDR_SAVE _INTERN: To update the address based on the address number found above.&lt;/P&gt;&lt;P&gt;BAPI_BANK_CREATE To update the bank details. &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;Vik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Aug 2009 11:04:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-04T11:04:22Z</dc:date>
    <item>
      <title>BAPI_VENDOR_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vendor-create/m-p/6044526#M1351351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now then,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched high and low for any information on the BAPI - BAPI_VENDOR_CREATE.&lt;/P&gt;&lt;P&gt;It seems that this BAPI only calls the transaction XK01. I need to be able to create vendor master&lt;/P&gt;&lt;P&gt;data from say an uploaded excel spreadsheet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could use the BDC method but as you know this is  a very time consuming way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also searched via SE37 for any existing FM's and can only find a very limited few which&lt;/P&gt;&lt;P&gt;again call XK01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There must be a definitive answer as to why there is no bapi to create a vendor from scratch&lt;/P&gt;&lt;P&gt;i.e. just like you would use a bapi to create a purchase order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it cant be done then it can't be done. But there must be a reason as why there is no FM or &lt;/P&gt;&lt;P&gt;BAPI to create a vendor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense&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, 04 Aug 2009 11:00:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vendor-create/m-p/6044526#M1351351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-04T11:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_VENDOR_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vendor-create/m-p/6044527#M1351352</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;Well am not sure of the reason as to why such a BAPI is not available which can create vendors directly in offline mode, but you can try the following FM's through which it can be achieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VENDOR_INSERT: To insert the vendor in vendor master&lt;/P&gt;&lt;P&gt;NUMBER_GET_NEXT : To get the Address number based on the account group for vendor. &lt;/P&gt;&lt;P&gt;ADDR_SAVE _INTERN: To update the address based on the address number found above.&lt;/P&gt;&lt;P&gt;BAPI_BANK_CREATE To update the bank details. &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;Vik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 11:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vendor-create/m-p/6044527#M1351352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-04T11:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_VENDOR_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vendor-create/m-p/6044528#M1351353</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;Any BAPI also creating master data internally may be it will takes the Tcode that is why it may be time taking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but to create a vendor BAPI_VENDOR_CREATE only using.&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;&lt;/P&gt;&lt;P&gt;Ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 11:17:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vendor-create/m-p/6044528#M1351353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-04T11:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_VENDOR_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vendor-create/m-p/6044529#M1351354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Upload the vendor master via LSMW.&lt;/P&gt;&lt;P&gt;Make use of idoc method and use the message type CREMAS.&lt;/P&gt;&lt;P&gt;or use the FM IDOC_INPUT_CREDITOR in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 12:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vendor-create/m-p/6044529#M1351354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-04T12:10:06Z</dc:date>
    </item>
  </channel>
</rss>

