<?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: How to create Function Pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-function-pool/m-p/1991286#M404337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jus create a function group.... the statement FUNCTION-POOL declares a program in which you can define function modules....so FUNCTION-POOL automatically gets created when u create a function group....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto SE37, create, function group...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Mar 2007 05:22:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-07T05:22:03Z</dc:date>
    <item>
      <title>How to create Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-function-pool/m-p/1991283#M404334</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;I need to know how to create function pool .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 05:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-function-pool/m-p/1991283#M404334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T05:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-function-pool/m-p/1991284#M404335</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;If you create a new function group..Automatically it creates a function pool..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE37..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN the menu..choose..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOTO -&amp;gt; FUNCTION GROUP -&amp;gt; CREATE GROUP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 05:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-function-pool/m-p/1991284#M404335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T05:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-function-pool/m-p/1991285#M404336</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;For Example:&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;standar function-pool:SAPLKAEP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 05:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-function-pool/m-p/1991285#M404336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T05:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-function-pool/m-p/1991286#M404337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jus create a function group.... the statement FUNCTION-POOL declares a program in which you can define function modules....so FUNCTION-POOL automatically gets created when u create a function group....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto SE37, create, function group...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 05:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-function-pool/m-p/1991286#M404337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T05:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-function-pool/m-p/1991287#M404338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use link&lt;/P&gt;&lt;P&gt; Tz. SE37--&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&amp;gt; goto&lt;DEL&gt;&lt;HR originaltext="----" /&gt;&amp;gt;function group&lt;/DEL&gt;--&lt;P&gt;&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;&amp;gt; create function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 05:26:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-function-pool/m-p/1991287#M404338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T05:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-function-pool/m-p/1991288#M404339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Functional Pools&lt;/P&gt;&lt;P&gt;Function pools are the only programs that can contain function modules. They are not maintained in the standard ABAP Editor, but in the Function Builder instead. Function pools and their function modules deliver reusable functions to other programs. Besides that, function pools have the same features as module pools. In particular, they can contain Dynpros and dialog modules. Therefore, function pools are the first choice if you want to encapsulate Dynpro-based user dialogs (note that class pools do not support Dynpros). An application program or a class can call a function module, which then calls one of the function pool&amp;#146;s Dynpros via CALL SCREEN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 05:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-function-pool/m-p/1991288#M404339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T05:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-function-pool/m-p/1991289#M404340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to se80 chose function group from list box.&lt;/P&gt;&lt;P&gt;now in the below input field give the fn grp name you want to create with Z. now press enter it will ask for creating the fn group just click to create it and activate it&lt;/P&gt;&lt;P&gt;that is your fn pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 05:40:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-function-pool/m-p/1991289#M404340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T05:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-function-pool/m-p/1991290#M404341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can create function group in 2 ways.&lt;/P&gt;&lt;P&gt;1. Tr. Se37--&lt;DEL&gt;&amp;gt;Goto&lt;/DEL&gt;&lt;DEL&gt;&amp;gt;Function group&lt;/DEL&gt;---&amp;gt;Create Group.&lt;/P&gt;&lt;P&gt;2. Tr. Se80--&lt;DEL&gt;&amp;gt;Right click on object name&lt;/DEL&gt;&lt;DEL&gt;-&amp;gt;Cretae&lt;/DEL&gt;----&amp;gt;Function Group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sasmita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 06:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-function-pool/m-p/1991290#M404341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T06:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-function-pool/m-p/1991291#M404342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 10:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-function-pool/m-p/1991291#M404342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-15T10:27:40Z</dc:date>
    </item>
  </channel>
</rss>

