<?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 BOPF Transaction handling: Change object and COMMIT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bopf-transaction-handling-change-object-and-commit/m-p/489020#M16371</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in many cases the COMMIT of a transaction is only done if changes are there.&lt;/P&gt;&lt;P&gt;Does the Transaction Manager (Standalone or save) take this into account? Or can/should this be done via the change object (get_transactional_changes)? &lt;/P&gt;&lt;P&gt;Are there any issues or things to consider (Performance, Locking, ...)?&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;P&gt;Regards, Thomas.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2017 07:42:54 GMT</pubDate>
    <dc:creator>thomas_scharf</dc:creator>
    <dc:date>2017-06-27T07:42:54Z</dc:date>
    <item>
      <title>BOPF Transaction handling: Change object and COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bopf-transaction-handling-change-object-and-commit/m-p/489020#M16371</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in many cases the COMMIT of a transaction is only done if changes are there.&lt;/P&gt;&lt;P&gt;Does the Transaction Manager (Standalone or save) take this into account? Or can/should this be done via the change object (get_transactional_changes)? &lt;/P&gt;&lt;P&gt;Are there any issues or things to consider (Performance, Locking, ...)?&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;P&gt;Regards, Thomas.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 07:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bopf-transaction-handling-change-object-and-commit/m-p/489020#M16371</guid>
      <dc:creator>thomas_scharf</dc:creator>
      <dc:date>2017-06-27T07:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: BOPF Transaction handling: Change object and COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bopf-transaction-handling-change-object-and-commit/m-p/489021#M16372</link>
      <description>&lt;P&gt;I think BOPF transaction manager handles this together with the service managers. This means that all changes there are performed  get recorded with the corresponding service managers(in case multiple BOs are involved). The 'Save' triggers the transaction manager which checks with the involved service managers(in that session) about the changes done. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2017 05:27:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bopf-transaction-handling-change-object-and-commit/m-p/489021#M16372</guid>
      <dc:creator>suhaskrishna_sondur</dc:creator>
      <dc:date>2017-07-03T05:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: BOPF Transaction handling: Change object and COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bopf-transaction-handling-change-object-and-commit/m-p/489022#M16373</link>
      <description>&lt;P&gt;Hi Suhas, &lt;/P&gt;&lt;P&gt;thanks for the reply, it would be fine, if the Framework takes care of it.&lt;/P&gt;&lt;P&gt;I would now like to extend my question to the following situation.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;We want to integrate into a process (transaction) which does not belong to our application. &lt;/LI&gt;&lt;LI&gt;This process deals with classical BOs and BOPF BOs (which also do not belong to our application - in a technical sense).&lt;/LI&gt;&lt;LI&gt;Within this process, we want to modify an instance of our own BO and, from a transactional point of view, all changes to BOs should be saved or none of them.&lt;/LI&gt;&lt;LI&gt;This works fine - at least in most cases:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;        - We modify the BO instance an exit&lt;/P&gt;&lt;P&gt;       -  The central process calls the master slave transaction manager and all BOs (including ours) are saved&lt;/P&gt;&lt;P&gt;       -  Finally, the a COMMIT WORK persists the data.&lt;/P&gt;&lt;P&gt;Now, it can happen that the central process does not call the BOPF Transaction Manager and we have to ensure that changes to our BO will be saved. On the other hand, I do not get the information from the process, whether the TM is called or not. &lt;/P&gt;&lt;P&gt;Now, my extended question is: &lt;/P&gt;&lt;P&gt;Can the slave transaction manager be called twice? Or should I rather use the change object to find out whether there are still open changes?&lt;/P&gt;&lt;P&gt;Thanks a lot and best regards, Thomas. &lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 15:09:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bopf-transaction-handling-change-object-and-commit/m-p/489022#M16373</guid>
      <dc:creator>thomas_scharf</dc:creator>
      <dc:date>2017-07-07T15:09:58Z</dc:date>
    </item>
  </channel>
</rss>

