<?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: Getting the Package a Function Modules is in in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-package-a-function-modules-is-in/m-p/8238182#M1629828</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;You can use the table ENLFDIR by providing the Function Module name and obtain the Function Group.&lt;/P&gt;&lt;P&gt;Using the Function Group you can use table TADIR to obtain the package.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Oct 2011 13:40:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-20T13:40:26Z</dc:date>
    <item>
      <title>Getting the Package a Function Modules is in</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-package-a-function-modules-is-in/m-p/8238178#M1629824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been given the task of moving a lot of ABAP code that was developed for several products from one SAP system to another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have been given is a very large list of custom function module names. I was hoping to discover if there is a way (preferably through some sort of SQL statement) to determine what package(s) these function modules are in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to get this list of packages so I can review each one and see if they include other repository objects that they do not want moved, or if I can move the package in it's entirety, so I can build a proper transport.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess I am hoping someone can tell me how and where these are stored in the DB tables so I can locate which function group each function module is in, and then what package that function group is in. Gonig one by one in SE37 is gonna take a very long time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 12:36:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-package-a-function-modules-is-in/m-p/8238178#M1629824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-20T12:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the Package a Function Modules is in</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-package-a-function-modules-is-in/m-p/8238179#M1629825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;if you want to know the develop class of your function module:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto se37&lt;/P&gt;&lt;P&gt;CTRL-F&lt;/P&gt;&lt;P&gt;in f.m. name put all of your functions.&lt;/P&gt;&lt;P&gt;execute search&lt;/P&gt;&lt;P&gt;change output layout and select field package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is usefull&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 13:02:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-package-a-function-modules-is-in/m-p/8238179#M1629825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-20T13:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the Package a Function Modules is in</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-package-a-function-modules-is-in/m-p/8238180#M1629826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tom,&lt;/P&gt;&lt;P&gt;To check package of fucntion group you can go to transaction SE80 select fucntion group and than enter fucntion group name and click display. Double click on fucntion group name new window will pop up and package name will be mentioned in that window. &lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Goto transaction SE03 clcik on change object directory entries put check box on second row i.e. on function group and give your function group name click on execute button. It will display package name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 13:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-package-a-function-modules-is-in/m-p/8238180#M1629826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-20T13:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the Package a Function Modules is in</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-package-a-function-modules-is-in/m-p/8238181#M1629827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you simply go to the attributes tab of any function module and press F1 on the package name, and then select the technical information, you'll see the table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not that difficult.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 13:23:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-package-a-function-modules-is-in/m-p/8238181#M1629827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-20T13:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the Package a Function Modules is in</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-package-a-function-modules-is-in/m-p/8238182#M1629828</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;You can use the table ENLFDIR by providing the Function Module name and obtain the Function Group.&lt;/P&gt;&lt;P&gt;Using the Function Group you can use table TADIR to obtain the package.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 13:40:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-package-a-function-modules-is-in/m-p/8238182#M1629828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-20T13:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the Package a Function Modules is in</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-package-a-function-modules-is-in/m-p/8238183#M1629829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Aneel, exactly what I was looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 18:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-the-package-a-function-modules-is-in/m-p/8238183#M1629829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-20T18:00:57Z</dc:date>
    </item>
  </channel>
</rss>

