<?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 POOLS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-pools/m-p/1163381#M121101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Welcome to SDN.&lt;/P&gt;&lt;P&gt;Function Pool is the pool for function modules and other includes that are created in this function group.&lt;/P&gt;&lt;P&gt;Function Pool will be automatically created once you have created the Function Group.&lt;/P&gt;&lt;P&gt;Simply saying it is the containter to hold Function Modules and other includes belonging to it.&lt;/P&gt;&lt;P&gt;Hope this will help!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jan 2006 08:50:28 GMT</pubDate>
    <dc:creator>abdul_hakim</dc:creator>
    <dc:date>2006-01-16T08:50:28Z</dc:date>
    <item>
      <title>FUNCTION POOLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-pools/m-p/1163380#M121100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could some one give details about function pools.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 08:47:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-pools/m-p/1163380#M121100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-16T08:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION POOLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-pools/m-p/1163381#M121101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Welcome to SDN.&lt;/P&gt;&lt;P&gt;Function Pool is the pool for function modules and other includes that are created in this function group.&lt;/P&gt;&lt;P&gt;Function Pool will be automatically created once you have created the Function Group.&lt;/P&gt;&lt;P&gt;Simply saying it is the containter to hold Function Modules and other includes belonging to it.&lt;/P&gt;&lt;P&gt;Hope this will help!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 08:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-pools/m-p/1163381#M121101</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-01-16T08:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION POOLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-pools/m-p/1163382#M121102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudheendra,&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, function pool programs are loaded in to a new program group with their own user dialogs and their own shared data areas in the internal session of the calling program. For this reason, function groups (type F programs) must always begin with a FUNCTION-POOL statement. This is usually generated by the Function Builder. Type 1, M, or S programs should not begin with a FUNCTION-POOL statement, since they would then not share common data areas with the caller. However, in exceptional cases, you can introduce a type 1 or type M program with FUNCTION-POOL to ensure that externally-called subroutines can process their own screens. As in the REPORT and PROGRAM statements, you can specify the message class and standard list formatting options of the program in the FUNCTION-POOL statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope This info Helps YOU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Reward Points If It Helps YOU.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 08:52:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-pools/m-p/1163382#M121102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-16T08:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION POOLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-pools/m-p/1163383#M121103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create a function group by using SE37, going :&lt;/P&gt;&lt;P&gt;GOTO-&amp;gt;FUNCTION GROUPS-&amp;gt;CREATE GROUP.&lt;/P&gt;&lt;P&gt;give your function group name &amp;amp; description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in future whenever you create any Function module,you can assign that to this func group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are specific to know,pl mention it. we will send you more details docu for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 08:53:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-pools/m-p/1163383#M121103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-16T08:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION POOLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-pools/m-p/1163384#M121104</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;Welcome to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each ABAP program type has a statement that introduces programs of that type:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program type - Introductory statement&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;F  -   FUNCTION-POOL&lt;/P&gt;&lt;P&gt; &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, function pool programs are loaded in to a new program group with their own user dialogs and their own shared data areas in the internal session of the calling program. For this reason, function groups (type F programs) must always begin with a FUNCTION-POOL statement. This is usually generated by the Function Builder. Type 1, M, or S programs should not begin with a FUNCTION-POOL statement, since they would then not share common data areas with the caller. However, in exceptional cases, you can introduce a type 1 or type M program with FUNCTION-POOL to ensure that externally-called subroutines can process their own screens. As in the REPORT and PROGRAM statements, you can specify the message class and standard list formatting options of the program in the FUNCTION-POOL statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To Create a Function Group:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Transaction Se37:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the screen that appers use following menu path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto-&amp;gt;Function groups-&amp;gt;Create Group-&amp;gt;Enter some name....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now to create a Function module which ask for a function group..give the same as created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way u can use Function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do rewards if u find it helpful...and ask for clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------" /&gt;&lt;P&gt;Sachin Dhingra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 10:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-pools/m-p/1163384#M121104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-16T10:34:42Z</dc:date>
    </item>
  </channel>
</rss>

