<?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: BAPI_ACC_DOCUMENT_POST Not Returning All Error Messages in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-not-returning-all-error-messages/m-p/7796143#M1586670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;To check for errors before posting, you should use the following bapi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

BAPI_ACC_DOCUMENT_CHECK

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Esteban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Apr 2011 18:32:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-04-05T18:32:47Z</dc:date>
    <item>
      <title>BAPI_ACC_DOCUMENT_POST Not Returning All Error Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-not-returning-all-error-messages/m-p/7796140#M1586667</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'm currently using BAPI_ACC_DOCUMENT_POST in one of my developments. I'm currently testing the BAPI to see if it will detect the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  - Accounts blocked for posting&lt;/P&gt;&lt;P&gt;  - Blocked posting period&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran a variant with both errors present to the BAPI, but it only returned an account blocked error. It only showed the blocked posting period error after the account was unblocked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping to get your insights on this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 14:50:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-not-returning-all-error-messages/m-p/7796140#M1586667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-05T14:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST Not Returning All Error Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-not-returning-all-error-messages/m-p/7796141#M1586668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the first error was fatal, I would not expect SAP programming to continue to the second fatal error!  If you want all potential errors, write a program that examines and reports all possible errors prior to your BAPI call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: BreakPoint on Apr 5, 2011 5:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 15:05:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-not-returning-all-error-messages/m-p/7796141#M1586668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-05T15:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST Not Returning All Error Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-not-returning-all-error-messages/m-p/7796142#M1586669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would that mean you can't use the BAPI to check for possible errors all at once that will prevent posting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 15:11:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-not-returning-all-error-messages/m-p/7796142#M1586669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-05T15:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST Not Returning All Error Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-not-returning-all-error-messages/m-p/7796143#M1586670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;To check for errors before posting, you should use the following bapi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

BAPI_ACC_DOCUMENT_CHECK

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Esteban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 18:32:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-not-returning-all-error-messages/m-p/7796143#M1586670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-05T18:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST Not Returning All Error Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-not-returning-all-error-messages/m-p/7796144#M1586671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Este! I tried using the BAPI but the messages it returned is the same as with BAPI_ACC_DOCUMENT_POST. It did not returned all error messages in one execution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 08:11:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-not-returning-all-error-messages/m-p/7796144#M1586671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-06T08:11:36Z</dc:date>
    </item>
  </channel>
</rss>

