<?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/6865201#M1476302</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;im in the same situation, may i know what solved this problem? thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Feb 2013 00:33:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-02-05T00:33:52Z</dc:date>
    <item>
      <title>BAPI_TRANSACTION_COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit/m-p/6865196#M1476297</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 am creating sales order using function module &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BAPI_SALESORDER_CREATEFROMDAT2&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;I am using BAPI_TRANSACTION_COMMIT after the above FM with wait set to flag 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Now this FM is taking long time to give result. I am also using wait up to 6 seconds after BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one suggest how to rectify this error.Till yesterday it was working fine and was giving result quickly. Today its taking a lot of time and ultimately i have to stop forcefully.&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;&lt;/P&gt;&lt;P&gt;Sany&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 May 2010 05:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit/m-p/6865196#M1476297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-15T05:20:17Z</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/6865197#M1476298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to analyse this bapi using transaction code ST05 (trace). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 May 2010 06:19:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit/m-p/6865197#M1476298</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-05-15T06:19:18Z</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/6865198#M1476299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually its consuming time on COMMIT WORK AND WAIT statement in BAPI_TRANSACTION_COMMIT. &lt;/P&gt;&lt;P&gt;I found in transaction SM12 where some 12 to 15 lock entries have been genereated to table VBAK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess commit work is not allowing since database is  being used by these LOCK entries..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you comment on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sany&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 May 2010 06:29:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit/m-p/6865198#M1476299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-15T06:29:03Z</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/6865199#M1476300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, In that case check whether new use exit has been written in after save .. ( Some will call some fm for sending interface to other system something like ) i think system wait to complete the process to unlock VBAK entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 May 2010 06:40:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit/m-p/6865199#M1476300</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-05-15T06:40:26Z</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/6865200#M1476301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answer found myself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 04:41:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit/m-p/6865200#M1476301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-22T04:41:58Z</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/6865201#M1476302</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;im in the same situation, may i know what solved this problem? thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 00:33:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit/m-p/6865201#M1476302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-05T00:33:52Z</dc:date>
    </item>
  </channel>
</rss>

