<?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 SAP Table For storing ABAP Source code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-table-for-storing-abap-source-code/m-p/3140562#M746380</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;        i have a requirement under which i need to know that where the source code of any method is getting stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example .&lt;/P&gt;&lt;P&gt;If i have a method READ_DATA.&lt;/P&gt;&lt;P&gt;inside that i have written my  code for reading data ie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from ZTAB into table  lt_tab  where key = k.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so my question is that where this above line is going to be stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards ,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Dec 2007 06:23:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-27T06:23:51Z</dc:date>
    <item>
      <title>SAP Table For storing ABAP Source code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-table-for-storing-abap-source-code/m-p/3140562#M746380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;        i have a requirement under which i need to know that where the source code of any method is getting stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example .&lt;/P&gt;&lt;P&gt;If i have a method READ_DATA.&lt;/P&gt;&lt;P&gt;inside that i have written my  code for reading data ie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from ZTAB into table  lt_tab  where key = k.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so my question is that where this above line is going to be stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards ,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 06:23:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-table-for-storing-abap-source-code/m-p/3140562#M746380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T06:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Table For storing ABAP Source code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-table-for-storing-abap-source-code/m-p/3140563#M746381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think that there is any table provided by SAP to store the Source Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is only one Version Management is available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;The versions of an object are numbered in sequence, in the order in which they were created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If older versions are missing (lower numbers) this means that the system administrator has deleted them from the version database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Special numbers are used for versions in the development database. Active versions are shown as 'Active' and revised versions as 'Modif'. Only some object types can have revised versions (for example, from the ABAP Dictionary).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 10:47:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-table-for-storing-abap-source-code/m-p/3140563#M746381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T10:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Table For storing ABAP Source code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-table-for-storing-abap-source-code/m-p/3140564#M746382</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;&lt;/P&gt;&lt;P&gt;In sap Program codes are considered as texts and are all sored in table clusters(in a compressed form) and are identified by their object names.when the code is called SAP find those codes from the repository and load them into application srever.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP maitains them and identifiying them LOGICALLY by their program/application hierarchy/development class/function group/classe or interfaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not see any phisical table where we have those codes and the program/method names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sathishkumar.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 10:48:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-table-for-storing-abap-source-code/m-p/3140564#M746382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T10:48:48Z</dc:date>
    </item>
  </channel>
</rss>

