<?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/3695024#M889717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using IDOC_INPUT_INVOIC_MRM, inbound IDOC to create invoice(MIRO).But it is not created for planned delivery costs .so we need to create for that also.Invoice will create while triggering the ouput type RD04.I found BAPI_INCOMINGINVOICE_CREATE to create planned delivery costs.Instead of trigger IDOC,how to trigger this BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Apr 2008 06:23:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-07T06:23:40Z</dc:date>
    <item>
      <title>BAPI_INCOMINGINVOICE_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-incominginvoice-create/m-p/3695024#M889717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using IDOC_INPUT_INVOIC_MRM, inbound IDOC to create invoice(MIRO).But it is not created for planned delivery costs .so we need to create for that also.Invoice will create while triggering the ouput type RD04.I found BAPI_INCOMINGINVOICE_CREATE to create planned delivery costs.Instead of trigger IDOC,how to trigger this BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 06:23:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-incominginvoice-create/m-p/3695024#M889717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T06:23:40Z</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/3695025#M889718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can call the bapi in source system and populate the data as shown in example below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: Incoming invoice with planned delivery costs&lt;/P&gt;&lt;P&gt;This examples shows the header data that you need to enter in table HeaderData, the item data that you need to enter in table ItemData, and the tax information that you need to enter in table TaxData to post an invoice containing planned delivery costs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purchase order: 100 pc of material A @ $1.00/pc&lt;/P&gt;&lt;P&gt;Goods receipt:  100 pc of material A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You receive an invoice for this purchase order referencing PO number 4500006986, PO item 10, for a quantity of 100 pieces of material A and $136.00, including 16% VAT and $20.00 planned delivery costs. Enter the following data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HeaderData table&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): 08.10.2000&lt;/P&gt;&lt;P&gt;PSTNG_DATE (Posting date): 08.12.2000&lt;/P&gt;&lt;P&gt;COMP_CODE (Company code): 1000&lt;/P&gt;&lt;P&gt;CURRENCY (Currency key): USD&lt;/P&gt;&lt;P&gt;GROSS_AMOUNT (Gross amount): 136,00&lt;/P&gt;&lt;P&gt;ItemData table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line 1: Posting the purchase order item&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): 4500006986&lt;/P&gt;&lt;P&gt;PO_ITEM (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.00&lt;/P&gt;&lt;P&gt;QUANTITY (Quantity): 100&lt;/P&gt;&lt;P&gt;PO_UNIT (Unit of measure): PC&lt;/P&gt;&lt;P&gt;Line 2: Posting the planned delivery costs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INVOICE_DOC_ITEM (Invoice document item): 00002&lt;/P&gt;&lt;P&gt;PO_NUMBER (Order number): 4500006986&lt;/P&gt;&lt;P&gt;PO_ITEM (Order item): 00010&lt;/P&gt;&lt;P&gt;ITEM_AMOUNT (Item amount): 20.00&lt;/P&gt;&lt;P&gt;QUANTITY (Quantity): 100&lt;/P&gt;&lt;P&gt;PO_UNIT (Unit of measure): PC&lt;/P&gt;&lt;P&gt;COND_TYPE (Condition type): FRB1&lt;/P&gt;&lt;P&gt;TaxData table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TAX_CODE (Tax code): VN&lt;/P&gt;&lt;P&gt;TAX_AMOUNT (Tax amount in document currency): 16.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: jaideep sharma on Apr 8, 2008 2:15 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 7, 2008 4:48 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 20:43:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-incominginvoice-create/m-p/3695025#M889718</guid>
      <dc:creator>jaideepsharma</dc:creator>
      <dc:date>2008-04-07T20:43:57Z</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/3695026#M889719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 07:14:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-incominginvoice-create/m-p/3695026#M889719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T07:14:52Z</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/3695027#M889720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use IDoc, you can create a specific EDI function which will call BAPI_INCOMINGINVOICE_CREATE and set up EDI to use your function for invoices with planned delivery costs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jean-Michel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 07:23:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-incominginvoice-create/m-p/3695027#M889720</guid>
      <dc:creator>former_member416164</dc:creator>
      <dc:date>2008-04-15T07:23:40Z</dc:date>
    </item>
  </channel>
</rss>

