<?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_INCOMINGINVOICE_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-incominginvoice-create/m-p/2662315#M614238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto SE37 -- &amp;gt; give the FM Name :BAPI_INCOMINGINVOICE_CREATE&lt;/P&gt;&lt;P&gt;And Press Shift + F8, then give the first FM as :BAPI_INCOMINGINVOICE_CREATE&lt;/P&gt;&lt;P&gt;and the second FM as BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Menupath for the same is &lt;/P&gt;&lt;P&gt;Function Module --&amp;gt; Test --&amp;gt; Test Sequences&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can check the Invoice in MIR4 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since that you have not used the Commit BAPI, the invoice is not yet created, where as if you use only the BAPI_INCOMINGINVOICE_CREATE BAPI it just shows you the whether the BAPI is running successfully or not. Only once you use the Commit BAPI, the Invoice gets created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Aug 2007 01:54:56 GMT</pubDate>
    <dc:creator>gopi_narendra</dc:creator>
    <dc:date>2007-08-10T01:54:56Z</dc:date>
    <item>
      <title>BAPI_INCOMINGINVOICE_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-incominginvoice-create/m-p/2662312#M614235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to test BAPI_INCOMINGINVOICE_CREATE in se37 for the IR, it's seems working and invoice document is created. But when i go to MIR4 to view or view it in the PO history, i can't see anything. i already put a "X" in the Invoice indicator in the Invoice header table. but still it show me nothing in MIR4.&lt;/P&gt;&lt;P&gt;anyone have those experience, how to solve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 08:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-incominginvoice-create/m-p/2662312#M614235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T08:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_INCOMINGINVOICE_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-incominginvoice-create/m-p/2662313#M614236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;used commit work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 08:28:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-incominginvoice-create/m-p/2662313#M614236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T08:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_INCOMINGINVOICE_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-incominginvoice-create/m-p/2662314#M614237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm doing testing in SE37.... how can do the commit work? Or this BAPI only do well in the program with commit work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 01:51:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-incominginvoice-create/m-p/2662314#M614237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T01:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_INCOMINGINVOICE_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-incominginvoice-create/m-p/2662315#M614238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto SE37 -- &amp;gt; give the FM Name :BAPI_INCOMINGINVOICE_CREATE&lt;/P&gt;&lt;P&gt;And Press Shift + F8, then give the first FM as :BAPI_INCOMINGINVOICE_CREATE&lt;/P&gt;&lt;P&gt;and the second FM as BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Menupath for the same is &lt;/P&gt;&lt;P&gt;Function Module --&amp;gt; Test --&amp;gt; Test Sequences&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can check the Invoice in MIR4 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since that you have not used the Commit BAPI, the invoice is not yet created, where as if you use only the BAPI_INCOMINGINVOICE_CREATE BAPI it just shows you the whether the BAPI is running successfully or not. Only once you use the Commit BAPI, the Invoice gets created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 01:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-incominginvoice-create/m-p/2662315#M614238</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-08-10T01:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_INCOMINGINVOICE_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-incominginvoice-create/m-p/2662316#M614239</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;If you want to test it, you can use SE37 and use test sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE37 FM-&amp;gt;test-&amp;gt;test sequence . here use your BAPI and also BAPI transaction commit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 01:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-incominginvoice-create/m-p/2662316#M614239</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-08-10T01:55:58Z</dc:date>
    </item>
  </channel>
</rss>

