<?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 How to find out which function group contains what function modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-out-which-function-group-contains-what-function-modules/m-p/5900713#M1327994</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 have found lists of function groups from the table TADIR. When i queried for function modules by giving object type as func,&lt;/P&gt;&lt;P&gt; I didnt retrieve any function modules. So, I got the lists of function modules from the table TFDIR.&lt;/P&gt;&lt;P&gt; Now , I need to know, these function modules belong to which function groups.&lt;/P&gt;&lt;P&gt; Since there are some 4000 function modules, it is difficult to go to SE80, query for function group and retrieve corresponding  &lt;/P&gt;&lt;P&gt; function modules.&lt;/P&gt;&lt;P&gt; Is there any quicker way to achieve this. Thanks in advance.&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;Abirami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2009 10:35:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-29T10:35:09Z</dc:date>
    <item>
      <title>How to find out which function group contains what function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-out-which-function-group-contains-what-function-modules/m-p/5900713#M1327994</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 have found lists of function groups from the table TADIR. When i queried for function modules by giving object type as func,&lt;/P&gt;&lt;P&gt; I didnt retrieve any function modules. So, I got the lists of function modules from the table TFDIR.&lt;/P&gt;&lt;P&gt; Now , I need to know, these function modules belong to which function groups.&lt;/P&gt;&lt;P&gt; Since there are some 4000 function modules, it is difficult to go to SE80, query for function group and retrieve corresponding  &lt;/P&gt;&lt;P&gt; function modules.&lt;/P&gt;&lt;P&gt; Is there any quicker way to achieve this. Thanks in advance.&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;Abirami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2009 10:35:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-out-which-function-group-contains-what-function-modules/m-p/5900713#M1327994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-29T10:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out which function group contains what function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-out-which-function-group-contains-what-function-modules/m-p/5900714#M1327995</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;Your answer is already in table TFDIR.  Remove the prefix SAPL from the field PNAME and what remains is the function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2009 10:40:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-out-which-function-group-contains-what-function-modules/m-p/5900714#M1327995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-29T10:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out which function group contains what function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-out-which-function-group-contains-what-function-modules/m-p/5900715#M1327996</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 will find the attribute/field - &lt;STRONG&gt;PNAME(Program name)&lt;/STRONG&gt; in TFDIR.&lt;/P&gt;&lt;P&gt; It would be something like SAPLZXXXXXX, now the Function group name is wah t follows the 'SAPL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For E.g - if it is SAPLZFI_FB02, then the  functiona group name will be ZFI_FB02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can download the entries from TFDIR into excel and delete the SAPL from the PNAME column. sort it and you will get the function modules associated with the functiona group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2009 10:43:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-out-which-function-group-contains-what-function-modules/m-p/5900715#M1327996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-29T10:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out which function group contains what function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-out-which-function-group-contains-what-function-modules/m-p/5900716#M1327997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Execute the function module &lt;STRONG&gt;FUNCTION_SELECT_TFDIR&lt;/STRONG&gt; to get the function modules defined in the particular function group. Function group name should be provided in &lt;STRONG&gt;IM_COMPLETE_AREA&lt;/STRONG&gt; importing parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exporting parameters contain the function module differentiated by Remote enabled FM's and others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 08:32:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-out-which-function-group-contains-what-function-modules/m-p/5900716#M1327997</guid>
      <dc:creator>sivasatyaprasad_yerra</dc:creator>
      <dc:date>2009-07-30T08:32:09Z</dc:date>
    </item>
  </channel>
</rss>

