<?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: regarding fm in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2982527#M704160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All these options are used when we have to call the FM in the UPDATE TASK.&lt;/P&gt;&lt;P&gt;Generally we use the first option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From online help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1. Start update immediately&amp;lt;/b&amp;gt;&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;&amp;lt;b&amp;gt;2. Update is started immediately, no restart possible&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;The function module will be edited in the update task. It cannot be updated subsequently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;3. Start of update delayed&amp;lt;/b&amp;gt;&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;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;4.Update triggered by collector&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;- For internal use only -&lt;/P&gt;&lt;P&gt;Definition&lt;/P&gt;&lt;P&gt;A number of similar function modules that previously used to run individually in the V2 update process can be grouped together and run collectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reasons for processing them collectively are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the data of all the calls are read and processed internally&lt;/P&gt;&lt;P&gt;database updates are not made until the internal processing is complete&lt;/P&gt;&lt;P&gt;For further information, refer to the ABAP/4 documentation under IMPORT FROM LOGFILE and UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Nov 2007 15:22:22 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2007-11-06T15:22:22Z</dc:date>
    <item>
      <title>regarding fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2982525#M704158</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;&lt;/P&gt;&lt;P&gt;i just want to know the functionality of four radio buttons ie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;1 start immediately&lt;/P&gt;&lt;P&gt;2 immediate start, no restart&lt;/P&gt;&lt;P&gt;3 start delayed&lt;/P&gt;&lt;P&gt;4. coll. run&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the attributes of fm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the &amp;lt;b&amp;gt;update&amp;lt;/b&amp;gt;  functional module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 15:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2982525#M704158</guid>
      <dc:creator>Vijay</dc:creator>
      <dc:date>2007-11-06T15:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: regarding fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2982526#M704159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;see the doc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start update immediately&lt;/P&gt;&lt;P&gt;The function module is processed immediately in the update task.&lt;/P&gt;&lt;P&gt;Update is started immediately, no restart possible&lt;/P&gt;&lt;P&gt;The function module will be edited in the update task. It cannot be updated subsequently.&lt;/P&gt;&lt;P&gt;Start of update 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;Update triggered by collector&lt;/P&gt;&lt;P&gt;- For internal use only -&lt;/P&gt;&lt;P&gt;Definition&lt;/P&gt;&lt;P&gt;A number of similar function modules that previously used to run individually in the V2 update process can be grouped together and run collectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reasons for processing them collectively are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the data of all the calls are read and processed internally&lt;/P&gt;&lt;P&gt;database updates are not made until the internal processing is complete&lt;/P&gt;&lt;P&gt;For further information, refer to the ABAP/4 documentation under IMPORT FROM LOGFILE and 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;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 15:20:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2982526#M704159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T15:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: regarding fm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2982527#M704160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All these options are used when we have to call the FM in the UPDATE TASK.&lt;/P&gt;&lt;P&gt;Generally we use the first option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From online help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1. Start update immediately&amp;lt;/b&amp;gt;&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;&amp;lt;b&amp;gt;2. Update is started immediately, no restart possible&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;The function module will be edited in the update task. It cannot be updated subsequently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;3. Start of update delayed&amp;lt;/b&amp;gt;&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;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;4.Update triggered by collector&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;- For internal use only -&lt;/P&gt;&lt;P&gt;Definition&lt;/P&gt;&lt;P&gt;A number of similar function modules that previously used to run individually in the V2 update process can be grouped together and run collectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reasons for processing them collectively are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the data of all the calls are read and processed internally&lt;/P&gt;&lt;P&gt;database updates are not made until the internal processing is complete&lt;/P&gt;&lt;P&gt;For further information, refer to the ABAP/4 documentation under IMPORT FROM LOGFILE and UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 15:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-fm/m-p/2982527#M704160</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-06T15:22:22Z</dc:date>
    </item>
  </channel>
</rss>

