<?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: Function Modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1535711#M244444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhas,&lt;/P&gt;&lt;P&gt;          Thank u verymuch for u r help, the information given by you was helpfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                             Ranjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Sep 2006 08:40:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-01T08:40:12Z</dc:date>
    <item>
      <title>Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1535708#M244441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI all,&lt;/P&gt;&lt;P&gt;      I Have a small doubt regarding the Fuction module as I saw in the se37 there are 3 radio buttons in attributes tab 1)Normal Function Modules 2)Remote FM and Iam confused with the third radio button which has 3 more sub radio buttons, Can any body please help me.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;                                           Ranjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 11:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1535708#M244441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-21T11:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1535709#M244442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ranjith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 3rd option is of 'Update Module'.&lt;/P&gt;&lt;P&gt;When thsi option is ticked, the function module is treated as an update function. This means that you can delay the call to this FM. This is used in LUW concept. where you want the function module to be executed only when the 'commit work' statement occurs in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start Immediately - The function module is executed syncronusly after the commit. The update can be restarted if fails to perform action. Also called V1 update function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start Immediate, no restart - The function cannot be restarted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start delayed - The function is executed after all the V1 update function are executed. It is called V2 update function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Collective run - The function is executed asyncronusly with other similar function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you understand the functions better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 12:12:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1535709#M244442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-21T12:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1535710#M244443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3rd radiobutton is related to the UPdate FM module.&lt;/P&gt;&lt;P&gt;There are 4 options as you see as different subradio buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Start imm.&lt;/P&gt;&lt;P&gt;The function module is processed immediately in the update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Imm. Start, No restart&lt;/P&gt;&lt;P&gt;You can't restart it, once it got started...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Start delayed&lt;/P&gt;&lt;P&gt; The function module is processed in the update task as a low priority item. You use delayed update primarily for database changes that are not time-critical (e.g. statistical updates).                               &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Collector update&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;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 12:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1535710#M244443</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-08-21T12:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1535711#M244444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhas,&lt;/P&gt;&lt;P&gt;          Thank u verymuch for u r help, the information given by you was helpfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                             Ranjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 08:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/1535711#M244444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T08:40:12Z</dc:date>
    </item>
  </channel>
</rss>

