<?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: Code Optimization in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-optimization/m-p/1455457#M215333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there wont'be much difference. At the first call of any function module of your function group, the whole group including all functions modules in the group and all includes used will get loaded to memory. If Function Module 'ABCD' is in the same group, it is loaded too. If it is in another group, this other group will be loaded when called.&lt;/P&gt;&lt;P&gt;Everything will remain in memory until end of processing if not swapped due to memory restrictions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jun 2006 15:29:21 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2006-06-28T15:29:21Z</dc:date>
    <item>
      <title>Code Optimization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-optimization/m-p/1455456#M215332</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 have a Function Group with a list of Function Modules. All these function modules use another Function Module 'ABCD' for their processing. Now Is it wise to have this Function Module 'ABCD' written as a subroutine inside an Include program and keep calling this Function Module 'ABCD' from all the places within the Function Modules of this Function Group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggestions are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 15:02:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-optimization/m-p/1455456#M215332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T15:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Code Optimization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-optimization/m-p/1455457#M215333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there wont'be much difference. At the first call of any function module of your function group, the whole group including all functions modules in the group and all includes used will get loaded to memory. If Function Module 'ABCD' is in the same group, it is loaded too. If it is in another group, this other group will be loaded when called.&lt;/P&gt;&lt;P&gt;Everything will remain in memory until end of processing if not swapped due to memory restrictions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 15:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-optimization/m-p/1455457#M215333</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-06-28T15:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Code Optimization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-optimization/m-p/1455458#M215334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it's ok to delete fm ABCD after creating as a subroutine in the function group u already have, then it's code optimization.&lt;/P&gt;&lt;P&gt; If yout keep fm ABCD after creating subroutine, and use ABCD in other programs, you have same functionality duplicated and need to maintain both, then it's not code optimization&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 15:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-optimization/m-p/1455458#M215334</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-06-28T15:29:39Z</dc:date>
    </item>
  </channel>
</rss>

