<?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_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/1244823#M143226</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 have to do MIRO posting for Standard PO (Type NB) and corresponding Credit PO (Type NE) using BAPI_INCOMINGINVOICE_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting some errors while trying to do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody has attempted this before, kindly let me know which fields we need to populate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shubha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Mar 2006 10:45:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-21T10:45:20Z</dc:date>
    <item>
      <title>BAPI_INCOMINGINVOICE_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-incominginvoice-create/m-p/1244823#M143226</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 have to do MIRO posting for Standard PO (Type NB) and corresponding Credit PO (Type NE) using BAPI_INCOMINGINVOICE_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting some errors while trying to do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody has attempted this before, kindly let me know which fields we need to populate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shubha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 10:45:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-incominginvoice-create/m-p/1244823#M143226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T10:45:20Z</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/1244824#M143227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shubha, &lt;/P&gt;&lt;P&gt;You can see the Bapi FMs documentation for some examples in the documentation itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: Incoming Invoice&lt;/P&gt;&lt;P&gt;This example shows the header data that you need to enter in table Headerdata and the item data that you need to enter in table Itemdata to post an invoice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purchase order: 10 pieces of material A at $10/piece&lt;/P&gt;&lt;P&gt;Goods receipt:  10 pieces of material A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You receive an invoice against this purchase order, with reference to purchase order number 4500007491, order item 10, for a quantity of 10 pieces of material A and an amount of $116, including 16% sales tax. Enter the following data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table HeaderData&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INVOICE_IND (Post invoice/credit memo): X&lt;/P&gt;&lt;P&gt;DOC_DATE (Document date): 05.20.2000&lt;/P&gt;&lt;P&gt;PSTNG_DATE (Posting date): 05.23.2000&lt;/P&gt;&lt;P&gt;COMP_CODE (Company code): 1000&lt;/P&gt;&lt;P&gt;GROSS_AMOUNT (Gross amount): 116.00&lt;/P&gt;&lt;P&gt;CURRENCY (Currency key): USD&lt;/P&gt;&lt;P&gt;CALC_TAX_IND (Calculate tax): X&lt;/P&gt;&lt;P&gt;Table ItemData&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INVOICE_DOC_ITEM (Invoice document item): 00001&lt;/P&gt;&lt;P&gt;PO_NUMBER (Purchase order number): 4500007491&lt;/P&gt;&lt;P&gt;PO_ITEM (Purchase order item): 00010&lt;/P&gt;&lt;P&gt;TAX_CODE (Tax code): VN&lt;/P&gt;&lt;P&gt;ITEM_AMOUNT (Item amount): 100&lt;/P&gt;&lt;P&gt;QUANTITY (Quantity): 10&lt;/P&gt;&lt;P&gt;PO_UNIT (Unit of measure): PC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can tell us what error are you exactly getting, then people may find it easier to help you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 10:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-incominginvoice-create/m-p/1244824#M143227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T10:57:53Z</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/1244825#M143228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I had a look at the FM documentation earlier too but I did not find this particular scenario there. (Invoice Verification for Standard PO &amp;amp; Credit PO).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error I am getting is 'Account assignment for entry sheet missing&amp;#146;.&lt;/P&gt;&lt;P&gt;But when I check Entry sheet for Std PO, Acct assignment is already there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a possibility that this particular case of posting is not supported by BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shubha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 01:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-incominginvoice-create/m-p/1244825#M143228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T01:59:56Z</dc:date>
    </item>
  </channel>
</rss>

