<?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 New Function Pool Program Question? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-function-pool-program-question/m-p/2593887#M594002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to these processes.......If I copy a Function Pool Include to a new one, and create a new Function Group to link it to, thus I assume a new Function Pool SAPLZXXX program will will be automatically created, I am trying to determine how, or where config?, is done to link it (the new Function Pool/SAPLZXXX) to its process?  &lt;/P&gt;&lt;P&gt;                Any input will help.....Thank-You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Aug 2007 15:27:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-03T15:27:54Z</dc:date>
    <item>
      <title>New Function Pool Program Question?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-function-pool-program-question/m-p/2593887#M594002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to these processes.......If I copy a Function Pool Include to a new one, and create a new Function Group to link it to, thus I assume a new Function Pool SAPLZXXX program will will be automatically created, I am trying to determine how, or where config?, is done to link it (the new Function Pool/SAPLZXXX) to its process?  &lt;/P&gt;&lt;P&gt;                Any input will help.....Thank-You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 15:27:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-function-pool-program-question/m-p/2593887#M594002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T15:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: New Function Pool Program Question?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-function-pool-program-question/m-p/2593888#M594003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you create a Function group under a Function pool, then inside of that Function group main program there will be some includes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        LfgrpTOP. This contains the FUNCTION-POOL statement (equivalent for a function group of the REPORT or PROGRAMstatement) and global data declarations for the entire function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        LfgrpUXX. This contains further INCLUDEstatements for the include programs LfgrpU01, LfgrpU02,... These includes contain the actual function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        The include programs LfgrpF01, LfgrpF02,... can contain the coding of subroutines that can be called with internal subroutine calls from all function modules of the group.&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; Sudheer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 15:49:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-function-pool-program-question/m-p/2593888#M594003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T15:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: New Function Pool Program Question?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-function-pool-program-question/m-p/2593889#M594004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check below thread...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="108026"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 15:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-function-pool-program-question/m-p/2593889#M594004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T15:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: New Function Pool Program Question?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-function-pool-program-question/m-p/2593890#M594005</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;When you copy the function pool include (SE38), SAP will call FM RS_FUNCTION_COPY in order to link to new include to the corresponding function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check also related FM RS_FUNCTION_&lt;STRONG&gt;, RS_&lt;/STRONG&gt; and FUNC_* (SE37).&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 16:45:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-function-pool-program-question/m-p/2593890#M594005</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-08-03T16:45:25Z</dc:date>
    </item>
  </channel>
</rss>

