<?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: ACC_INVOICE_RECEIPT03 inbound processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/acc-invoice-receipt03-inbound-processing/m-p/7020180#M1497898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try also &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_INCOMINGINVOICE_PARK&lt;/P&gt;&lt;P&gt;MRM_INVOICE_PARK&lt;/P&gt;&lt;P&gt;MRM_INVOICE_PARK_WITH_NEW_KEY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 May 2010 21:02:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-26T21:02:58Z</dc:date>
    <item>
      <title>ACC_INVOICE_RECEIPT03 inbound processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acc-invoice-receipt03-inbound-processing/m-p/7020176#M1497894</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 am using the idoc ACC_INVOICE_RECEIPT03 idoc to receive invoice information from vendor.&lt;/P&gt;&lt;P&gt;Now im confused as to how to process the incoming IDOC.&lt;/P&gt;&lt;P&gt;Im supposed to park a transaction for each of the IDOC received ie simulate FV60.&lt;/P&gt;&lt;P&gt;How can i do this? What inbound process code should i use? Is there any example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now i have given BAPI as the process code, and trying to correct errors in the IDOC.&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;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 17:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acc-invoice-receipt03-inbound-processing/m-p/7020176#M1497894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T17:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: ACC_INVOICE_RECEIPT03 inbound processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acc-invoice-receipt03-inbound-processing/m-p/7020177#M1497895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sivasakthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I had a requirement like this I used idoc ACC_DOCUMENT instead. The function to process this idoc was IDOC_INPUT_ACC_DOCUMENT which uses BAPI_ACC_DOCUMENT_POST. The problem with this BAPI was that it posts document. It does not park. There is no standard functions available for the parking. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I copied 'BAPI_ACC_DOCUMENT_POST' into 'Z_ACC_DOCUMENT_PARK'. Then I removed the code (I kept the import, export etc intact). And I wrote a BDC (call transaction) to call FBV1 transaction and parked the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I copied IDOC_INPUT_ACC_DOCUMENT to Z_IDOC_INPUT_ACC_DOCUMENT_PARK and simply changed the function call in the code to call my Z function instead of the bapi. I had to just change the function name in the statement, actually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Salai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 18:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acc-invoice-receipt03-inbound-processing/m-p/7020177#M1497895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T18:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: ACC_INVOICE_RECEIPT03 inbound processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acc-invoice-receipt03-inbound-processing/m-p/7020178#M1497896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your solution. I was hoping someone could give me this answer!&lt;/P&gt;&lt;P&gt;I did search for FMs that parked invoices and didnt find any. Thanks for confirming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've not done BDC before ,Could you please share with me the bdc code that you wrote?&lt;/P&gt;&lt;P&gt;How to handle errors that occur?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 20:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acc-invoice-receipt03-inbound-processing/m-p/7020178#M1497896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T20:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: ACC_INVOICE_RECEIPT03 inbound processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acc-invoice-receipt03-inbound-processing/m-p/7020179#M1497897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Siva,&lt;/P&gt;&lt;P&gt;I am not in the same project anymore. I'm not sure if I can get you the code.&lt;/P&gt;&lt;P&gt;Before that, can you try function PRELIMINARY_POSTING_FB01? I think it can create a parked document.&lt;/P&gt;&lt;P&gt;If that doesnt work, you can go back to the BDC.&lt;/P&gt;&lt;P&gt;Salai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 20:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acc-invoice-receipt03-inbound-processing/m-p/7020179#M1497897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T20:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: ACC_INVOICE_RECEIPT03 inbound processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acc-invoice-receipt03-inbound-processing/m-p/7020180#M1497898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try also &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_INCOMINGINVOICE_PARK&lt;/P&gt;&lt;P&gt;MRM_INVOICE_PARK&lt;/P&gt;&lt;P&gt;MRM_INVOICE_PARK_WITH_NEW_KEY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 21:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acc-invoice-receipt03-inbound-processing/m-p/7020180#M1497898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T21:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: ACC_INVOICE_RECEIPT03 inbound processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acc-invoice-receipt03-inbound-processing/m-p/7020181#M1497899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im not sure if this FM parks but this is for FB01, i would have to find something that does FB60.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 21:06:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acc-invoice-receipt03-inbound-processing/m-p/7020181#M1497899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T21:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: ACC_INVOICE_RECEIPT03 inbound processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acc-invoice-receipt03-inbound-processing/m-p/7020182#M1497900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do the same function as FB60 as FB01. Except you can do more in FB01. They hit the same tables. Only the screens are different. FB60 is a easy access txn of FB01 for vendor invoice.&lt;/P&gt;&lt;P&gt;Salai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 21:09:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acc-invoice-receipt03-inbound-processing/m-p/7020182#M1497900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T21:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: ACC_INVOICE_RECEIPT03 inbound processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acc-invoice-receipt03-inbound-processing/m-p/7020183#M1497901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh ok... i'm totally oblivious to the functional side. I'll discuss this with the functional consultant and test the BAPIs you have mentioned. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your valuable inputs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 21:37:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acc-invoice-receipt03-inbound-processing/m-p/7020183#M1497901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T21:37:43Z</dc:date>
    </item>
  </channel>
</rss>

