<?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 group in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3632208#M874860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When u use a Function module,then the corresponding Function group is also loaded into the memory. &lt;/P&gt;&lt;P&gt;When u create a function module it will ask which function group does it belongs to, u can choose the function group and bind the function module to that function group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2008 10:37:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-17T10:37:55Z</dc:date>
    <item>
      <title>function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3632207#M874859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;function group is a collection of function modules,then when we      create a function module which&lt;/P&gt;&lt;P&gt;function group we select .&lt;/P&gt;&lt;P&gt;when ever  we select one FM &lt;/P&gt;&lt;P&gt;in program (function group having  10 fm) , does it take total FG memory or only single FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 10:32:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3632207#M874859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T10:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3632208#M874860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When u use a Function module,then the corresponding Function group is also loaded into the memory. &lt;/P&gt;&lt;P&gt;When u create a function module it will ask which function group does it belongs to, u can choose the function group and bind the function module to that function group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 10:37:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3632208#M874860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T10:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3632209#M874861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Function group is nothing but a container for function modules.&lt;/P&gt;&lt;P&gt;All logically related function modules are grouped together and include within one function group...because all the global data can share all of these function modules within this function group.This global data you can provide in SE38 by selecting type as F...then whatever the data you declare here all the fucntion modules can access.It is the main purpose of function group..not at all memories...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helpful.&lt;/P&gt;&lt;P&gt;Dara.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 11:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3632209#M874861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T11:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3632210#M874862</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;It will take all the FMs belonging to the Function Group will be loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 11:21:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3632210#M874862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T11:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3632211#M874863</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;When we use Function module,thecorresponding Function group is also loaded into the memory. &lt;/P&gt;&lt;P&gt;When u create a function module it will ask which function group . &lt;/P&gt;&lt;P&gt;Fiunction group acts as a global memory for all function modules included in that . You can code reusable &lt;/P&gt;&lt;P&gt;code in all function modules in the function group includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Jagadeesh.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 11:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3632211#M874863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T11:21:43Z</dc:date>
    </item>
  </channel>
</rss>

