<?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: Finding function module for a function group in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-function-module-for-a-function-group/m-p/6533223#M1426883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this sample,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

data: t_functions type standard table of RFC_GROUP with header line.


CALL FUNCTION 'RFC_FUNCTION_SEARCH_WITHGROUP'
 EXPORTING
   GROUPNAME               = 'ZFUNC_GRP'     " Your function group name
  TABLES
    functions               = t_functions
          .
          
loop at t_functions.
write:/ t_functions-FUNCNAME.
endloop.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Dec 2009 05:43:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-23T05:43:36Z</dc:date>
    <item>
      <title>Finding function module for a function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-function-module-for-a-function-group/m-p/6533221#M1426881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   where can I find list of function modules under a function group through program and not in SE80. &lt;/P&gt;&lt;P&gt;Is there any table. or Is there any function module? Kindly help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 05:31:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-function-module-for-a-function-group/m-p/6533221#M1426881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-23T05:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Finding function module for a function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-function-module-for-a-function-group/m-p/6533222#M1426882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table &lt;STRONG&gt;ENLFDIR&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 05:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-function-module-for-a-function-group/m-p/6533222#M1426882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-23T05:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Finding function module for a function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-function-module-for-a-function-group/m-p/6533223#M1426883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this sample,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

data: t_functions type standard table of RFC_GROUP with header line.


CALL FUNCTION 'RFC_FUNCTION_SEARCH_WITHGROUP'
 EXPORTING
   GROUPNAME               = 'ZFUNC_GRP'     " Your function group name
  TABLES
    functions               = t_functions
          .
          
loop at t_functions.
write:/ t_functions-FUNCNAME.
endloop.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 05:43:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-function-module-for-a-function-group/m-p/6533223#M1426883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-23T05:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Finding function module for a function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-function-module-for-a-function-group/m-p/6533224#M1426884</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;Open table &lt;STRONG&gt;ENLFDIR&lt;/STRONG&gt; and put in &lt;STRONG&gt;AREA&lt;/STRONG&gt; as the function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 05:44:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-function-module-for-a-function-group/m-p/6533224#M1426884</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-12-23T05:44:31Z</dc:date>
    </item>
  </channel>
</rss>

