<?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/1302366#M158912</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT  will return or not return the message  depending on whether the value of parameter WAIT is set to 'X'. If it has failed it will return 'Posting could not be carried out' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well to test that scenario , i wud suggest look into the R/3 table you are updating after the call of RFC from the other system. after successive test runs  check if the updates are okay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This BAPI additionally refreshes the buffers associated with the table apart from the normal COMMIT and wait statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 May 2006 08:11:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-17T08:11:33Z</dc:date>
    <item>
      <title>BAPI TRANSACTION COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit/m-p/1302365#M158911</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;Inputs required on following scenario :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI No. 1 is called, UPDATE EMPID is executed inside the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the session expires ( Auto rollback would be done).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New Session started.&lt;/P&gt;&lt;P&gt;But BAPI_TRANSACTION_COMMIT is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will BAPI_TRANSACTION_COMMIT return an ERROR ?&lt;/P&gt;&lt;P&gt;What exactly would it return ?&lt;/P&gt;&lt;P&gt;How to test such a scenario in R/3 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 06:32:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit/m-p/1302365#M158911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T06:32:21Z</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/1302366#M158912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT  will return or not return the message  depending on whether the value of parameter WAIT is set to 'X'. If it has failed it will return 'Posting could not be carried out' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well to test that scenario , i wud suggest look into the R/3 table you are updating after the call of RFC from the other system. after successive test runs  check if the updates are okay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This BAPI additionally refreshes the buffers associated with the table apart from the normal COMMIT and wait statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 08:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit/m-p/1302366#M158912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T08:11:33Z</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/1302367#M158913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Will BAPI_TRANSACTION_COMMIT return an ERROR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No it won't reutrn an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Bcos, when this bapi is executed,&lt;/P&gt;&lt;P&gt;   There will be no pending update requests&lt;/P&gt;&lt;P&gt;   for commting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Hence, it would simply fire commit,&lt;/P&gt;&lt;P&gt;  without any error and return sy-subrc  = 0.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 08:24:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit/m-p/1302367#M158913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T08:24:39Z</dc:date>
    </item>
  </channel>
</rss>

