<?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 MIRO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-miro/m-p/2939241#M692860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI-step by step procedure&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/bapi/example.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/bapi/example.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;list of all BAPI's&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/LIST_ALL_BAPIs.htm" target="test_blank"&gt;http://www.planetsap.com/LIST_ALL_BAPIs.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if useful.........&lt;/P&gt;&lt;P&gt;Minal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2007 08:02:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-23T08:02:46Z</dc:date>
    <item>
      <title>BAPI for MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-miro/m-p/2939240#M692859</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;When an incoming vendor invoice is HOLD (using HOLD button in MIRO, the invoice would be an G/L invoice, and at that time, the user is not sure about cost center or account, etc, so they just HOLD the invoice) in SAP. We can use BAPI_INCOMINGINVOICE_GETDETAIL to get what has been entered in that vendor invoice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But after read the invoice data out, are there any BAPI I can use, to make some changes to the existing HOLD invoice (i.e. change the line cost center, account ), and POST that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a 4.7 system. BAPI_INCOMINGINVOICE_CHANGE does not exist.&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>Tue, 23 Oct 2007 07:52:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-miro/m-p/2939240#M692859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T07:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-miro/m-p/2939241#M692860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI-step by step procedure&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/bapi/example.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/bapi/example.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;list of all BAPI's&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/LIST_ALL_BAPIs.htm" target="test_blank"&gt;http://www.planetsap.com/LIST_ALL_BAPIs.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if useful.........&lt;/P&gt;&lt;P&gt;Minal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 08:02:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-miro/m-p/2939241#M692860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T08:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-miro/m-p/2939242#M692861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chenyu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to modify an held or parked invoice, you have mainly two options, depending on which release of SAP you are working on:&lt;/P&gt;&lt;P&gt;- BAPI_INCOMINGINVOICE_CHANGE, released on 24.05.2005 and available on ECC 6.0&lt;/P&gt;&lt;P&gt;- MRM_INVOICE_CHANGE, belonging to function group MR1M, which is not properly a BAPI, but a function at a lower level used by standard transactions such as MIRO and MIR4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then post a parked invoice using fm MRM_PARKED_INVOICE_POST. An example of the code for doing this can ben found in method PreliminaryPost of Business Object BUS2081.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 19:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-miro/m-p/2939242#M692861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-01T19:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-miro/m-p/2939243#M692862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chenyu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the fm given by Antonio.Use that fm and make your own rfc and get the details. Check this and post if need any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 01:31:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-miro/m-p/2939243#M692862</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-09-02T01:31:48Z</dc:date>
    </item>
  </channel>
</rss>

