<?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: functional module &amp; functional group in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3963999#M946860</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;Function modules are procedures that are defined in function groups (special ABAP programs with type F) and can be called from any ABAP program. Function groups act as containers for function modules that logically belong together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function groups are containers for function modules. You cannot execute a function group. When you call an function module, the system loads the whole of its function group into the internal session of the calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/9f/db98ef35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/9f/db98ef35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2008 13:33:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-23T13:33:50Z</dc:date>
    <item>
      <title>functional module &amp; functional group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3963994#M946855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i  call both Function Module and Function Group?&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;R.Rajendran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 13:20:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3963994#M946855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T13:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: functional module &amp; functional group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3963995#M946856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Function pools, more commonly known as "function groups", are libraries of functions developed in ABAP&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FG can't be called&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;All of the function modules in a function group can access the global data of the group. For this reason, you should place all function modules that use the same data in a single function group. For example, if you have a set of function modules that all use the same internal table, you could place them in a function group containing the table definition in its global data. &lt;/P&gt;&lt;P&gt;FG are container for FMs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 13:27:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3963995#M946856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T13:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: functional module &amp; functional group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3963996#M946857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can call a function group, but she will not answer, most probably.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 13:27:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3963996#M946857</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-06-23T13:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: functional module &amp; functional group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3963997#M946858</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;FUNCTION MODULE are collected in more general entity called FUNCTION GROUP. &lt;/P&gt;&lt;P&gt;It is just like a container for them. FUNCTION GROUP consists of its own global data and FUNCTION MODULES within it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is like different MODULES of screen are kept in one MODULE POOL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you call FUNCTION MODULE you refer to its FUNCTION GROUP anyway, therefore you can use its global data in its FUNCTION MODULES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info refer to this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_45b/helpdata/en/9f/db988735c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_45b/helpdata/en/9f/db988735c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;removed_by_moderator&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Jun 23, 2008 7:56 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 13:28:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3963997#M946858</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2008-06-23T13:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: functional module &amp; functional group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3963998#M946859</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;no &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically a funtion group sonsist of an buntch of funtion module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when u call an funtion module the toal funtion group get into ur memery so as to make processing fast .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more information of  funtionn module refer to this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2409699"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="804792"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3210067"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3773206"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3688188"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5055213"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3675736"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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;snehi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 13:30:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3963998#M946859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T13:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: functional module &amp; functional group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3963999#M946860</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;Function modules are procedures that are defined in function groups (special ABAP programs with type F) and can be called from any ABAP program. Function groups act as containers for function modules that logically belong together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function groups are containers for function modules. You cannot execute a function group. When you call an function module, the system loads the whole of its function group into the internal session of the calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/9f/db98ef35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/9f/db98ef35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 13:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3963999#M946860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T13:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: functional module &amp; functional group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3964000#M946861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   For matter of understanding consider function group as a folder and &lt;/P&gt;&lt;P&gt;function module as a file.... The thing is you use a file present in the folder and not the folder because it consists of no application where as file in that folder serves you the purpose needed....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AS like as that FUNCTION GROUP contains multiple function modules which u can use wherever and whenever necessary... In general function group contains all the function modules related to a particular thing.. so as to identify and check all the related function group for further kind of such function modules...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i made you clear...&lt;/P&gt;&lt;P&gt;if any doubts plz revert back..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;removed_by_moderator&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Narin Nandivada&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Jun 23, 2008 7:57 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 18:55:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3964000#M946861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T18:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: functional module &amp; functional group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3964001#M946862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!!&lt;/P&gt;&lt;P&gt;  Several function modules are stored in one function group.&lt;/P&gt;&lt;P&gt;When you call one function module. Its corresponding function group automatically gets loaded into your report program internal session.So if you call another function module in your report program you don't need to call this function group again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhijeet Kulshreshtha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 05:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3964001#M946862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T05:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: functional module &amp; functional group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3964002#M946863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;          Function group is a collection of  various function modules which are logically related together. In function group, data objects can be declared. These data objects act as global variables for the function modules in that function group. That is every function module can acces those variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming to your concept of calling function groups and function modules, when we call function module, it calls the function module and also the global data of  that function group. Yes we can call function group, but we need to be specific about our function module in that group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;Any queries, get back to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 05:59:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3964002#M946863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T05:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: functional module &amp; functional group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3964003#M946864</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;Funtion groups the container for Funtion Modules.It Also Contain Global Data Used by the Function Module,Screens&lt;/P&gt;&lt;P&gt;Subroutines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever you call a funtion module in your program,the whole function group is loaded into internal session of the your calling program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Here is no need of of calling the Funtion group Explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again if you call another function module of that Funtion group in your same program  the the function Group is not again loaded because it has already been loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Any Confusion Pls Get Back&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;Sujit Pal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 07:15:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-functional-group/m-p/3964003#M946864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T07:15:32Z</dc:date>
    </item>
  </channel>
</rss>

