<?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 BAPI_ACC_DOCUMENT_POST mass postings with single commit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-mass-postings-with-single-commit/m-p/12252122#M1986291</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
  &lt;P&gt;I have a requirement to post 1000+ GL documents which are in single file, and if any error in one of the 1000 documents then I want to rollback all 1000 documents.&lt;/P&gt;
  &lt;P&gt;For that I am using BAPI_ACC_DOCUMENT_POST and commit work/Rollback work is at end of the process, is there any issue if all 1000 documents are committed or rollback in single shot? Please advise.&lt;/P&gt;
  &lt;P&gt;Best Regards,&lt;/P&gt;</description>
    <pubDate>Wed, 05 Aug 2020 07:57:44 GMT</pubDate>
    <dc:creator>venu_001</dc:creator>
    <dc:date>2020-08-05T07:57:44Z</dc:date>
    <item>
      <title>BAPI_ACC_DOCUMENT_POST mass postings with single commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-mass-postings-with-single-commit/m-p/12252122#M1986291</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
  &lt;P&gt;I have a requirement to post 1000+ GL documents which are in single file, and if any error in one of the 1000 documents then I want to rollback all 1000 documents.&lt;/P&gt;
  &lt;P&gt;For that I am using BAPI_ACC_DOCUMENT_POST and commit work/Rollback work is at end of the process, is there any issue if all 1000 documents are committed or rollback in single shot? Please advise.&lt;/P&gt;
  &lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 07:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-mass-postings-with-single-commit/m-p/12252122#M1986291</guid>
      <dc:creator>venu_001</dc:creator>
      <dc:date>2020-08-05T07:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST mass postings with single commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-mass-postings-with-single-commit/m-p/12252123#M1986292</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;venugopalreddy.sagamredi&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;It is a best practice to use exclusive lock to the record you wish to modify to avoid data inconsistency with other users.&lt;/P&gt;&lt;P&gt;Please perform the following steps:&lt;/P&gt;&lt;P&gt;- Set exclusive locks for the data you wish to change or process.&lt;/P&gt;&lt;P&gt;- If exclusive lock is successful, read the current data in the database (To ensure up-to-date data).&lt;/P&gt;&lt;P&gt;- Change the data and update the data in the database (Database Commit).&lt;/P&gt;&lt;P&gt;- Release the lock&lt;/P&gt;&lt;P&gt;** Please take note not to set the lock for too long to allow other users to do there work.&lt;/P&gt;&lt;P&gt;In addition, to Commit/Rollback 1,000 records in one shot is the recommended practice in terms of performance because the Application Layer connects to the Database Layer only once which will lessen the burden to the DBMS.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 08:13:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-mass-postings-with-single-commit/m-p/12252123#M1986292</guid>
      <dc:creator>juanitogonzales28</dc:creator>
      <dc:date>2020-08-05T08:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST mass postings with single commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-mass-postings-with-single-commit/m-p/12252124#M1986293</link>
      <description>&lt;P&gt;Hi Venu,&lt;/P&gt;&lt;P&gt;I think you will have to do it one by one. &lt;/P&gt;&lt;P&gt;Have you tried creating 5-10 document postings with single commit/rollback, does that work?&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 08:16:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-mass-postings-with-single-commit/m-p/12252124#M1986293</guid>
      <dc:creator>GK817</dc:creator>
      <dc:date>2020-08-05T08:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST mass postings with single commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-mass-postings-with-single-commit/m-p/12252125#M1986294</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;gaurav.karkara3&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;I think it would be possible if he uses IN UPDATE TASK.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gonzales, Juanito III Roa&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 08:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-mass-postings-with-single-commit/m-p/12252125#M1986294</guid>
      <dc:creator>juanitogonzales28</dc:creator>
      <dc:date>2020-08-05T08:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST mass postings with single commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-mass-postings-with-single-commit/m-p/12252126#M1986295</link>
      <description>&lt;P&gt;Probably 'SET UPDATE TASK LOCAL' before BAPI call will help, but for such huge numbers i foresee some issues. I remember facing some.&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 08:33:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-mass-postings-with-single-commit/m-p/12252126#M1986295</guid>
      <dc:creator>GK817</dc:creator>
      <dc:date>2020-08-05T08:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST mass postings with single commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-mass-postings-with-single-commit/m-p/12252127#M1986296</link>
      <description>&lt;P&gt;Hi Gaurav,&lt;/P&gt;&lt;P&gt;I have tried with 5 documents it's working, but not sure how it behaves for large number of documents.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 09:52:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-mass-postings-with-single-commit/m-p/12252127#M1986296</guid>
      <dc:creator>venu_001</dc:creator>
      <dc:date>2020-08-05T09:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST mass postings with single commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-mass-postings-with-single-commit/m-p/12252128#M1986297</link>
      <description>&lt;P&gt;Good Venu!&lt;/P&gt;&lt;P&gt;There could be locking issue but i can't be sure of that. So, In certain, I think i won't advise on this.&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 11:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-mass-postings-with-single-commit/m-p/12252128#M1986297</guid>
      <dc:creator>GK817</dc:creator>
      <dc:date>2020-08-05T11:09:33Z</dc:date>
    </item>
  </channel>
</rss>

