<?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: Perform statement not allowed in OO program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statement-not-allowed-in-oo-program/m-p/3780881#M909754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii...&lt;/P&gt;&lt;P&gt;perform on commit can be carried out in 2 senarios.&lt;/P&gt;&lt;P&gt;1. delayed subroutine - ths subroutine gets executed when that particular LUW is finished.&lt;/P&gt;&lt;P&gt;so data update from ant particular luw can take place when tht luw is completed.&lt;/P&gt;&lt;P&gt;its very helpful because the work process is not being engaged in the prg execution time,after full execution the update task is performed.&lt;/P&gt;&lt;P&gt;another thing we should rem tht only 1 delayed sub routine gets executed at 1 time.&lt;/P&gt;&lt;P&gt;2. asynchoronous update - here we can use update in a separate task.&lt;/P&gt;&lt;P&gt;here another work process is assigned for the update process, and it runs concurrently with the program execution.&lt;/P&gt;&lt;P&gt;receive reasult after the task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hopefully i could make u clear.&lt;/P&gt;&lt;P&gt;reward points if helpful.&lt;/P&gt;&lt;P&gt;thanks.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2008 09:53:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-06T09:53:03Z</dc:date>
    <item>
      <title>Perform statement not allowed in OO program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statement-not-allowed-in-oo-program/m-p/3780879#M909752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to carry out an equivalent of perform on commit in an OO program, could anyone share there wisedom with me please&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;J-J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 15:01:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statement-not-allowed-in-oo-program/m-p/3780879#M909752</guid>
      <dc:creator>TJRP</dc:creator>
      <dc:date>2008-05-05T15:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Perform statement not allowed in OO program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statement-not-allowed-in-oo-program/m-p/3780880#M909753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about &lt;STRONG&gt;CALL FUNCTION '...' IN UPDATE TASK&lt;/STRONG&gt; ?&lt;/P&gt;&lt;P&gt;That is the analogous approach using function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 05:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statement-not-allowed-in-oo-program/m-p/3780880#M909753</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-05-06T05:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Perform statement not allowed in OO program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statement-not-allowed-in-oo-program/m-p/3780881#M909754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii...&lt;/P&gt;&lt;P&gt;perform on commit can be carried out in 2 senarios.&lt;/P&gt;&lt;P&gt;1. delayed subroutine - ths subroutine gets executed when that particular LUW is finished.&lt;/P&gt;&lt;P&gt;so data update from ant particular luw can take place when tht luw is completed.&lt;/P&gt;&lt;P&gt;its very helpful because the work process is not being engaged in the prg execution time,after full execution the update task is performed.&lt;/P&gt;&lt;P&gt;another thing we should rem tht only 1 delayed sub routine gets executed at 1 time.&lt;/P&gt;&lt;P&gt;2. asynchoronous update - here we can use update in a separate task.&lt;/P&gt;&lt;P&gt;here another work process is assigned for the update process, and it runs concurrently with the program execution.&lt;/P&gt;&lt;P&gt;receive reasult after the task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hopefully i could make u clear.&lt;/P&gt;&lt;P&gt;reward points if helpful.&lt;/P&gt;&lt;P&gt;thanks.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 09:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statement-not-allowed-in-oo-program/m-p/3780881#M909754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T09:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Perform statement not allowed in OO program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statement-not-allowed-in-oo-program/m-p/3780882#M909755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have now changed the way the update works, so no perform statement is required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 09:57:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statement-not-allowed-in-oo-program/m-p/3780882#M909755</guid>
      <dc:creator>TJRP</dc:creator>
      <dc:date>2008-05-06T09:57:01Z</dc:date>
    </item>
  </channel>
</rss>

