<?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 Name of the Database Table where Function Module Code resides ?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840127#M1684083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi Guys, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;I was working on an ABAP Program to Download the code of a Function Module by provding the Function Group name, Function module name &amp;amp; Package name in the selection screen, this is working fine....My question is: &lt;SPAN dir="ltr" style="color: #000000; font-size: 10pt; direction: ltr; word-wrap: break-word;"&gt;In which Database Table all these Function Modules code reside&lt;/SPAN&gt;??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Thanks in Advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Nawaz&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jun 2012 10:46:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-06-28T10:46:11Z</dc:date>
    <item>
      <title>Name of the Database Table where Function Module Code resides ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840127#M1684083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi Guys, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;I was working on an ABAP Program to Download the code of a Function Module by provding the Function Group name, Function module name &amp;amp; Package name in the selection screen, this is working fine....My question is: &lt;SPAN dir="ltr" style="color: #000000; font-size: 10pt; direction: ltr; word-wrap: break-word;"&gt;In which Database Table all these Function Modules code reside&lt;/SPAN&gt;??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Thanks in Advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Nawaz&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 10:46:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840127#M1684083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-28T10:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Name of the Database Table where Function Module Code resides ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840128#M1684084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, the table TFDIR hold's the name of the function pool. You can use the function pool name to fetch the code from the table REPOSRC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 10:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840128#M1684084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-28T10:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Name of the Database Table where Function Module Code resides ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840129#M1684085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need to know, I wil explain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hiow-to :&lt;/P&gt;&lt;P&gt;- Read table TFDIR to get main program and include number of the module&lt;/P&gt;&lt;P&gt;- From program and include number using FM FUNCTION_INCLUDE_CONCATENATE you get the include name&lt;/P&gt;&lt;P&gt;- Use statement READ REPORT to get the source code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 11:03:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840129#M1684085</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-06-28T11:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Name of the Database Table where Function Module Code resides ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840130#M1684086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use table TFDIR to fetch the program name and include name for function module.&lt;/P&gt;&lt;P&gt;There is one more way to fetch,&lt;/P&gt;&lt;P&gt;You can use TADIR table to fetch the program name and program type (Field name SUBC)&lt;/P&gt;&lt;P&gt;and make inner join with REPOSRC table to get the program id , object, dev class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can find the sample program, to downlod all the function module code to PC.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.dalestech.com/products/massdownload.htm" title="http://www.dalestech.com/products/massdownload.htm"&gt;http://www.dalestech.com/products/massdownload.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 11:07:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840130#M1684086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-28T11:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Name of the Database Table where Function Module Code resides ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840131#M1684087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you get solution , pls update so it will be useful for others also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 09:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840131#M1684087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-29T09:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Name of the Database Table where Function Module Code resides ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840132#M1684088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;I am able to download the code of the Function Module &lt;BR /&gt;by following the procedure you guys posted. I want to know the Database table name where the Function module code resides, My aim here is to update a Function Modules code using a program without going to se37 tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nawaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2012 06:04:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840132#M1684088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-01T06:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Name of the Database Table where Function Module Code resides ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840133#M1684089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Faheem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess REPOSRC has a field(DATA) which has the source code in a Compressed form.&lt;/P&gt;&lt;P&gt;You can try to decompress it using DECOMPRESS_TEXT of CL_ABAP_GZIP but I am not sure how much this will work. The data field could also be encrypted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can work with the READ REPORT, DELETE REPORT and INSERT REPORT in the same order and modify your source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shambu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2012 06:58:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840133#M1684089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-01T06:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Name of the Database Table where Function Module Code resides ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840134#M1684090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need to use DELETE REPORT as &lt;A href="http://help.sap.com/abapdocu_70/en/ABAPINSERT_REPORT.htm"&gt;INSERT REPORT&lt;/A&gt; will ovewrite existing code (without warning &lt;SPAN __jive_emoticon_name="alert" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/825/images/emoticons/alert.gif"&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 13:04:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840134#M1684090</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-07-02T13:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Name of the Database Table where Function Module Code resides ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840135#M1684091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shambu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;With your help I have fulfilled my Objective.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me how to upload an Excel file with multiple tabs into multiple Internal tables....??&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;Nawaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 06:29:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840135#M1684091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-03T06:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Name of the Database Table where Function Module Code resides ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840136#M1684092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: book antiqua,palatino;"&gt;No complicated code required,&amp;nbsp; use the utility class CL_RECA_RS_SERVICES, method GET_SOURCE.&amp;nbsp; This class will work for object types : Program, Class, interface &amp;amp;&amp;nbsp; Function group.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: book antiqua,palatino;"&gt;Regards, Vinod&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: book antiqua,palatino;"&gt;P.S: Will work only for extraction of source code and not for updating.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vinod Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 06:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/name-of-the-database-table-where-function-module-code-resides/m-p/8840136#M1684092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-03T06:49:25Z</dc:date>
    </item>
  </channel>
</rss>

