<?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: Duplicate error messages in BAPi FM BAPI_ACC_DOCUMENT_CHECK/POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-error-messages-in-bapi-fm-bapi-acc-document-check-post/m-p/368713#M8141</link>
    <description>&lt;P&gt;applied OSS notes.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Oct 2016 10:03:21 GMT</pubDate>
    <dc:creator>priyank_dev2</dc:creator>
    <dc:date>2016-10-21T10:03:21Z</dc:date>
    <item>
      <title>Duplicate error messages in BAPi FM BAPI_ACC_DOCUMENT_CHECK/POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-error-messages-in-bapi-fm-bapi-acc-document-check-post/m-p/368710#M8138</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are getting duplicate error messages while posting the entries using the  BAPI FM's BAPI_ACC_DOCUMENT_CHECK and BAPI_ACC_DOCUMENT_POST.The duplicate error messages is returned in both FM's.Please let me know if any OSS notes needs to be applied.The error messages for  TYPE, ID Message Number and Message are similar(duplicate entries) .&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;TYPE                ID                      Number                                   Message &lt;/P&gt;&lt;P&gt;E                      KI                       222                                           order number 123 does not exists&lt;/P&gt;&lt;P&gt;E                      KI                       222                                           order number 123 does not exists&lt;/P&gt;&lt;P&gt;E                      KI                        507                                          costcenter 345 doesnt exits &lt;/P&gt;&lt;P&gt;E                      KI                       507                                           costcenter 345 doesnt exits&lt;/P&gt;&lt;P&gt;I have tried to find OSS Notes which could not yield any results.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Priyank Patil&lt;/P&gt;</description>
      <pubDate>Sat, 15 Oct 2016 10:07:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-error-messages-in-bapi-fm-bapi-acc-document-check-post/m-p/368710#M8138</guid>
      <dc:creator>priyank_dev2</dc:creator>
      <dc:date>2016-10-15T10:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate error messages in BAPi FM BAPI_ACC_DOCUMENT_CHECK/POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-error-messages-in-bapi-fm-bapi-acc-document-check-post/m-p/368711#M8139</link>
      <description>&lt;P&gt;BAPI_ACC_DOCUMENT_CHECK checks are already performed by BAPI_ACC_DOCUMENT_POST, if you call both in sequence errors will be duplicated, so don't call POST BAPI if CHECK BAPI returned an error.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Raymond&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 06:32:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-error-messages-in-bapi-fm-bapi-acc-document-check-post/m-p/368711#M8139</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-10-17T06:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate error messages in BAPi FM BAPI_ACC_DOCUMENT_CHECK/POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-error-messages-in-bapi-fm-bapi-acc-document-check-post/m-p/368712#M8140</link>
      <description>&lt;P&gt;Hello Raymond,&lt;/P&gt;&lt;P&gt;We are not calling the above FM's suquentially. However we have applied OSS notes on the same and thank you for your help here.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyank Patil&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 10:03:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-error-messages-in-bapi-fm-bapi-acc-document-check-post/m-p/368712#M8140</guid>
      <dc:creator>priyank_dev2</dc:creator>
      <dc:date>2016-10-21T10:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate error messages in BAPi FM BAPI_ACC_DOCUMENT_CHECK/POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-error-messages-in-bapi-fm-bapi-acc-document-check-post/m-p/368713#M8141</link>
      <description>&lt;P&gt;applied OSS notes.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 10:03:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-error-messages-in-bapi-fm-bapi-acc-document-check-post/m-p/368713#M8141</guid>
      <dc:creator>priyank_dev2</dc:creator>
      <dc:date>2016-10-21T10:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate error messages in BAPi FM BAPI_ACC_DOCUMENT_CHECK/POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-error-messages-in-bapi-fm-bapi-acc-document-check-post/m-p/368714#M8142</link>
      <description>&lt;P&gt;Can you confirm it it was solved by &lt;A href="https://launchpad.support.sap.com/#/notes/2136137/E"&gt;2136137 - BAPI: Duplicate error messages&lt;/A&gt; or another note for people who would get same issue?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 14:56:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-error-messages-in-bapi-fm-bapi-acc-document-check-post/m-p/368714#M8142</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-11-08T14:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate error messages in BAPi FM BAPI_ACC_DOCUMENT_CHECK/POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-error-messages-in-bapi-fm-bapi-acc-document-check-post/m-p/368715#M8143</link>
      <description>&lt;P&gt;Through that FMs, what entry you were trying to post.  Whenever you post any query expecting technical inputs, see that you also add the functionality and detail what is the business process.  In most of the cases, through standard configuration, we can solve the issue.  If you check for the detailed SAP explanation for KI222, it clearly says "Cost Center in Controlling Area is missing" which is self-explanatory.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 15:01:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-error-messages-in-bapi-fm-bapi-acc-document-check-post/m-p/368715#M8143</guid>
      <dc:creator>Lakshmipathi</dc:creator>
      <dc:date>2016-11-08T15:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate error messages in BAPi FM BAPI_ACC_DOCUMENT_CHECK/POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-error-messages-in-bapi-fm-bapi-acc-document-check-post/m-p/368716#M8144</link>
      <description>&lt;P&gt;Also if there is no further response needed please pick a best answer and/or close the question. Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 19:20:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-error-messages-in-bapi-fm-bapi-acc-document-check-post/m-p/368716#M8144</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2016-11-08T19:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate error messages in BAPi FM BAPI_ACC_DOCUMENT_CHECK/POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-error-messages-in-bapi-fm-bapi-acc-document-check-post/m-p/368717#M8145</link>
      <description>&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;It was applied some other note and it is working fine now.sorry for the delay responce.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyank Patil&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2016 05:10:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-error-messages-in-bapi-fm-bapi-acc-document-check-post/m-p/368717#M8145</guid>
      <dc:creator>priyank_dev2</dc:creator>
      <dc:date>2016-12-30T05:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate error messages in BAPi FM BAPI_ACC_DOCUMENT_CHECK/POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-error-messages-in-bapi-fm-bapi-acc-document-check-post/m-p/368718#M8146</link>
      <description>&lt;P&gt;Hi Priyank,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;We are facing the same issue. Could you please share the SAP Note number which was applied for resolving this issue?&lt;/P&gt;
  &lt;P&gt;Best Regards,&lt;/P&gt;
  &lt;P&gt;Lucy&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 01:39:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-error-messages-in-bapi-fm-bapi-acc-document-check-post/m-p/368718#M8146</guid>
      <dc:creator>lucy_gray2</dc:creator>
      <dc:date>2018-04-02T01:39:42Z</dc:date>
    </item>
  </channel>
</rss>

