<?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 Regarding Function module call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-call/m-p/3269127#M781413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body explain  how many Function modules are stored in One function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     And What happen when I call 1 function module in a F.Group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jan 2008 15:28:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-09T15:28:58Z</dc:date>
    <item>
      <title>Regarding Function module call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-call/m-p/3269127#M781413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body explain  how many Function modules are stored in One function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     And What happen when I call 1 function module in a F.Group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 15:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-call/m-p/3269127#M781413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T15:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Function module call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-call/m-p/3269128#M781414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there isn't any limit of creating FM in the FG. You can create as many as you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever you call any FM, system will allocate the memory to all the data declared in the TOP include of the FG, irrespective of the variables being used in the FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, whenever you are creating FMs try to put them in the different FGs. Don't mix FMs which are not relevent to eachother in the same FG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can go for the Class and Method to overcome all the problems of FG and FMs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 15:32:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-call/m-p/3269128#M781414</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-01-09T15:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Function module call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-call/m-p/3269129#M781415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can have up to 99 funtion modules within one function group.&lt;/P&gt;&lt;P&gt;The function module includes are named INCLUDE LxxxxxxxxxU01 to LxxxxxxxxxU99 hence the limit of 99.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you call one funtion out of that function group or any other only the coding within that function is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that what you were looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 15:33:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-call/m-p/3269129#M781415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T15:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Function module call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-call/m-p/3269130#M781416</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 group can be defined it as collection of Function &lt;/P&gt;&lt;P&gt;modules. This Function groups are presents in the Packages &lt;/P&gt;&lt;P&gt;where we can create in the SE38. So,that all packages are &lt;/P&gt;&lt;P&gt;consists in the Function Groups.All function groups are &lt;/P&gt;&lt;P&gt;consists Function Modules.This function modules are created &lt;/P&gt;&lt;P&gt;at enhancements/Exists. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A function group can hav any no. of FM's.&lt;/P&gt;&lt;P&gt;there is no restriction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;suma sailaja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 15:37:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-call/m-p/3269130#M781416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T15:37:21Z</dc:date>
    </item>
  </channel>
</rss>

