<?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: MIRO - BAPI_INCOMINGINVOICE_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/miro-bapi-incominginvoice-create/m-p/1662445#M293440</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramakrishna ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way where we can getthe GL account numebr automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here goes my example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a PO where 1st line item Po qty is 1000. In which 200 is assigned to an account and 300 is assigned to another account and 500 is assigned to another account. Qty allready delivered is 350. Now my GR is 550. I would like to an Invoice using the bapi. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way that account assigments happen automaticall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swarna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Nov 2006 06:11:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-23T06:11:22Z</dc:date>
    <item>
      <title>MIRO - BAPI_INCOMINGINVOICE_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/miro-bapi-incominginvoice-create/m-p/1662442#M293437</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;By using this bapi "BAPI_INCOMINGINVOICE_CREATE", how to do automatic account assignments?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Swarna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 02:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/miro-bapi-incominginvoice-create/m-p/1662442#M293437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T02:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: MIRO - BAPI_INCOMINGINVOICE_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/miro-bapi-incominginvoice-create/m-p/1662443#M293438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swarna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the funcion module documentation for BAPI_INCOMINGINVOICE_CREATE in SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It contains some example code also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: Change account assignments and add unplanned assignments&lt;/P&gt;&lt;P&gt;This example 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 account assignment information that you need to enter in table AccountingData to change, add, and post account assignments for an invoice. If you want to change or add account assignments, there must be a non-valuated goods receipt or no goods receipt in the system. Goods-receipt-based invoice verification is specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purchase order: 300 pc of material A @ $1.00/pc&lt;/P&gt;&lt;P&gt;Goods receipt:  300 pc of material A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This purchase order is subject to account assignment. You receive an invoice for it, referencing the PO number 4500006846, PO item 10, goods receipt document 50008849, 2000, item 1. The invoice is for a quantity of 100 pieces of material A, with a gross invoice amount of USD 116.00, including 16% VAT. You want to change the planned account assignment for the second account assignment item and add an unplanned account assignment. 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.05.2000&lt;/P&gt;&lt;P&gt;PSTNG_DATE (Posting date): 08.08.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): 17.40&lt;/P&gt;&lt;P&gt;CALC_TAX_IND (Calculate tax automatically): X&lt;/P&gt;&lt;P&gt;PMNTTRMS (Terms of payment key): 0001&lt;/P&gt;&lt;P&gt;ItemData table&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): 4500006846&lt;/P&gt;&lt;P&gt;PO_ITEM (Purchase order item): 00010&lt;/P&gt;&lt;P&gt;REF_DOC (Goods receipt document): 500008849&lt;/P&gt;&lt;P&gt;REF_DOC_YEAR (Fiscal year of current period): 2000&lt;/P&gt;&lt;P&gt;REF_DOC_ITEM (Goods receipt document item): 1&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): 100&lt;/P&gt;&lt;P&gt;PO_UNIT (Unit of measure): PC&lt;/P&gt;&lt;P&gt;AccountingData table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line 1: Change second account assignment item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INVOICE_DOC_ITEM (Invoice document item): 0001&lt;/P&gt;&lt;P&gt;SERIAL_NO (Account assignment serial number): 02&lt;/P&gt;&lt;P&gt;TAX_CODE (Tax code): VN&lt;/P&gt;&lt;P&gt;ITEM_AMOUNT (Amount in document currency): 10.00&lt;/P&gt;&lt;P&gt;QUANTITY (Quantity): 10&lt;/P&gt;&lt;P&gt;PO_UNIT (Order unit): PC&lt;/P&gt;&lt;P&gt;GL_ACCOUNT (G/L account number): 890000&lt;/P&gt;&lt;P&gt;COSTCENTER (Cost center): 1200&lt;/P&gt;&lt;P&gt;Line 2: Add unplanned account assignment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INVOICE_DOC_ITEM (Invoice document item): 0001&lt;/P&gt;&lt;P&gt;XUNPL (Unplanned account assignment in Invoice Verification): X&lt;/P&gt;&lt;P&gt;TAX_CODE (Tax code): VN&lt;/P&gt;&lt;P&gt;ITEM_AMOUNT (Amount in document currency): 5.00&lt;/P&gt;&lt;P&gt;QUANTITY (Quantity): 5&lt;/P&gt;&lt;P&gt;PO_UNIT (Order unit): PC&lt;/P&gt;&lt;P&gt;GL_ACCOUNT (G/L account number): 890000&lt;/P&gt;&lt;P&gt;COSTCENTER (Cost center): 1200&lt;/P&gt;&lt;P&gt;More information is available in the parameter documentation for the tables HeaderData, ItemData, and AccountingData and in the SAP Library under Logistics Invoice Verification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 03:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/miro-bapi-incominginvoice-create/m-p/1662443#M293438</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-11-23T03:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: MIRO - BAPI_INCOMINGINVOICE_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/miro-bapi-incominginvoice-create/m-p/1662444#M293439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through these links&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.geocities.com/rmtiwari/main.html?http://www.geocities.com/rmtiwari/Resources/MySolutions/Dev/Codes/Report/Z_BAPI_INCOMINGINVOICE_CREATE.html" target="test_blank"&gt;http://www.geocities.com/rmtiwari/main.html?http://www.geocities.com/rmtiwari/Resources/MySolutions/Dev/Codes/Report/Z_BAPI_INCOMINGINVOICE_CREATE.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 04:37:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/miro-bapi-incominginvoice-create/m-p/1662444#M293439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T04:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: MIRO - BAPI_INCOMINGINVOICE_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/miro-bapi-incominginvoice-create/m-p/1662445#M293440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramakrishna ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way where we can getthe GL account numebr automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here goes my example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a PO where 1st line item Po qty is 1000. In which 200 is assigned to an account and 300 is assigned to another account and 500 is assigned to another account. Qty allready delivered is 350. Now my GR is 550. I would like to an Invoice using the bapi. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way that account assigments happen automaticall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swarna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 06:11:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/miro-bapi-incominginvoice-create/m-p/1662445#M293440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T06:11:22Z</dc:date>
    </item>
  </channel>
</rss>

