<?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/3767904#M906629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main purpose of function group is share the global data within these group of function modules..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dara.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2008 19:11:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-06T19:11:00Z</dc:date>
    <item>
      <title>function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3767900#M906625</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;What is the use of function group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;always learner&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 17:52:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3767900#M906625</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2008-05-06T17:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3767901#M906626</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;Please, read this [http://help.sap.com/saphelp_nw04/helpdata/en/9f/db992335c111d1829f0000e829fbfe/frameset.htm].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 17:56:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3767901#M906626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T17:56: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/3767902#M906627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;generally we use the function groups for differentiating the modules, means that the hr function modules are develouped under the zhr group and the mm function modules are under the zmat function group..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 17:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3767902#M906627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T17:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3767903#M906628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiii,&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 (if it has not already been loaded).&lt;/P&gt;&lt;P&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;&lt;/P&gt;&lt;P&gt;Like executable programs (type 1) and module pools (type M), function groups can contain screens, selection screens, and lists. User input is processed either in dialog modules or in the corresponding event blocks in the main program of the function group. There are special include programs in which you can write this code. In this way, you can use function groups to encapsulate single screens or screen sequences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also u can have more info from the below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pls reward if useful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sirisha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 19:00:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3767903#M906628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T19:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3767904#M906629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main purpose of function group is share the global data within these group of function modules..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dara.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 19:11:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3767904#M906629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T19:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3767905#M906630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 03:17:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group/m-p/3767905#M906630</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2008-07-25T03:17:13Z</dc:date>
    </item>
  </channel>
</rss>

