<?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 BAPI for Vendor Master Creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-master-creation/m-p/4375065#M1040913</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;I've seen alot of messages regarding Vendor Master Creation but I didnt find any clear answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Bapi can we use for Vendor Master Creation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw the BAPI_VENDOR_CREATE (for online) but there are no parameters given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Aug 2008 14:29:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-18T14:29:26Z</dc:date>
    <item>
      <title>BAPI for Vendor Master Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-master-creation/m-p/4375065#M1040913</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;I've seen alot of messages regarding Vendor Master Creation but I didnt find any clear answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Bapi can we use for Vendor Master Creation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw the BAPI_VENDOR_CREATE (for online) but there are no parameters given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 14:29:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-master-creation/m-p/4375065#M1040913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T14:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for Vendor Master Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-master-creation/m-p/4375066#M1040914</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;Check this link for suitable bapi -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapass.metro.client.jp/Bapi/LFA1.htm" target="test_blank"&gt;http://sapass.metro.client.jp/Bapi/LFA1.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For parameters just Click the Pattern in the SE38 and pass the Bapi in Function field-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or see this-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_VENDOR_CREATE'&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;VENDORNO =&lt;/P&gt;&lt;P&gt;VENDOR =&lt;/P&gt;&lt;P&gt;RETURN =&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 14:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-master-creation/m-p/4375066#M1040914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T14:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for Vendor Master Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-master-creation/m-p/4375067#M1040915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Donna.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to suggest my opinion,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go To Transaction &lt;STRONG&gt;BAPI&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;2. In the &lt;STRONG&gt;Alphabetical&lt;/STRONG&gt; (Window).&lt;/P&gt;&lt;P&gt;3. &lt;STRONG&gt;Vendor&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;4. Click the Node, Go To &lt;STRONG&gt;Create&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;5. Click the Create Node.&lt;/P&gt;&lt;P&gt;6. &lt;STRONG&gt;Vendor&lt;/STRONG&gt; and &lt;STRONG&gt;return&lt;/STRONG&gt; will be seen.&lt;/P&gt;&lt;P&gt;7. Check the &lt;STRONG&gt;dictionary references&lt;/STRONG&gt; for both Vendor Node and Return node.&lt;/P&gt;&lt;P&gt;8. Fields of the structures will be observed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this works out well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harsh Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 14:49:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-master-creation/m-p/4375067#M1040915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T14:49:48Z</dc:date>
    </item>
  </channel>
</rss>

