<?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/1648801#M288427</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No it is not, but depending on the function group, one function module may depend on another, so do some analysis on the function group and determine if you need to have all function modules.&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;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Nov 2006 12:36:31 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2006-11-03T12:36:31Z</dc:date>
    <item>
      <title>Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1648798#M288424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I need to do some modification in the standard function pool (SAPLKAEP).My doubt is how to take a copy  of the function pool and do the modification in the includes inside the function pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 12:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1648798#M288424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-03T12:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1648799#M288425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make a copy using SE80,  enter the function group name and hit enter, now from the tree structure, 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;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 12:29:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1648799#M288425</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-11-03T12:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1648800#M288426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it  necessary to take a copy of all the function modules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 12:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1648800#M288426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-03T12:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1648801#M288427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No it is not, but depending on the function group, one function module may depend on another, so do some analysis on the function group and determine if you need to have all function modules.&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;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 12:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1648801#M288427</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-11-03T12:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1648802#M288428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks we copied the function pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this function pool is attached to std.t.code - KSB1 (RKAEP000) when we debugg this RKAEP000 for grid display this is referring the function pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We also took a copy of the main program as zRKAEP000&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Now we have taken a copy of that function pool also we need to know how to attach this copied function pool to this  ZRKAEP000 progrm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 12:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1648802#M288428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-03T12:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1648803#M288429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, instead of calling the function modules of the standard function pool, you will need to call the "Z" versions that you have copied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 13:05:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1648803#M288429</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-11-03T13:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1648804#M288430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;copy it in se38&lt;/P&gt;&lt;P&gt;initially it will ask for copy function group,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say: Function group ZKAEP created. &lt;/P&gt;&lt;P&gt;Now copy function modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;copy all funcctinal modules to z(functional modules)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 13:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1648804#M288430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-03T13:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1648805#M288431</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 standard program for KSB1 is RKAEP000. I copied RKAEP000 into ZRKAEP000 and I have done some modifications according to the requirement. Now I would like to attach ZRKAEP000 to the transaction KSB1. Please let me know the procedure to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2006 06:14:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-pool/m-p/1648805#M288431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-06T06:14:10Z</dc:date>
    </item>
  </channel>
</rss>

