<?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: Vendor creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-creation/m-p/4510703#M1066800</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oups I forgot, there is NO BAPI to create/maintain vendor master data.&lt;/P&gt;&lt;P&gt;There exists some few eSOA services and a class since ECC2004 VMD_EI_API&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Oct 2008 15:02:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-02T15:02:10Z</dc:date>
    <item>
      <title>Vendor creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-creation/m-p/4510700#M1066797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For creating the new vendor many people suggested that use the LSMW program &lt;/P&gt;&lt;P&gt;RFBIKR00 could you please suggest me how to use this program for creating the new vendor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 12:25:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-creation/m-p/4510700#M1066797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T12:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-creation/m-p/4510701#M1066798</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;Its better to use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BAPI_VENDOR_CREATE   " Create Vendor Master Online&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This BAPI will create One vendor &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or check these links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/es/86/799c1e544411d1895e0000e8323c4f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/es/86/799c1e544411d1895e0000e8323c4f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_45b/helpdata/en/ae/8a7415dc4ad111950d0060b03c6b76/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_45b/helpdata/en/ae/8a7415dc4ad111950d0060b03c6b76/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 12:30:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-creation/m-p/4510701#M1066798</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-09-26T12:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-creation/m-p/4510702#M1066799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This depends on your needs.&lt;/P&gt;&lt;P&gt;Mass creation or single creation.&lt;/P&gt;&lt;P&gt;The BAPI provided above is usually useless because it is a direct call to transaction XK01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may think about :&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;single but automated creation : transaction XK99&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;batchinput creation : RFBIKR00 is a good option. using LSMW with it is also a good option too. This will let you process your master data input CSV files easily. You will define yourself the mapping.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;LSMW with virtual CREMAS idoc: I would prefer this case. The mapping is a bit harder BUT quite a lot of advantages. Despite batchinput, CREMAS idoc processing takes care of the transaction XK01 field settings. In other words, you will have less errors during the mass processing.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[LSMW in help.sap.com|http://help.sap.com/saphelp_nw04/helpdata/en/87/f3ae63e68111d1b3ff006094b944c8/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Note 384462|https://service.sap.com/sap/support/notes/384462]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2008 15:00:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-creation/m-p/4510702#M1066799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-02T15:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-creation/m-p/4510703#M1066800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oups I forgot, there is NO BAPI to create/maintain vendor master data.&lt;/P&gt;&lt;P&gt;There exists some few eSOA services and a class since ECC2004 VMD_EI_API&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2008 15:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-creation/m-p/4510703#M1066800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-02T15:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-creation/m-p/4510704#M1066801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sadfsdf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 12:30:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-creation/m-p/4510704#M1066801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T12:30:01Z</dc:date>
    </item>
  </channel>
</rss>

