<?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 grp? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587908#M264899</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;  Go to SE37 and display the function module..In the attributes tab you can use the function group for that function module..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Oct 2006 15:58:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-09T15:58:02Z</dc:date>
    <item>
      <title>Function grp?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587901#M264892</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 a function group? I mean what are the contents of  a function group?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if we call a FM then are all the FM's beeloonging to the grp are loaded or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 15:47:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587901#M264892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T15:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Function grp?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587902#M264893</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;The function group is the the element groupping all elements need to create and manage the fms: includes, screen etc. etc....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When Zfg is created, the system generates the main program SAPLZ.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you're right, if you call a fm, whole function group is loaded, in this way all fms of the same function group see the global data of fg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 15:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587902#M264893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T15:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Function grp?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587903#M264894</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 group is used for grouping the function modules...The contents will be INCLUDES, SCREENS, Function modules..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  The whole function group is loaded when you call a function module..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 15:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587903#M264894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T15:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Function grp?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587904#M264895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where can I see this function grp and its corresponding FM..and hw do I know that a FM belongs to a specific Function grp?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 15:54:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587904#M264895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T15:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Function grp?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587905#M264896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto SE80 and select the Function group dropdown and give the FG name and Press enter. It will list all the FM under that FG.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 15:56:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587905#M264896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T15:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Function grp?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587906#M264897</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;The Function Builder administers function modules that logically belong together in function groups. Function groups are containers for function modules. They can also contain global data declarations and subroutines that are available to all of the function modules in the group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each function group &amp;lt;fgrp&amp;gt; there is a main program, generated by the system, called SAPL&amp;lt;fgrp&amp;gt;.&lt;/P&gt;&lt;P&gt;The main program contains INCLUDE statements for the following programs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L&amp;lt;fgrp&amp;gt;TOP. This contains the global data for the function group. &lt;/P&gt;&lt;P&gt;L&amp;lt;fgrp&amp;gt;UXX. These includes contain the function modules themselves. The numbering XX indicates the chronological order in which the function modules were created. This includes L&amp;lt;fgrp&amp;gt;U01 and L&amp;lt;fgrp&amp;gt;U02 contain the first two function modules in the function group.&lt;/P&gt;&lt;P&gt;L&amp;lt;fgrp&amp;gt;F01, L&amp;lt;fgrp&amp;gt;F02... These includes can be used to write subroutines (forms) that can be called as internal forms by all function modules in the group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we call a FM then are all the FM's beeloonging to the grp will be loaded .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark all help ful answers.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;P&gt;=====================================&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;where can I see this function grp and its corresponding FM..and hw do I know that a FM belongs to a specific Function grp?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the FM, click on the Attributes Tab to find the Function group.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 15:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587906#M264897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T15:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Function grp?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587907#M264898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok..thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it necesary to hv a function grp..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean can we have aa Fm without a function grp?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 15:58:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587907#M264898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T15:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Function grp?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587908#M264899</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;  Go to SE37 and display the function module..In the attributes tab you can use the function group for that function module..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 15:58:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587908#M264899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T15:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Function grp?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587909#M264900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok..thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it necesary to hv a function grp..?Basically what is its use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean can we have aa FM without a function grp?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 15:58:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587909#M264900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T15:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function grp?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587910#M264901</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;If you have a fm you can see the function group by trx SE37 in ATTRIBUTES tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 16:01:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587910#M264901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T16:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Function grp?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587911#M264902</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;&lt;/P&gt;&lt;P&gt;NO we cannot have a FM without  function group . Try creating a new FM and it will ask for function group, without which you will not be able to create one .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Varun .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 16:04:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587911#M264902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T16:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Function grp?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587912#M264903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes..Function group is required for creating a Function module..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 16:18:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587912#M264903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T16:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Function grp?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587913#M264904</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;&amp;lt;b&amp;gt;Use of Function Groups&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;We group function modules in to function groups. &lt;/P&gt;&lt;P&gt;The main advantage of grouping function modules into function groups is that, global data of a group can be shared by all function modules in that 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;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 16:24:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-grp/m-p/1587913#M264904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T16:24:52Z</dc:date>
    </item>
  </channel>
</rss>

