<?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: D010S table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/d010s-table/m-p/1238271#M141388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Herzel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D010* and REPOSRC (depending of SAP release) are accessed through view TRDIR. This is compatible cross releases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For code itself, in 4.6 it is even stored in database in compiled form. So you can't read it even with a SQL statement (once it has been activated).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you can use this FM to browse &amp;lt;b&amp;gt;SCWB_GET_ABAP_CODE_OF_OBJECT&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 26 Mar 2006 13:59:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-26T13:59:34Z</dc:date>
    <item>
      <title>D010S table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/d010s-table/m-p/1238268#M141385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Folks,  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could someone let me know please where is D010S table ? &lt;/P&gt;&lt;P&gt;or which table replace it ? &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; Herzel .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Mar 2006 13:50:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/d010s-table/m-p/1238268#M141385</guid>
      <dc:creator>herzelhaimharel_gilor</dc:creator>
      <dc:date>2006-03-26T13:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: D010S table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/d010s-table/m-p/1238269#M141386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try D010SINF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Mar 2006 13:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/d010s-table/m-p/1238269#M141386</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-03-26T13:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: D010S table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/d010s-table/m-p/1238270#M141387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Herzel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table D010S exists only in the Database. You will not be able to see it in the ABAP dictionary. Follow these steps to verify it for yourself - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to Transaction SE14.&lt;/P&gt;&lt;P&gt;2. Enter the Object Name as D010S and hit "Enter".&lt;/P&gt;&lt;P&gt;3. You wil find that &lt;SPAN __jive_emoticon_name="info"&gt;&lt;/SPAN&gt; the Status is &amp;lt;b&amp;gt;Not active&amp;lt;/b&amp;gt; and (ii) the table &amp;lt;b&amp;gt;Exists in the database&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;4. Use the menu option &amp;lt;i&amp;gt;Extras&lt;DEL&gt;&amp;gt;Database Object&lt;/DEL&gt;&amp;gt;Display&amp;lt;/i&amp;gt;. you will find the definition of that table as it exists in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These kind of special tables can only be accessed using Native SQL. Open SQL will obviously not work, since the table is unknown in the Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's a chance that you might run into a few problems if you use Native SQL (e.g.,the program may not work on other databases etc.,) so please be careful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Mar 2006 13:57:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/d010s-table/m-p/1238270#M141387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-26T13:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: D010S table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/d010s-table/m-p/1238271#M141388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Herzel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D010* and REPOSRC (depending of SAP release) are accessed through view TRDIR. This is compatible cross releases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For code itself, in 4.6 it is even stored in database in compiled form. So you can't read it even with a SQL statement (once it has been activated).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you can use this FM to browse &amp;lt;b&amp;gt;SCWB_GET_ABAP_CODE_OF_OBJECT&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Mar 2006 13:59:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/d010s-table/m-p/1238271#M141388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-26T13:59:34Z</dc:date>
    </item>
  </channel>
</rss>

