<?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: Question about BAPI_TRANSACTION_COMMIT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-transaction-commit/m-p/3576449#M860940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are not required to worry of lock objects after BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2008 02:23:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-25T02:23:12Z</dc:date>
    <item>
      <title>Question about BAPI_TRANSACTION_COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-transaction-commit/m-p/3576448#M860939</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;&lt;/P&gt;&lt;P&gt;I need to know that after the use of BAPI_TRANSACTION_COMMIT, do I still need to check for locked object? I know that for usual BDC call to update any standard table, database update is not usually committed right away. Depending on system performance, the DB commit might not happen right away. Therefore, we sometime need to check for locked object after the BDC. Do I still need to check for lock object after I use BAPI_TRANSACTION_COMMIT? I heard that BAPI_TRANSACTION_COMMIT will unlock the related object. Will the DB not commiting issue still happen after the use of BAPI_TRANSACTION_COMMIT? THanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 02:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-transaction-commit/m-p/3576448#M860939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T02:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Question about BAPI_TRANSACTION_COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-transaction-commit/m-p/3576449#M860940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are not required to worry of lock objects after BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 02:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-transaction-commit/m-p/3576449#M860940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T02:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Question about BAPI_TRANSACTION_COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-transaction-commit/m-p/3576450#M860941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is always good practice to first enqueue, then update and then dequeue the object.&lt;/P&gt;&lt;P&gt;Bapi_transaction_commit is just commit work statement.&lt;/P&gt;&lt;P&gt;It will simply commit your updates to the database. For unlocking the object you have to use dequeue FM for that object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G@urav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 02:23:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-transaction-commit/m-p/3576450#M860941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T02:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Question about BAPI_TRANSACTION_COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-transaction-commit/m-p/3576451#M860942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks people, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My worry is, once I enqueue the object before the update, and during the update, will it be a problem since I already locked the object? I remember I encountered some issues earlier due to the object is being locked by myself since I did enqueue before the update (through BDC, not BAPI).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 03:01:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-transaction-commit/m-p/3576451#M860942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T03:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Question about BAPI_TRANSACTION_COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-transaction-commit/m-p/3576452#M860943</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;After Executing BAPI_TRANSACTION_COMMIT it is always . As the system locks the object it is always necessary to use CALL FUNCTION 'DEQUEUE_ALL'.&lt;/P&gt;&lt;P&gt;inorder to UNLOCK the object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Nair&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 03:43:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-bapi-transaction-commit/m-p/3576452#M860943</guid>
      <dc:creator>former_member15255</dc:creator>
      <dc:date>2008-03-25T03:43:21Z</dc:date>
    </item>
  </channel>
</rss>

