<?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 for vendor creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-creation/m-p/10409960#M1843384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this &lt;A _jive_internal="true" href="https://answers.sap.com/thread/392066" title="http://scn.sap.com/thread/392066"&gt;http://scn.sap.com/thread/392066&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It directly updates 3 tables. So its not advisable...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jul 2014 07:07:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-07-04T07:07:00Z</dc:date>
    <item>
      <title>BAPI for vendor creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-creation/m-p/10409956#M1843380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tired of searching for BAPI for vendor creation. BAPI_VENDOR_CREATE is the right bapi, but it calls XK01 tcode nothing else. i need to create vendor from third party tool using JCo. Also tried with VENDOR_INSERT, it directly updates data to the table and not RFC, so its not advisable. Please let me know if there is any solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 10:35:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-creation/m-p/10409956#M1843380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-03T10:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for vendor creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-creation/m-p/10409957#M1843381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;HI Remya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Idoc CREMAS05 for vendor creation. Populate the segments with required data and post the inbound idoc through middleware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lokeswari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 11:15:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-creation/m-p/10409957#M1843381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-03T11:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for vendor creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-creation/m-p/10409958#M1843382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use class VMD_EI_API. You can find many about it in SCN.&lt;/P&gt;&lt;P&gt;If You want call it from outer system You should create your own remote-enabled 'Z' function module which will fill parameters and execute this class methods..&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;Jarek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 13:07:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-creation/m-p/10409958#M1843382</guid>
      <dc:creator>JarosBaw</dc:creator>
      <dc:date>2014-07-03T13:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for vendor creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-creation/m-p/10409959#M1843383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Remya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a Z RFC function module and call the function module &lt;SPAN style="color: #333333; font-size: 12px;"&gt;VENDOR_INSERT&lt;/SPAN&gt; inside that by passing the values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 13:30:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-creation/m-p/10409959#M1843383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-03T13:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for vendor creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-creation/m-p/10409960#M1843384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this &lt;A _jive_internal="true" href="https://answers.sap.com/thread/392066" title="http://scn.sap.com/thread/392066"&gt;http://scn.sap.com/thread/392066&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It directly updates 3 tables. So its not advisable...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 07:07:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-creation/m-p/10409960#M1843384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-04T07:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for vendor creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-creation/m-p/10409961#M1843385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As seen above, the best solution is to use class VMD_EI_API. check it in se24&lt;/P&gt;&lt;P&gt;I used it to create vendors and it works wonderfully.&lt;/P&gt;&lt;P&gt;This really acts like a BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I remember well, you have to initialize the vendor with method INITIALIZE.&lt;/P&gt;&lt;P&gt;Fill your structure IS_MASTER_DATA, it contains every data you need to update.&lt;/P&gt;&lt;P&gt;HEADER Types VMDS_EI_HEADER&lt;/P&gt;&lt;P&gt;=&amp;gt; Contains the vendor number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CENTRAL_DATA Types VMDS_EI_CENTRAL_DATA&lt;/P&gt;&lt;P&gt;=&amp;gt; Contains most of the vendor data (LFA1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMPANY_DATA Types VMDS_EI_VMD_COMPANY&lt;/P&gt;&lt;P&gt;= &amp;gt; Contains most of the company data (LFB1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PURCHASING_DATA Types VMDS_EI_VMD_PURCHASING&lt;/P&gt;&lt;P&gt;=&amp;gt; Contains most of the purchasing organization data (LFM1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use specific fields, you simply need to had it to the includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then call method MAINTAIN_BAPI with them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this question as answered if you think it is, else I would answer to your questions.&lt;/P&gt;&lt;P&gt;When I tried to find something on this subject I couldn't find anything usefull except this class name in the middle of nowhere, so I hope my search would help someone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 07:36:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-creation/m-p/10409961#M1843385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-04T07:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for vendor creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-creation/m-p/10409962#M1843386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif;"&gt;I really &lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif;"&gt;appreciate your help... thank you all..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 09:19:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-vendor-creation/m-p/10409962#M1843386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-04T09:19:11Z</dc:date>
    </item>
  </channel>
</rss>

