<?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: Any suitable BAPI for tcode F-43? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-suitable-bapi-for-tcode-f-43/m-p/3772065#M907642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sougata Chatterjee,&lt;/P&gt;&lt;P&gt;I tried using and it errors out BAPI_ACC_DOCUMENT_POST with one of the resons&lt;/P&gt;&lt;P&gt;saying that "Required field CUSTOMER was not transferred in parameter ACCOUNTRECEIVABLE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest further?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2008 13:28:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-07T13:28:48Z</dc:date>
    <item>
      <title>Any suitable BAPI for tcode F-43?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-suitable-bapi-for-tcode-f-43/m-p/3772062#M907639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I need to post the Vendor invoice.&lt;/P&gt;&lt;P&gt;I tried with  BAPI_ACC_INVOICE_RECEIPT_POST. Its giving me an error relating to tax code entered such as "Error in account determination for ..etc.. " but the tax code i entered is a valid one. Also this BAPI  has no posting key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried  with BAPI_ACC_DOCUMENT_POST . it needs customer no which i cannot get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a suitable BAPI for tcode F-43?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 20:32:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-suitable-bapi-for-tcode-f-43/m-p/3772062#M907639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T20:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Any suitable BAPI for tcode F-43?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-suitable-bapi-for-tcode-f-43/m-p/3772063#M907640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure about the tax error message you are getting but I used 'BAPI_ACC_INVOICE_RECEIPT_POST' to post Invoices using T.code FB01 . I used the posting key 31 (Invoice) or 40 (Debit entry) to populate the Internal table accordingly (Internal table based on bapiacap03 for Posting Key 31 and bapiacgl03 for Posting Key 40).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible try to debug the BAPI to check why the Taxcode is being triggered as wrong one and populate Internal table for posting key as mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 22:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-suitable-bapi-for-tcode-f-43/m-p/3772063#M907640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T22:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Any suitable BAPI for tcode F-43?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-suitable-bapi-for-tcode-f-43/m-p/3772064#M907641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BAPI_ACC_DOCUMENT_POST&lt;/STRONG&gt; is the correct BAPI for you to use. You'll notice that all the Tables parameters are optional except CURRENCYAMOUNT and RETURN. Therefore you do not need to fill in Tables parameter ACCOUNTRECEIVABLE which needs the customer number. You need to fill in Tables parameter ACCOUNTPAYABLE which requires the field VENDOR_NO - this is the vendor number you enter in transaction F-43 screen. I have tried with this bapi before and it works fine with vendor invoices (F-43).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps and please don't forget to reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sougata.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 01:58:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-suitable-bapi-for-tcode-f-43/m-p/3772064#M907641</guid>
      <dc:creator>Sougata</dc:creator>
      <dc:date>2008-05-07T01:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Any suitable BAPI for tcode F-43?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-suitable-bapi-for-tcode-f-43/m-p/3772065#M907642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sougata Chatterjee,&lt;/P&gt;&lt;P&gt;I tried using and it errors out BAPI_ACC_DOCUMENT_POST with one of the resons&lt;/P&gt;&lt;P&gt;saying that "Required field CUSTOMER was not transferred in parameter ACCOUNTRECEIVABLE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest further?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 13:28:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-suitable-bapi-for-tcode-f-43/m-p/3772065#M907642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T13:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Any suitable BAPI for tcode F-43?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-suitable-bapi-for-tcode-f-43/m-p/3772066#M907643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post your code here so that I can see how you calling the BAPI. Copy and paste the entire program here within &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; so that its formatted for easy viewing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sougata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p.s. I have a feeling you are calling the BAPI with Tables parameter ACCOUNTRECEIVABLE which you might have forgot to comment out when calling this BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sougata Chatterjee on May 8, 2008 11:14 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 23:16:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-suitable-bapi-for-tcode-f-43/m-p/3772066#M907643</guid>
      <dc:creator>Sougata</dc:creator>
      <dc:date>2008-05-07T23:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Any suitable BAPI for tcode F-43?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-suitable-bapi-for-tcode-f-43/m-p/3772067#M907644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sougata Chatterg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am testing the BAPI API_ACC_DOCUMENT_POST individually in se37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No currency line exists for line item 0000000000&lt;/P&gt;&lt;P&gt;No currency line exists for line item 0000000000&lt;/P&gt;&lt;P&gt;No currency line exists for line item 0000000000&lt;/P&gt;&lt;P&gt;Required field TAX_CODE was not transferred in parameter ACCOUNTTAX&lt;/P&gt;&lt;P&gt;Account 1234... requires an assignment to a CO object&lt;/P&gt;&lt;P&gt;Account 1234.... requires an assignment to a CO object&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Also BAPI_ACC_INVOICE_RECEIPT_POST is thrwing some tax GL A/c combination errors..&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&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 20:21:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-suitable-bapi-for-tcode-f-43/m-p/3772067#M907644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T20:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Any suitable BAPI for tcode F-43?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-suitable-bapi-for-tcode-f-43/m-p/3772068#M907645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;You said you have used some postingkeys for 31 &amp;amp; 40. I cud not find the field name NEWBS in the structures bapiacap03 or bapiacgl03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the field name you used to mention the  posting keys?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 20:27:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-suitable-bapi-for-tcode-f-43/m-p/3772068#M907645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T20:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Any suitable BAPI for tcode F-43?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-suitable-bapi-for-tcode-f-43/m-p/3772069#M907646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI_ACC_INVOICE_RECEIPT_POST&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 22:50:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-suitable-bapi-for-tcode-f-43/m-p/3772069#M907646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-23T22:50:14Z</dc:date>
    </item>
  </channel>
</rss>

