<?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 work in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-work/m-p/5481914#M1254953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to bring back my question before. We have encountered again a problem with database updating using bapi_transaction_commit. We have already issue bapi_transaction_commit with wait parameter set to 'X' but when we tried to query the content of the table, it doesn't give us the updated one. Could this be a bug?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2009 06:23:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-05T06:23:00Z</dc:date>
    <item>
      <title>BAPI_TRANSACTION_COMMIT work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-work/m-p/5481909#M1254948</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;We are calling BAPI_TRANSACTION_COMMIT with value 'X' for the wait parameter after we call the BAPI_REQUISITION_DELETE. However, when we looked at our data most of the line items are not deleted. But when we explicitly added the wait up to 1 seconds command, the program worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jackie Fiesta on Apr 22, 2009 12:15 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 04:10:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-work/m-p/5481909#M1254948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T04:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-work/m-p/5481910#M1254949</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;    In BAPI_TRANSACTION_COMMIT, if you are not giving any value to wait parameter, it will execute only commit work, if you give value 'X' it executes the command commit work and wait. so there is nothing like how much time it has to wait.&lt;/P&gt;&lt;P&gt;     Sometimes because of the huge data it will take more time, that is why when you are using exclusively wait up to 1 sec which is sufficient time to delete all the records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 04:24:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-work/m-p/5481910#M1254949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T04:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-work/m-p/5481911#M1254950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this happen due to database updation take place .&lt;/P&gt;&lt;P&gt;bapi_commit  give the sleep of some seconds and then commit the task which is updated by BAPI call function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 04:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-work/m-p/5481911#M1254950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T04:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-work/m-p/5481912#M1254951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jackie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In BAPI_TRANSACTION_COMMIT u can specify the wait parameter. &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;Anil N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 04:54:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-work/m-p/5481912#M1254951</guid>
      <dc:creator>former_member438956</dc:creator>
      <dc:date>2009-04-22T04:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-work/m-p/5481913#M1254952</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;it depend upon load on the data base so ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can use  BAPI_TRANSACTION_COMMIT with  wait parameter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~linganna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 05:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-work/m-p/5481913#M1254952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T05:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-work/m-p/5481914#M1254953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to bring back my question before. We have encountered again a problem with database updating using bapi_transaction_commit. We have already issue bapi_transaction_commit with wait parameter set to 'X' but when we tried to query the content of the table, it doesn't give us the updated one. Could this be a bug?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 06:23:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-work/m-p/5481914#M1254953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-05T06:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-work/m-p/5481915#M1254954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;it is not a bug , as the records are not updated in data base it will not reflect immediately , so there has to be time gap u can add wait up to n seconds and then query it u will get right results&lt;/P&gt;&lt;P&gt;if solve close the thread&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 06:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-work/m-p/5481915#M1254954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-05T06:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-work/m-p/5481916#M1254955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mohammad afzal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have already implemented the up to n seconds. however n seems to be a variable. for some pcs 3 seconds works. for some 5 seconds work. with this, it's hard to estimate how long will be the waiting part.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 07:35:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-work/m-p/5481916#M1254955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-05T07:35:57Z</dc:date>
    </item>
  </channel>
</rss>

