<?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: What is a function pool? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-function-pool/m-p/6254600#M1384170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will there be a &lt;U&gt;one to one mapping&lt;/U&gt; between function pool &amp;amp; function group? A function group has only one function pool and vice versa?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Nov 2009 04:34:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-03T04:34:25Z</dc:date>
    <item>
      <title>What is a function pool?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-function-pool/m-p/6254597#M1384167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is a &lt;STRONG&gt;function pool&lt;/STRONG&gt;? How is it related to function group?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 04:07:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-function-pool/m-p/6254597#M1384167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-03T04:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: What is a function pool?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-function-pool/m-p/6254598#M1384168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Function Pool = Function Group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be more precise: &lt;/P&gt;&lt;P&gt;"The introductory statement FUNCTION-POOL declares a program in which you can define function modules."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Introductory Statements for Programs|http://help.sap.com/saphelp_nw04/helpdata/en/21/682f8b277e11d2954e0000e8353423/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 04:10:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-function-pool/m-p/6254598#M1384168</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2009-11-03T04:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: What is a function pool?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-function-pool/m-p/6254599#M1384169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Function Pool is a function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose if your function group name is ZGROUP,then Function pool will be SAPLZGROUP which can be displayed using SE38&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 04:28:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-function-pool/m-p/6254599#M1384169</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2009-11-03T04:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: What is a function pool?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-function-pool/m-p/6254600#M1384170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will there be a &lt;U&gt;one to one mapping&lt;/U&gt; between function pool &amp;amp; function group? A function group has only one function pool and vice versa?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 04:34:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-function-pool/m-p/6254600#M1384170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-03T04:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: What is a function pool?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-function-pool/m-p/6254601#M1384171</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;The introductory statement FUNCTION-POOL declares a program in which you can define function modules. At runtime, it has the effect that u2013 during program loading u2013 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;/P&gt;&lt;P&gt;In simple Term,,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FUNCTION-POOL statement is equivalent to the REPORT statement and introduces a function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A function group contains function modules introduced by the FUNCTION statement and called &lt;/P&gt;&lt;P&gt;with the CALL FUNCTION statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is useful for u...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 04:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-function-pool/m-p/6254601#M1384171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-03T04:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: What is a function pool?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-function-pool/m-p/6254602#M1384172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jissa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each function group has a single FUNCTION-POOL statement at the very beginning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 04:36:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-function-pool/m-p/6254602#M1384172</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2009-11-03T04:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: What is a function pool?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-function-pool/m-p/6254603#M1384173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,There will be exactly one-one mapping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 04:41:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-function-pool/m-p/6254603#M1384173</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2009-11-03T04:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: What is a function pool?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-function-pool/m-p/6254604#M1384174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies. I got the concept.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 05:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-a-function-pool/m-p/6254604#M1384174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-03T05:04:47Z</dc:date>
    </item>
  </channel>
</rss>

