<?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: COMMIT WORK in a separate LUW from my program so that it does not effect the main program? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-a-separate-luw-from-my-program-so-that-it-does-not-effect/m-p/553204#M21036</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;Call the FM /DMF/BI_SALES_DATA (if it is RFC) in background task.&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://help.sap.com/doc/6d94a9af6c4b1014adbc87d0d89d8121/7.01.18/en-US/488937ad84b84e6fe10000000a421937.html" target="_blank"&gt;ABAP Documentation - Call Function in background task&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Hope it helps.&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 06 Dec 2017 08:13:53 GMT</pubDate>
    <dc:creator>Mohamed_Mukhtar</dc:creator>
    <dc:date>2017-12-06T08:13:53Z</dc:date>
    <item>
      <title>COMMIT WORK in a separate LUW from my program so that it does not effect the main program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-a-separate-luw-from-my-program-so-that-it-does-not-effect/m-p/553203#M21035</link>
      <description>&lt;P&gt;How can I do COMMIT WORK in a separate LUW from my program so that it does not effect the main program? Actually I am updating the BI system with my sales data using the Function /DMF/BI_SALES_DATA. In the main program we are fetching the sales data using the FETCH CURSOR. Now my requirement is to set the the commit after each fetch. &lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 07:48:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-a-separate-luw-from-my-program-so-that-it-does-not-effect/m-p/553203#M21035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-12-06T07:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: COMMIT WORK in a separate LUW from my program so that it does not effect the main program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-a-separate-luw-from-my-program-so-that-it-does-not-effect/m-p/553204#M21036</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;Call the FM /DMF/BI_SALES_DATA (if it is RFC) in background task.&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://help.sap.com/doc/6d94a9af6c4b1014adbc87d0d89d8121/7.01.18/en-US/488937ad84b84e6fe10000000a421937.html" target="_blank"&gt;ABAP Documentation - Call Function in background task&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Hope it helps.&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 08:13:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-a-separate-luw-from-my-program-so-that-it-does-not-effect/m-p/553204#M21036</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2017-12-06T08:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: COMMIT WORK in a separate LUW from my program so that it does not effect the main program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-a-separate-luw-from-my-program-so-that-it-does-not-effect/m-p/553205#M21037</link>
      <description>&lt;P&gt;Consider call of the FM (or a RFC enabled wrapper) &lt;A href="https://help.sap.com/viewer/search?q=STARTING%20NEW%20TASK&amp;amp;language=en-US&amp;amp;state=PRODUCTION&amp;amp;format=standard,html,pdf,others"&gt;STARTING NEW TASK&lt;/A&gt;. Also in the &lt;A href="https://help.sap.com/viewer/search?q=OPEN%20CURSOR&amp;amp;language=en-US&amp;amp;state=PRODUCTION&amp;amp;format=standard,html,pdf,others"&gt;OPEN CURSOR&lt;/A&gt; statement use the &lt;A href="https://help.sap.com/viewer/search?q=OPEN%20CURSOR%20WITH%20HOLD&amp;amp;language=en-US&amp;amp;state=PRODUCTION&amp;amp;format=standard,html,pdf,others"&gt;WITH HOLD&lt;/A&gt; option (to protect it against &lt;A href="https://help.sap.com/viewer/search?q=Implicit%20Database%20Commits&amp;amp;language=en-US&amp;amp;state=PRODUCTION&amp;amp;format=standard,html,pdf,others"&gt;implicit database commit&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 15:35:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-a-separate-luw-from-my-program-so-that-it-does-not-effect/m-p/553205#M21037</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-12-06T15:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: COMMIT WORK in a separate LUW from my program so that it does not effect the main program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-a-separate-luw-from-my-program-so-that-it-does-not-effect/m-p/553206#M21038</link>
      <description>&lt;P&gt;Dont use Background task as it is now obsolete.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 17:01:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-a-separate-luw-from-my-program-so-that-it-does-not-effect/m-p/553206#M21038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-12-06T17:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: COMMIT WORK in a separate LUW from my program so that it does not effect the main program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-a-separate-luw-from-my-program-so-that-it-does-not-effect/m-p/553207#M21039</link>
      <description>&lt;P&gt;I am not sure but why you need a Commit after fetching?&lt;/P&gt;
  &lt;P&gt;Second you can call your FM in a new task and there perform the Commit(new task will not affect your main program)&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 17:03:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-in-a-separate-luw-from-my-program-so-that-it-does-not-effect/m-p/553207#M21039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-12-06T17:03:20Z</dc:date>
    </item>
  </channel>
</rss>

