<?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: regarding function pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-pool/m-p/3494630#M840523</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-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;In general, a programmer never writes this statement himself. When a function group is created, the system automatically generates this statement in a standard include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The use of the statement is primarily to inform the ABAP system that the current program is a function group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We find such a terminoloty in case of Type Groups as well. If you need to include a type group in your program, you use the TYPE-POOLS statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi check this,&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/9983c8748f11d295c80000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/9983c8748f11d295c80000e82de14a/frameset.htm&lt;/A&gt;&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, 11 Mar 2008 15:27:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-11T15:27:47Z</dc:date>
    <item>
      <title>regarding function pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-pool/m-p/3494627#M840520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     plz tell me what is Function Pool ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 08:00:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-pool/m-p/3494627#M840520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T08:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: regarding function pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-pool/m-p/3494628#M840521</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-POOL&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;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 15:23:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-pool/m-p/3494628#M840521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T15:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: regarding function pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-pool/m-p/3494629#M840522</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-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 is called with the CALL FUNCTION statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 15:27:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-pool/m-p/3494629#M840522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T15:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: regarding function pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-pool/m-p/3494630#M840523</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-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;In general, a programmer never writes this statement himself. When a function group is created, the system automatically generates this statement in a standard include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The use of the statement is primarily to inform the ABAP system that the current program is a function group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We find such a terminoloty in case of Type Groups as well. If you need to include a type group in your program, you use the TYPE-POOLS statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi check this,&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/9983c8748f11d295c80000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/9983c8748f11d295c80000e82de14a/frameset.htm&lt;/A&gt;&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, 11 Mar 2008 15:27:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-pool/m-p/3494630#M840523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T15:27:47Z</dc:date>
    </item>
  </channel>
</rss>

