<?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: Table for ABAP program code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413396#M199010</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;Check the table &amp;lt;b&amp;gt;REPOSRC&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jun 2006 11:42:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-19T11:42:15Z</dc:date>
    <item>
      <title>Table for ABAP program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413390#M199004</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;in which table can I find the ABAP program code for report or function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. in SAP BW some code is stored in RSAABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Lutz Grotelüschen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 11:27:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413390#M199004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T11:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Table for ABAP program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413391#M199005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are system tables avilable for this,which not only store the code but also the attibute of every object &lt;/P&gt;&lt;P&gt;developed.&lt;/P&gt;&lt;P&gt;All system table name generally starts with : "T"&lt;/P&gt;&lt;P&gt;e.g. : For transaction it's TSTC&lt;/P&gt;&lt;P&gt;Now TADIR tabkle consist all of the object that have been developed&lt;/P&gt;&lt;P&gt;e.g. create a report and save it now go to TADIR&lt;/P&gt;&lt;P&gt;and pass the following parameter :&lt;/P&gt;&lt;P&gt;OBJ_NAME = &amp;lt;name of the report&amp;gt;&lt;/P&gt;&lt;P&gt;you'll have all the attribute.&lt;/P&gt;&lt;P&gt;The TRDIR table contains the attribute and values of abap program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 11:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413391#M199005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T11:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Table for ABAP program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413392#M199006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;D010SINF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 11:35:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413392#M199006</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-06-19T11:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Table for ABAP program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413393#M199007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lutz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        You can find all ABAP programs details and function module in table &amp;lt;b&amp;gt;TADIR&amp;lt;/b&amp;gt;.This table gives information about all repository objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;OBJECT will classify type of object in Repository.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give &amp;lt;b&amp;gt;FUNC&amp;lt;/b&amp;gt; for function modules in &amp;lt;b&amp;gt;TADIR-OBJECT&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;Give &amp;lt;b&amp;gt;REPS&amp;lt;/b&amp;gt; for ABAP program in &amp;lt;b&amp;gt;TADIR-OBJECT&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table for ABAp codes are &amp;lt;b&amp;gt;REPOSRC&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 11:35:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413393#M199007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T11:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Table for ABAP program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413394#M199008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Lutz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this table for Abap source code &amp;lt;b&amp;gt;REPOSRC&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 11:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413394#M199008</guid>
      <dc:creator>sridharreddy_kondam</dc:creator>
      <dc:date>2006-06-19T11:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table for ABAP program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413395#M199009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lutz:&lt;/P&gt;&lt;P&gt;  the table is REPOSRC for storing the source code.&lt;/P&gt;&lt;P&gt;It will be in RAWSTRING format which you cannot read.&lt;/P&gt;&lt;P&gt;YOu can use the read report statament to read the source code.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 11:39:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413395#M199009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T11:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table for ABAP program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413396#M199010</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;Check the table &amp;lt;b&amp;gt;REPOSRC&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 11:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413396#M199010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T11:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Table for ABAP program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413397#M199011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Check &amp;lt;b&amp;gt;REPOSRC&amp;lt;/b&amp;gt; for ABAP Source Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 13:23:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413397#M199011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T13:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table for ABAP program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413398#M199012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to read the source code of a method.&lt;/P&gt;&lt;P&gt;I know the class name and method name.&lt;/P&gt;&lt;P&gt;In order to read it with READ REPORT I need a specific string that is stored in PROGNAME of REPOSCR, e.g. for class Z_CL_XYZ method XYZ this is sth. like this:&lt;/P&gt;&lt;P&gt;Z_CL_XYZ=====================CM001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where can I find the link between the class / method name and this object name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or do you have any other suggestions how to read the source code of a method?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 09:25:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413398#M199012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T09:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table for ABAP program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413399#M199013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After no answers and a few more time on inspection I found the solution myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just for the ones who are interested:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method CL_OO_CLASSNAME_SERVICE=&amp;gt;GET_METHOD_INCLUDE provides the name of the include.&lt;/P&gt;&lt;P&gt;So does function module SEO_METHOD_GET_SOURCE that exports SOURCE code AND include name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 13:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-abap-program-code/m-p/1413399#M199013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T13:05:09Z</dc:date>
    </item>
  </channel>
</rss>

