<?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: Update task inside update task in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411337#M1736895</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wagner,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; see lets say there are three custom function module FM1( type V1), FM2( type V1) and FM3( type V2 ) and say they are getting called from the standard transaction with some standard FM ( not considering one FM called inside the other FM) .Now when commit work statement comes, the control started execution in the following order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM1 ( as it is V1 )&lt;/P&gt;&lt;P&gt;FM2 ( as it is V1 )&lt;/P&gt;&lt;P&gt;Standard SAP FM ( can be V1 V3 V5 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM3 ( as it is V2 ) so V2 as the last&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, it doesnt mean that V2s are started from that V1 ( however it can happen if you call a V2 FM from a V1 FM but then too it is just registered and gets executed on the next commit ). It is just a sequence followed by the control ( V1 first and V2 second ). Consider an example where lets say your FM1 data update should happen before the FM3 data update from the example above, there sequencing matters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is purely the callers perspective, in which update FM gets called. like on first commit all the update FM registered earlier will follow the sequence as described above and on second commit all the update FM registered between first commit and second commit follow the sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping it is clear to you now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Animesh Sundriyal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 May 2013 18:32:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-05-09T18:32:23Z</dc:date>
    <item>
      <title>Update task inside update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411332#M1736890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;When you are in a V1 update task and you call another function module in update task, is it just registered until the commit triggers it or is it executed immediately ? does it make a difference if the called function is V1 or V2 in this case ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 14:09:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411332#M1736890</guid>
      <dc:creator>former_member50400</dc:creator>
      <dc:date>2013-05-09T14:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Update task inside update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411333#M1736891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Entries are stored in &lt;SPAN style="color: #000000; font-family: Arial, sans-serif; font-size: 13px; text-align: justify; background-color: #ffffff;"&gt;VBLOG &lt;/SPAN&gt; table in the order of occurance and are excuted when commit work is triggered.they are executed in order of Occurances.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 14:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411333#M1736891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-09T14:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Update task inside update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411334#M1736892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi wagner,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Function module are registered when update function module&amp;nbsp; in update task is encountered and is executed only when commit work is triggered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The use of V1 and V2 depends on what data you are updating.....the following link explains it superbly...&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://help.sap.com/saphelp_nw70ehp2/helpdata/en/23/e9aa61638e404d81575e939b5cd847/content.htm?frameset=/en/23/e9aa61638e404d81575e939b5cd847/frameset.htm" title="http://help.sap.com/saphelp_nw70ehp2/helpdata/en/23/e9aa61638e404d81575e939b5cd847/content.htm?frameset=/en/23/e9aa61638e404d81575e939b5cd847/frameset.htm"&gt;http://help.sap.com/saphelp_nw70ehp2/helpdata/en/23/e9aa61638e404d81575e939b5cd847/content.htm?frameset=/en/23/e9aa61638e404d81575e939b5cd847/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;narayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 16:13:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411334#M1736892</guid>
      <dc:creator>uppu_narayan</dc:creator>
      <dc:date>2013-05-09T16:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Update task inside update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411335#M1736893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wagner,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i tested the scenario myself and found out that update function module inside update function module just register the inside FM again and execute it on next commit.now coming to your second question, V1 and V2 are two different types of update function module.V1 has top most priority while execution. Inside FM if you select start immediately radio button it is V1 and if you select start delay or without restart it is a V2 update &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in short again i can tell when control executes commit work, all the FM in update task starts execution in the sequence ( V1 first and V2 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Animesh Sundriyal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 16:41:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411335#M1736893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-09T16:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Update task inside update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411336#M1736894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Animesh&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt; i tested the scenario myself and found out that update function module inside update function module just register the inside FM again and execute it on next commit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks, that was helpful.&lt;/P&gt;&lt;P&gt;as for the other question, i know the difference between v1 and v2, i just dont know if that applies when they are started from a v1. &lt;/P&gt;&lt;P&gt;from the caller perspective (online transaction), v1 will be executed first. does this mean that eventual v2s started from that v1 will be executed before the v2s started from the caller ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 18:12:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411336#M1736894</guid>
      <dc:creator>former_member50400</dc:creator>
      <dc:date>2013-05-09T18:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Update task inside update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411337#M1736895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wagner,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; see lets say there are three custom function module FM1( type V1), FM2( type V1) and FM3( type V2 ) and say they are getting called from the standard transaction with some standard FM ( not considering one FM called inside the other FM) .Now when commit work statement comes, the control started execution in the following order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM1 ( as it is V1 )&lt;/P&gt;&lt;P&gt;FM2 ( as it is V1 )&lt;/P&gt;&lt;P&gt;Standard SAP FM ( can be V1 V3 V5 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM3 ( as it is V2 ) so V2 as the last&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, it doesnt mean that V2s are started from that V1 ( however it can happen if you call a V2 FM from a V1 FM but then too it is just registered and gets executed on the next commit ). It is just a sequence followed by the control ( V1 first and V2 second ). Consider an example where lets say your FM1 data update should happen before the FM3 data update from the example above, there sequencing matters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is purely the callers perspective, in which update FM gets called. like on first commit all the update FM registered earlier will follow the sequence as described above and on second commit all the update FM registered between first commit and second commit follow the sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping it is clear to you now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Animesh Sundriyal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 18:32:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411337#M1736895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-09T18:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Update task inside update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411338#M1736896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let´s say i have another custom function FM4(v2), called inside FM2.&lt;/P&gt;&lt;P&gt;Will it be executed after FM3 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 18:54:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411338#M1736896</guid>
      <dc:creator>former_member50400</dc:creator>
      <dc:date>2013-05-09T18:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Update task inside update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411339#M1736897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes..... but only when the control reaches next commit statement ( considering if the FM2 is the only registered FM only that will execute )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 18:59:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411339#M1736897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-09T18:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Update task inside update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411340#M1736898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and the next commit will be the one that ends the V1s LUW:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UP1 workprocess:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM1 ( as it is V1 )&lt;/P&gt;&lt;P&gt;FM2 ( as it is V1 ) - calls FM4 (v2)&lt;/P&gt;&lt;P&gt;Standard SAP FM ( can be V1 V3 V5 )&lt;/P&gt;&lt;P&gt;COMMIT (triggers FM4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UP2 workprocess: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM3 ( as it is V2 ) so V2 as the last&lt;/P&gt;&lt;P&gt;FM4&lt;/P&gt;&lt;P&gt;COMMIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;correct ?&lt;/P&gt;&lt;P&gt;can FM3 and FM4 rely on the data updated by FM1 and FM2 ?? is it already in the disk??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 19:12:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411340#M1736898</guid>
      <dc:creator>former_member50400</dc:creator>
      <dc:date>2013-05-09T19:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Update task inside update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411341#M1736899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it is like that only....... FM3 and FM4 can rely in the data updated by FM1 and FM2, it. will be available on disk...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one thing you cannot use commit statement inside update FM&lt;/P&gt;&lt;P&gt;and it is not mandatory to have commit statement between V1s and V2s.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 19:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411341#M1736899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-09T19:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Update task inside update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411342#M1736900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure, i was refering to the commits in the first picture (Process):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70ehp2/helpdata/en/c8/ed15db039b4f45a8507015f531976b/content.htm"&gt;http://help.sap.com/saphelp_nw70ehp2/helpdata/en/c8/ed15db039b4f45a8507015f531976b/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 19:46:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411342#M1736900</guid>
      <dc:creator>former_member50400</dc:creator>
      <dc:date>2013-05-09T19:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Update task inside update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411343#M1736901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wagner,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see many replies on this. But may I ask is this a valid scenario that you are thinking of? The reason I am this is cuz, SAP does not recommend to have an commit inside an update task. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the below link under the notes sections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://help.sap.com/abapdocu_70/en/ABAPCALL_FUNCTION_UPDATE.htm"&gt;http://help.sap.com/abapdocu_70/en/ABAPCALL_FUNCTION_UPDATE.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vikram.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 04:21:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411343#M1736901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-10T04:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Update task inside update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411344#M1736902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Wagner,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;UP1 workprocess:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;FM1 ( as it is V1 )&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;FM2 ( as it is V1 ) - calls FM4 (v2)&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Standard SAP FM ( can be V1 V3 V5 )&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;COMMIT (triggers FM4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;UP2 workprocess:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;FM3 ( as it is V2 ) so V2 as the last&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;FM4&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;COMMIT&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are planning to do a COMMIT WORK with the update WP, then please note that this will cancel the whole update. (Refer: &lt;A href="http://help.sap.com/abapdocu_731/en/abapcall_function_update.htm"&gt;http://help.sap.com/abapdocu_731/en/abapcall_function_update.htm&lt;/A&gt;). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your exact business requirement? If you want to nest the main transaction you can use the &lt;A href="http://help.sap.com/saphelp_nw73ehp1/helpdata/en/49/e7ae2439d9088de10000000a421937/content.htm?frameset=/en/b7/643bfb737a4f7eaa97db0c3d30189a/frameset.htm"&gt;SAP Object Services - Transaction service&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 06:20:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411344#M1736902</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2013-05-10T06:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Update task inside update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411345#M1736903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure, see my last answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 13:02:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411345#M1736903</guid>
      <dc:creator>former_member50400</dc:creator>
      <dc:date>2013-05-10T13:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Update task inside update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411346#M1736904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure, see my last answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 13:02:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-task-inside-update-task/m-p/9411346#M1736904</guid>
      <dc:creator>former_member50400</dc:creator>
      <dc:date>2013-05-10T13:02:38Z</dc:date>
    </item>
  </channel>
</rss>

