<?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: Performance problem with Function Group in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-function-group/m-p/6682020#M1449751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The performance problem didn't come from loading the function group.  Any performance problem that exists is going to come from executing the code inside the includes that are the function modules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Feb 2010 12:29:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-25T12:29:25Z</dc:date>
    <item>
      <title>Performance problem with Function Group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-function-group/m-p/6682016#M1449747</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;when we call a FM .. all the function modules which are present in that function group will be copied into the Main memory .&lt;/P&gt;&lt;P&gt;so how to solve the performance problems that occur..&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;Sravan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 09:29:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-function-group/m-p/6682016#M1449747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T09:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem with Function Group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-function-group/m-p/6682017#M1449748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is normal, because technically speking, function group is normal abap program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you call one FM of the func. group - whole program with all includes is read into memory. Function modules are stored (their source code) in one of these includes. This means that all FM are stored in memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want  prevent this - take out this FM out of group into its own group. Or split fm of this one big group into more smaller based on some logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 09:43:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-function-group/m-p/6682017#M1449748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T09:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem with Function Group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-function-group/m-p/6682018#M1449749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any other solutions please....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 11:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-function-group/m-p/6682018#M1449749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T11:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem with Function Group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-function-group/m-p/6682019#M1449750</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;how did you come to the conclusion that your performance problems are related with the memory consumption&lt;/P&gt;&lt;P&gt;of the function group source / load?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 12:16:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-function-group/m-p/6682019#M1449750</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2010-02-25T12:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem with Function Group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-function-group/m-p/6682020#M1449751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The performance problem didn't come from loading the function group.  Any performance problem that exists is going to come from executing the code inside the includes that are the function modules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 12:29:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-function-group/m-p/6682020#M1449751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T12:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem with Function Group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-function-group/m-p/6682021#M1449752</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;Thanks for your reply . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 12:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-function-group/m-p/6682021#M1449752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T12:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem with Function Group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-function-group/m-p/6682022#M1449753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should analyse your problem more carefully before asking:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+ you can have performance problems related to the execution of function modules.&lt;/P&gt;&lt;P&gt;+ you can also have memory related performance problems by loading huge function groups (non standard). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fix for the second are smaller and welldefined function groups.&lt;/P&gt;&lt;P&gt;The solutions for the second are constantly discussed here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 14:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-with-function-group/m-p/6682022#M1449753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T14:35:38Z</dc:date>
    </item>
  </channel>
</rss>

