<?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 asynchronous in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-asynchronous/m-p/8087451#M1615094</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Serena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you read the documentation on the "Most Important Update Statuses" provided in the link i had previously mentioned?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;I tried it with SM13, but always responds "0 Update records found." &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The updates have been successfully processed &amp;amp; hence deleted. Read the SAP documentation thoroughly to know about the profile param which governs this behaviour &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The BAPI call doesn't invoke any update processes &amp;amp; hence none exist. You can check if any update work processes are invoked when the BAPIs are called via [SM50|http://help.sap.com/saphelp_nw04/helpdata/en/69/c24e104ba111d189750000e8322d00/frameset.htm].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jul 2011 09:01:48 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2011-07-20T09:01:48Z</dc:date>
    <item>
      <title>BAPI_TRANSACTION_COMMIT asynchronous</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-asynchronous/m-p/8087448#M1615091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a Z program i am using BAPI_ACC_DOCUMENT_POST, followed by BAPI_TRANSACTION_COMMIT asynchronously (without WAIT) to insert new documents. I would not use the parameter WAIT for performance problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The my questions are:&lt;/P&gt;&lt;P&gt;How can i see the name of the update process triggered by BAPI_TRANSACTION_COMMIT?&lt;/P&gt;&lt;P&gt;How can i follow to determine if the process is still active or has ended, if done well or with an error (that error?) And so on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate any suggestions that explains the control of the state of execution and "return code" of the "process update".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Serena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 07:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-asynchronous/m-p/8087448#M1615091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-20T07:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT asynchronous</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-asynchronous/m-p/8087449#M1615092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;How can i see the name of the update process triggered by BAPI_TRANSACTION_COMMIT?&lt;/P&gt;&lt;P&gt;How can i follow to determine if the process is still active or has ended, if done well or with an error (that error?) And so on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can maintain the Update Work Processes via [SM13|http://help.sap.com/saphelp_nw04/helpdata/en/e5/de870535cd11d3acb00000e83539c3/content.htm]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a RETURN param in 'BAPI_TRANSACTION_COMMIT ' which you can use to determine the status of the update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 08:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-asynchronous/m-p/8087449#M1615092</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-07-20T08:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT asynchronous</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-asynchronous/m-p/8087450#M1615093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it with SM13, but always responds "0 Update records found." I tried to run my Z with debuger, and i stop before and even after BAPI_TRANSACTION_COMMIT, but the list of SM13 is always empty. How works SM13?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even RETURN BAPI_TRANSACTION_COMMIT is empty, without parameter WAIT = 'X'  in the call. This is just because BAPI_TRANSACTION_COMMIT  he does not wait for the update and therefore does not know if it went wrong or right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Serena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 08:38:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-asynchronous/m-p/8087450#M1615093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-20T08:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT asynchronous</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-asynchronous/m-p/8087451#M1615094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Serena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you read the documentation on the "Most Important Update Statuses" provided in the link i had previously mentioned?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;I tried it with SM13, but always responds "0 Update records found." &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The updates have been successfully processed &amp;amp; hence deleted. Read the SAP documentation thoroughly to know about the profile param which governs this behaviour &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The BAPI call doesn't invoke any update processes &amp;amp; hence none exist. You can check if any update work processes are invoked when the BAPIs are called via [SM50|http://help.sap.com/saphelp_nw04/helpdata/en/69/c24e104ba111d189750000e8322d00/frameset.htm].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 09:01:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-asynchronous/m-p/8087451#M1615094</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-07-20T09:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT asynchronous</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-asynchronous/m-p/8087452#M1615095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Suhas,&lt;/P&gt;&lt;P&gt;Excuse me for the shallowness. Now read carefully. But from your answer, I already understood a poccino.&lt;/P&gt;&lt;P&gt;I would like to discover this: from my Z program, after the &lt;/P&gt;&lt;P&gt;'BAPI_TRANSACTION_COMMIT', I can see if  "The updates have been successfully processed &amp;amp; hence deleted", ie have the list of processes displayed in SM13? How can I do? Where AM13 retrieves the active processes? From a table?&lt;/P&gt;&lt;P&gt;Serena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 09:44:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-asynchronous/m-p/8087452#M1615095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-20T09:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_TRANSACTION_COMMIT asynchronous</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-asynchronous/m-p/8087453#M1615096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Suhas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 05:47:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-transaction-commit-asynchronous/m-p/8087453#M1615096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-21T05:47:25Z</dc:date>
    </item>
  </channel>
</rss>

