<?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_TRANSACTION_COMMIT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit/m-p/964305#M68201</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;this FM only executes the 'commit'-statement, the name is misleading. The commit is for the current LUW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jul 2005 11:52:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-07-11T11:52:30Z</dc:date>
    <item>
      <title>BAPI_TRANSACTION_COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit/m-p/964304#M68200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody tell me the working of bapi_transaction_commit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using BAPIs we may make changes to different db tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How exactly the above FM works ? Which transaction is exactly committed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for expert commnents&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2005 11:41:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit/m-p/964304#M68200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-11T11:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit/m-p/964305#M68201</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;this FM only executes the 'commit'-statement, the name is misleading. The commit is for the current LUW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2005 11:52:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit/m-p/964305#M68201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-11T11:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit/m-p/964306#M68202</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;Individual BAPI's should not commit work to the database. This is part of the definition for BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This allows the calling program to control the Logical Unit of Work (LUW) by calling BAPI_TRANSACTION_COMMIT. You can commit after each BAPI call, or after a sequence of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, your application may involve several BAPIs being called over several dialog steps. If the user aborts before the last step, you should be able to roll back without having to reverse any individual transactions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only if they confirm the last step would you call BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is a good summary: &lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/a5/3ec8654ac011d1894e0000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/a5/3ec8654ac011d1894e0000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2005 11:54:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit/m-p/964306#M68202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-11T11:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit/m-p/964307#M68203</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;This is the information I got from a link.&lt;/P&gt;&lt;P&gt;With BAPI_TRANSACTION_COMMIT ..the external systems have a way of deciding on whether to &lt;/P&gt;&lt;P&gt;Commit or to Roll back Changes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But with Commit Work u have to code it inside ure BAPI and the outside systems then have no chance or have &lt;/P&gt;&lt;P&gt;any hold over the commit... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i guess the diff lies more in the way how u want to call commit ,either from outside or from within ure BAPI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can use both... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP though recommends using BAPI_Transaction_Commit and not using Commit_work in the BAPI... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but its upto u and ure middleware guy to decide how u want to do it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this alos.&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsap.discussions.techtarget.com/WebX?msgInContext@966.OLlUbqwbDfe.1@.ee83dd4/2408!viewtype=threadDate&amp;amp;skip=&amp;amp;expand=" target="test_blank"&gt;http://searchsap.discussions.techtarget.com/WebX?msgInContext@966.OLlUbqwbDfe.1@.ee83dd4/2408!viewtype=threadDate&amp;amp;skip=&amp;amp;expand=&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2005 12:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit/m-p/964307#M68203</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-07-11T12:17:12Z</dc:date>
    </item>
  </channel>
</rss>

