<?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 FM in Update task in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-update-task/m-p/5583146#M1273186</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 trying to update few fields in FM in update task.&lt;/P&gt;&lt;P&gt;But it is not working can some onehelp out in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aruna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2009 08:41:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-12T08:41:55Z</dc:date>
    <item>
      <title>FM in Update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-update-task/m-p/5583146#M1273186</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 trying to update few fields in FM in update task.&lt;/P&gt;&lt;P&gt;But it is not working can some onehelp out in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aruna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 08:41:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-update-task/m-p/5583146#M1273186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T08:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: FM in Update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-update-task/m-p/5583147#M1273187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Aruna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set up an break point in your FM that is called in Update Task (Option in old Debugger - Update Debugging). The run the program.  Your program will stop at the berak-point. Now you can debug and find out why the desired functionality is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 08:52:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-update-task/m-p/5583147#M1273187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T08:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: FM in Update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-update-task/m-p/5583148#M1273188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi:&lt;/P&gt;&lt;P&gt;An update function module is a function module, for which in the Function Builder the property update module is marked. The registration of an update function module is an essential part of the update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module is not executed immediately, but is scheduled for execution in a special work process (update work process). For this purpose, the name of the function module including the passed actual parameters is stored as a log record in the database table VBLOG. If the statement is executed during the update task, the addition IN UPDATE TASK is ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the statement SET UPDATE TASK LOCAL is executed before registration of an update function module in the current SAP LUW, registration takes place in the ABAP memory rather than on the database, and for the current work process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual execution is triggered by the statement COMMIT WORK. The formal parameters of the function module receive the values of the actual parameters from table VBLOG. A function module that is registered several times will also be excuted several times with the respective parameter values.If a COMMIT WORK statement is not executed after registration of a function module during execution of the current program, the function module is not executed and is deleted from table VBLOG at the end of the program. &lt;/P&gt;&lt;P&gt; [Link|http://help.sap.com/abapdocu/en/ABAPCALL_FUNCTION_UPDATE.htm]&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shashi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 08:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-update-task/m-p/5583148#M1273188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T08:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: FM in Update task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-update-task/m-p/5583149#M1273189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add COMMIT WORK statement after your function module&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 08:55:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-in-update-task/m-p/5583149#M1273189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T08:55:47Z</dc:date>
    </item>
  </channel>
</rss>

