<?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 POOL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1896639#M374714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi manmeet,&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;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;standar function-pool:SAPLKAEP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Jan 2007 06:48:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-20T06:48:08Z</dc:date>
    <item>
      <title>FUNCTION POOL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1896638#M374713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI FRNDS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLEASE TELL ME WHERE SHOULD I MUST LOOK FOR FUNCTION POOL EXAMPLES?&lt;/P&gt;&lt;P&gt;AND WHAT'S ITS CONCEPT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS &amp;amp; REGARDS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jan 2007 06:39:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1896638#M374713</guid>
      <dc:creator>former_member191391</dc:creator>
      <dc:date>2007-01-20T06:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION POOL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1896639#M374714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi manmeet,&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;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;standar function-pool:SAPLKAEP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jan 2007 06:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1896639#M374714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-20T06:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION POOL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1896640#M374715</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 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;&amp;lt;b&amp;gt;for examples:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go se80...enter the function group name and hit enter..tree will be listed ..you will righ-click on the function group name and choose copy.. It will ask you what function modules you want to copy, just copy all and make sure to following the naming convention, start with Z_ then you can copy and modify any includes that you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;reward useful points,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Shan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jan 2007 06:52:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1896640#M374715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-20T06:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION POOL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1896641#M374716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;function pool/function group is the container for the function modules that are logically related.&lt;/P&gt;&lt;P&gt;you need to assign ur function module to the function group at the time itz created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jan 2007 06:57:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1896641#M374716</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2007-01-20T06:57:21Z</dc:date>
    </item>
  </channel>
</rss>

