<?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 functionpool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionpool/m-p/1640495#M285284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; any body have idea about Functionpool? Please eaplain about this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Nov 2006 06:24:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-08T06:24:47Z</dc:date>
    <item>
      <title>functionpool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionpool/m-p/1640495#M285284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; any body have idea about Functionpool? Please eaplain about this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 06:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functionpool/m-p/1640495#M285284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T06:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: functionpool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionpool/m-p/1640496#M285285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The statement FUNCTION-POOL declares a program in which you can define function modules. At runtime, it has the effect that &amp;#150; during program loading &amp;#150; a new program group with its own screens and its own shared data areas is created in the internal session of the calling program. For this reason, function groups must always begin with a FUNCTION-POOL statement. The statement FUNCTION-POOL is usually generated by the Function Builder. Other programs (executable programs, module pools, and subroutine pools) should not begin with a FUNCTION-POOLstatement, since they would then not share common data areas with the caller when loaded by an external subroutine call. However, in exceptional cases, you can force processing of your own screens for externally called subroutines if you introduce executable programs or module pools with FUNCTION-POOL. As in the REPORT and PROGRAMstatements, you can specify the message class for the program and the standard list formatting options of the program using FUNCTION-POOL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/54/7f4a084d4311d295a10000e82de14a/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/54/7f4a084d4311d295a10000e82de14a/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 06:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functionpool/m-p/1640496#M285285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T06:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: functionpool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionpool/m-p/1640497#M285286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivasa,&lt;/P&gt;&lt;P&gt;Are you talking about Function Group? Because I dont think there is something called functionpool is there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neways, function group is a set of global declarations(of variable, routines, screens etc...) and function modules. All function modules must belong to a function group or the other. Once you make a call to a function module in a program, the whole group will be loaded in the memory and will remain loaded as long as the program runs. So, if you call a function module and set a particular value to a global variable of the function group and then if you make a call to same/someother function module of the same group, you can see the value retained in the global variable.&lt;/P&gt;&lt;P&gt;let me know if you need some more information on function groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Deb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 06:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functionpool/m-p/1640497#M285286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T06:39:33Z</dc:date>
    </item>
  </channel>
</rss>

