<?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 About function module &amp;quot;BAPI_TRANSACTION_COMMIT&amp;quot; in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module-quot-bapi-transaction-commit-quot/m-p/5147398#M1192885</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what happens if function module "BAPI_TRANSACTION_COMMIT" is called after any bapi fumction module which should not have internal commit called.&lt;/P&gt;&lt;P&gt;if conditions arent checked before function module "BAPI_TRANSACTION_COMMIT" called, does a error record (from return table of 1st bapi called is not checked) will get updated or inserted into a database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;lokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Feb 2009 08:22:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-04T08:22:21Z</dc:date>
    <item>
      <title>About function module "BAPI_TRANSACTION_COMMIT"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module-quot-bapi-transaction-commit-quot/m-p/5147398#M1192885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what happens if function module "BAPI_TRANSACTION_COMMIT" is called after any bapi fumction module which should not have internal commit called.&lt;/P&gt;&lt;P&gt;if conditions arent checked before function module "BAPI_TRANSACTION_COMMIT" called, does a error record (from return table of 1st bapi called is not checked) will get updated or inserted into a database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;lokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 08:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module-quot-bapi-transaction-commit-quot/m-p/5147398#M1192885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T08:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: About function module "BAPI_TRANSACTION_COMMIT"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module-quot-bapi-transaction-commit-quot/m-p/5147399#M1192886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;until unless we use BAPI_TRANSACTION_COMMIT after BAPI, the changes will not reflect to database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 08:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module-quot-bapi-transaction-commit-quot/m-p/5147399#M1192886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T08:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: About function module "BAPI_TRANSACTION_COMMIT"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module-quot-bapi-transaction-commit-quot/m-p/5147400#M1192887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT Is to COMMIT the changes to DB Since COMMIT is not allowed in BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 08:36:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module-quot-bapi-transaction-commit-quot/m-p/5147400#M1192887</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2009-02-04T08:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: About function module "BAPI_TRANSACTION_COMMIT"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module-quot-bapi-transaction-commit-quot/m-p/5147401#M1192888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lokesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;what happens if function module "BAPI_TRANSACTION_COMMIT" is called after any bapi fumction module which should not have internal commit called.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI usually don't have commit itself. You have to use this for reflecting the changes in database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if conditions arent checked before function module "BAPI_TRANSACTION_COMMIT" called, does a error record (from return table of 1st bapi called is not checked) will get updated or inserted into a database table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If an BAPI is having error it can't be committed to database. As the BAPI itself is not returning the success result how can it can be committed. The changes will reflect in database for successful messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give it a try using my post on wiki.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/function" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/function&lt;/A&gt;&lt;EM&gt;Module&lt;/EM&gt;Test+Sequence&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 11:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-function-module-quot-bapi-transaction-commit-quot/m-p/5147401#M1192888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T11:48:08Z</dc:date>
    </item>
  </channel>
</rss>

