<?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: regarding table status in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-status/m-p/1943306#M389100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to check the table DD02L.  If there is a single entry for the table, and the field AS4LOCAL is set to "A", then it is active.  There could be more than one record, for example if it is inactive, there will probably two records, one with 'A' and one with 'N'.  You should read the last record based on the AS4VERS.  If there is one record, this value should be 0000, if there is an inactive version as well, this value will be 0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2007 02:43:31 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-03-02T02:43:31Z</dc:date>
    <item>
      <title>regarding table status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-status/m-p/1943305#M389099</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;How to find table status is whether active or inactive.&lt;/P&gt;&lt;P&gt;I have TADIR table entries where i could not find whether this table is active or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to check this in from standard tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 02:13:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-status/m-p/1943305#M389099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-02T02:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: regarding table status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-status/m-p/1943306#M389100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to check the table DD02L.  If there is a single entry for the table, and the field AS4LOCAL is set to "A", then it is active.  There could be more than one record, for example if it is inactive, there will probably two records, one with 'A' and one with 'N'.  You should read the last record based on the AS4VERS.  If there is one record, this value should be 0000, if there is an inactive version as well, this value will be 0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 02:43:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-status/m-p/1943306#M389100</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-02T02:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: regarding table status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-status/m-p/1943307#M389101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prince,&lt;/P&gt;&lt;P&gt;               To check the &amp;lt;b&amp;gt;Table status&amp;lt;/b&amp;gt; DD02l. If you also want program status, there is one  VIEW "D010SINF" which will be helpful to you. This view consists of &amp;lt;b&amp;gt;program status&amp;lt;/b&amp;gt;, Authorization checks, locks, Program type...&lt;/P&gt;&lt;P&gt;and so many things.Have a glance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Regards,&lt;/P&gt;&lt;P&gt;V.Raghavender.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 06:14:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-status/m-p/1943307#M389101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-02T06:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: regarding table status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-status/m-p/1943308#M389102</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;Table DD02L contains all SAP tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table DD02L , there is a field called AS4LOCAL ,which tells the status(activated or not) of the table.&lt;/P&gt;&lt;P&gt;You can execute it and find the status of any table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha Bansal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 09:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-status/m-p/1943308#M389102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T09:47:20Z</dc:date>
    </item>
  </channel>
</rss>

