<?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_TRANSACTION_COMMIT  not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-not-working/m-p/2942360#M693633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have executed the bapi ..BAPI_PRODORDCONF_CREATE_TT for planed order from se37. and also i have executed the BAPI_TRANSACTION_COMMIT. but the work was not committed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz suggest whts the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2007 11:20:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-09T11:20:08Z</dc:date>
    <item>
      <title>BAPI_TRANSACTION_COMMIT  not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-not-working/m-p/2942360#M693633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have executed the bapi ..BAPI_PRODORDCONF_CREATE_TT for planed order from se37. and also i have executed the BAPI_TRANSACTION_COMMIT. but the work was not committed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz suggest whts the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 11:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-not-working/m-p/2942360#M693633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T11:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT  not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-not-working/m-p/2942361#M693634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tuborg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did u execute the functions one after the other? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have to use the "Test Sequences":&lt;/P&gt;&lt;P&gt;At the main screen of se37, choose from the menu &amp;lt;i&amp;gt;Function Module -&amp;gt; Test -&amp;gt; Test Sequences&amp;lt;/i&amp;gt; . U'll get a popup windows with several lines. Enter the functions u want to run in the right order (in your case: 1st line -BAPI_PRODORDCONF_CREATE_TT, 2nd line - BAPI_TRANSACTION_COMMIT) and execute. Now the system will bring the screen for the 1st function (u can choose "Test data directory" if u saved any test data and all the regular options like u run a single function) and u enter the data and execute it, and then the system brings the screen for the 2nd function, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if helps...&lt;/P&gt;&lt;P&gt;Igal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 11:59:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-not-working/m-p/2942361#M693634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T11:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT  not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-not-working/m-p/2942362#M693635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,You need to execute it from a Same session, i mean in the Same LUW then it will commit the Database, if you run these 2 transaction from Se37 then it won't use, from Se37 just you are testing the BAPI_TRANSACTION_COMMIT, if you want to commit the values then use it in the saem session&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 12:06:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-not-working/m-p/2942362#M693635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T12:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT  not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-not-working/m-p/2942363#M693636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;u should call FM one after the other than only we updated the databas.&lt;/P&gt;&lt;P&gt;first call this function module ..BAPI_PRODORDCONF_CREATE_TT  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if return type is ne E.&lt;/P&gt;&lt;P&gt;call function module BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;else exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this i think it will help for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward is usefull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 12:09:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-not-working/m-p/2942363#M693636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T12:09:53Z</dc:date>
    </item>
  </channel>
</rss>

