<?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: Create Vendor within BADi method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-vendor-within-badi-method/m-p/11914435#M1963411</link>
    <description>&lt;P&gt;Hi Tim.&lt;/P&gt;&lt;P&gt;Can you mention which BADi you are going to use and how values for vendor master captured. &lt;/P&gt;</description>
    <pubDate>Fri, 19 Apr 2019 04:19:15 GMT</pubDate>
    <dc:creator>Abinathsiva</dc:creator>
    <dc:date>2019-04-19T04:19:15Z</dc:date>
    <item>
      <title>Create Vendor within BADi method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-vendor-within-badi-method/m-p/11914431#M1963407</link>
      <description>&lt;P&gt;I have a requirement to have the ability to create a vendor within a BADi method. This BADi will import the necessary fields needed to create a vendor (fields to populate tables LFA1, LFB1 RF02K)&lt;/P&gt;
  &lt;P&gt;I have researched ways to create a vendor from BDC to FM to using a BAPI, but unsure of what to use within a BADi method.&lt;/P&gt;
  &lt;P&gt;Any ideas? I need to create records in LFA1, LFB1, RF02K&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 20:21:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-vendor-within-badi-method/m-p/11914431#M1963407</guid>
      <dc:creator>former_member518858</dc:creator>
      <dc:date>2019-04-17T20:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create Vendor within BADi method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-vendor-within-badi-method/m-p/11914432#M1963408</link>
      <description>&lt;P&gt;Where and when is this BAdI called, you must first decide if you can use a commit without breaking the transaction consistency, use the current transaction commit (without mess of common data)  or trigger an execution in another LUW (e.g. thru a CALL &amp;lt;frc enabled FM&amp;gt; IN BACKGROUND executed after main transaction commit)&lt;/P&gt;&lt;P&gt;Only then will you choose between BDC, BAPI or method such as VMD_EI_API=&amp;gt;MAINTAIN_BAPI.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NB: RF02K is a structure (non persistent data) and not a database table...&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 06:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-vendor-within-badi-method/m-p/11914432#M1963408</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-04-18T06:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create Vendor within BADi method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-vendor-within-badi-method/m-p/11914433#M1963409</link>
      <description>&lt;P&gt;We are passing expense report data from a SAP system to FI. This BADi will be called each time a report is created to see&lt;/P&gt;&lt;P&gt;if an employee has a Vendor created against their employee id and if they dont, create a vendor master record. Is there a BAPi or FM available that calls transaction FK02? From my understanding, you cant use BDC within a badi method because you cant execute a PERFORM.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 12:54:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-vendor-within-badi-method/m-p/11914433#M1963409</guid>
      <dc:creator>former_member518858</dc:creator>
      <dc:date>2019-04-18T12:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create Vendor within BADi method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-vendor-within-badi-method/m-p/11914434#M1963410</link>
      <description>&lt;P&gt;Or could I just create a FM containing a BDC to call transaction FK01 and then within my badi method pass my fields to the FM?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 13:03:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-vendor-within-badi-method/m-p/11914434#M1963410</guid>
      <dc:creator>former_member518858</dc:creator>
      <dc:date>2019-04-18T13:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create Vendor within BADi method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-vendor-within-badi-method/m-p/11914435#M1963411</link>
      <description>&lt;P&gt;Hi Tim.&lt;/P&gt;&lt;P&gt;Can you mention which BADi you are going to use and how values for vendor master captured. &lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 04:19:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-vendor-within-badi-method/m-p/11914435#M1963411</guid>
      <dc:creator>Abinathsiva</dc:creator>
      <dc:date>2019-04-19T04:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create Vendor within BADi method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-vendor-within-badi-method/m-p/11914436#M1963412</link>
      <description>&lt;UL&gt;&lt;LI&gt;Just build a wrapper using an allowed tech.&lt;/LI&gt;&lt;LI&gt;To create/update a vendor from employee master data, you could look at report RPRAPA00 (transaction PRAA)&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 06 May 2019 12:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-vendor-within-badi-method/m-p/11914436#M1963412</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-05-06T12:28:29Z</dc:date>
    </item>
  </channel>
</rss>

