<?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 Function group and its function modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-and-its-function-modules/m-p/6343250#M1397809</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;Can anybody tell me why all the function modules of a function group are loaded into the memory when a single function module is called? What is the use of it?&lt;/P&gt;&lt;P&gt;Also tell me if there is any limit for creating the number of function modules under one function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Nov 2009 11:46:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-07T11:46:22Z</dc:date>
    <item>
      <title>Function group and its function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-and-its-function-modules/m-p/6343250#M1397809</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;Can anybody tell me why all the function modules of a function group are loaded into the memory when a single function module is called? What is the use of it?&lt;/P&gt;&lt;P&gt;Also tell me if there is any limit for creating the number of function modules under one function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Nov 2009 11:46:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-and-its-function-modules/m-p/6343250#M1397809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-07T11:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Function group and its function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-and-its-function-modules/m-p/6343251#M1397810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functions within the same Function Group share a global memory area. When a program calls a Function Module, all the Function Modules within that group are loaded into memory within the same logical unit of work. This reduces system overhead by allowing the sharing of global data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add 99 Function modules to a function group . Check the table ENLFDIR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read &lt;STRONG&gt;Organization of Procedure Calls&lt;/STRONG&gt; from sap help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Nov 2009 13:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-and-its-function-modules/m-p/6343251#M1397810</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-11-07T13:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Function group and its function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-and-its-function-modules/m-p/6343252#M1397811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ABAP, a function group is actually a single report. This is the reason why you can use SE38 to view a Function Group.&lt;/P&gt;&lt;P&gt;For example, if you have a function group "SEOD". The you can see this in SE38 (Transaction to see report) using the report name as "SAPLSEOD". Thus when a function module is loaded, also the whole Function group gets loaded. Its like when a subroutine is called, the whole report gets loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, note, if you have a syntax error in one Function Module, calling any other funtion module dumps. 99 Function modules can be added to a function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Nov 2009 13:37:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-and-its-function-modules/m-p/6343252#M1397811</guid>
      <dc:creator>raviprakash</dc:creator>
      <dc:date>2009-11-08T13:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Function group and its function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-and-its-function-modules/m-p/6343253#M1397812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In SAP, it is a function group - instead of function - that is loaded into active memory.&lt;/P&gt;&lt;P&gt;Function ( or function module ) is the one that you call from the program to do things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A function group contains functionally related function modules, global variables and procedures . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display / edit function module you use SE37, &lt;/P&gt;&lt;P&gt;To display / edit function group you use SE80 &lt;/P&gt;&lt;P&gt;For creation of Fm check dis link,[Fm|http://help.sap.com/saphelp_nw04/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont think tht der is any  limit for creating Fms u can create as many as u want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 05:37:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-and-its-function-modules/m-p/6343253#M1397812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-09T05:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Function group and its function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-and-its-function-modules/m-p/6343254#M1397813</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;The function modules in the function group are linked to each other and use the global variables defined in the top include. So they share the same memory area and hence are called when u debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There can be 99 function modules in a function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul Sinha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 06:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-and-its-function-modules/m-p/6343254#M1397813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-09T06:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Function group and its function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-and-its-function-modules/m-p/6343255#M1397814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever an internal session is started, a main program group is created. There can be any number of additional program groups inside the same internal session. However, each program group has only one main program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a function module or method that has not been loaded yet is called, an additional program group is created. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This link should help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/c5/aa575926ad11d2954d0000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/c5/aa575926ad11d2954d0000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nandesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 13:37:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-and-its-function-modules/m-p/6343255#M1397814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-20T13:37:18Z</dc:date>
    </item>
  </channel>
</rss>

