<?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: LUW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/luw/m-p/1507814#M234428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shreyas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. By nature,&lt;/P&gt;&lt;P&gt;   the two things&lt;/P&gt;&lt;P&gt;   a) first commit for the original transaction bapi&lt;/P&gt;&lt;P&gt;   b) second commit for commit bapi&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;2. are separate things,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. and B)&lt;/P&gt;&lt;P&gt;   can occur only if a) occurs,&lt;/P&gt;&lt;P&gt;   which in itself is a commit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. I don't think we can do this in any direct way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. At the most, everything can be&lt;/P&gt;&lt;P&gt;   bundled in a FM of Update type,&lt;/P&gt;&lt;P&gt;   and tried.&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>Fri, 04 Aug 2006 09:56:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-04T09:56:51Z</dc:date>
    <item>
      <title>LUW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/luw/m-p/1507813#M234427</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;I am using a BAPI and then using BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this I am inserting data returned by BAPI into a database table and doing COMMIT WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I combine these two to be in same Logical Unit of Work (LUW)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shreyas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2006 09:52:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/luw/m-p/1507813#M234427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-04T09:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: LUW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/luw/m-p/1507814#M234428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shreyas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. By nature,&lt;/P&gt;&lt;P&gt;   the two things&lt;/P&gt;&lt;P&gt;   a) first commit for the original transaction bapi&lt;/P&gt;&lt;P&gt;   b) second commit for commit bapi&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;2. are separate things,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. and B)&lt;/P&gt;&lt;P&gt;   can occur only if a) occurs,&lt;/P&gt;&lt;P&gt;   which in itself is a commit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. I don't think we can do this in any direct way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. At the most, everything can be&lt;/P&gt;&lt;P&gt;   bundled in a FM of Update type,&lt;/P&gt;&lt;P&gt;   and tried.&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>Fri, 04 Aug 2006 09:56:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/luw/m-p/1507814#M234428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-04T09:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: LUW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/luw/m-p/1507815#M234429</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;first of all why would you want to do so ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For every BAPI call for any creation entries explicit commit has to addressed by the developer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you retrieve the bapi return and update in a db table why would you want to use a commit work expicitly? Implicit commit happens for updations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert back if the answer is not clear and if helpful kindly reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2006 10:00:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/luw/m-p/1507815#M234429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-04T10:00:55Z</dc:date>
    </item>
  </channel>
</rss>

