<?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: differece between Starting new task and in update task in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-starting-new-task-and-in-update-task/m-p/2454477#M550262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u please explain me what is STAT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Aug 2007 12:44:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-05T12:44:34Z</dc:date>
    <item>
      <title>differece between Starting new task and in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-starting-new-task-and-in-update-task/m-p/2454471#M550256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the dfference between starting new task and in udate task.&lt;/P&gt;&lt;P&gt;What is  V1 Update and V2 Update.&lt;/P&gt;&lt;P&gt;I new in SAP.&lt;/P&gt;&lt;P&gt;Please explain me urgently.......&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2007 10:58:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-starting-new-task-and-in-update-task/m-p/2454471#M550256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-01T10:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: differece between Starting new task and in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-starting-new-task-and-in-update-task/m-p/2454472#M550257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subhajit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A function called in update task will not execute until a commit work is encountered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A function called with 'STARTING NEW TASK' will be triggered immediately, but will run asynchronously with respect to your current program. &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;Pankaj Singh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;**** please do not forget to give points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2007 11:18:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-starting-new-task-and-in-update-task/m-p/2454472#M550257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-01T11:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: differece between Starting new task and in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-starting-new-task-and-in-update-task/m-p/2454473#M550258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;V1 update module generate update requests in table VBLOG in synchronous mode and in asynchronous update in main memory .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V2 update module generates requests in table VBLOG and always run asynchronously .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V1 update functions are handled by the system asynchronously,synchronously and in lolal where as V2 update functions are always handled by the system asynchronously .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2007 11:20:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-starting-new-task-and-in-update-task/m-p/2454473#M550258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-01T11:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: differece between Starting new task and in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-starting-new-task-and-in-update-task/m-p/2454474#M550259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;v1 update means online update, its updating immaidetly syncronise way, v2 is offline means asyncronise depend on process avaialbility&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2007 17:36:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-starting-new-task-and-in-update-task/m-p/2454474#M550259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-01T17:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: differece between Starting new task and in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-starting-new-task-and-in-update-task/m-p/2454475#M550260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think i have understood it........Can i say that UPDATE TASK does V1 update (online update) and STARTING NEW TASK does V2 update(asynchronous update).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one question.....when in starting new task does SAP stores the task name that is given in the program in some structure?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 11:42:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-starting-new-task-and-in-update-task/m-p/2454475#M550260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T11:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: differece between Starting new task and in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-starting-new-task-and-in-update-task/m-p/2454476#M550261</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;In sap internally every task create one process id, task id, userid, .... stores in the sap tables, thats why when you use 'STAT' , it shows all taskid,....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if you want know some detials just check when you click stat what program invoking..&lt;/P&gt;&lt;P&gt;&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, 03 Aug 2007 11:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-starting-new-task-and-in-update-task/m-p/2454476#M550261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T11:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: differece between Starting new task and in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-starting-new-task-and-in-update-task/m-p/2454477#M550262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u please explain me what is STAT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Aug 2007 12:44:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-starting-new-task-and-in-update-task/m-p/2454477#M550262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-05T12:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: differece between Starting new task and in update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-starting-new-task-and-in-update-task/m-p/2454478#M550263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the database table in which it gets stored?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Aug 2007 12:45:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differece-between-starting-new-task-and-in-update-task/m-p/2454478#M550263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-05T12:45:50Z</dc:date>
    </item>
  </channel>
</rss>

