<?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 inactive table access in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937835#M1151730</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes, the custom table might have its structure changed as to incorporate an additional field, data element change, etc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In these cases, it will not be in active status and will throw warning messages. To resolve, go to se14, choose tables, enter table name and click 'Activate and adjust database'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Saipriya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Dec 2008 08:57:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-22T08:57:35Z</dc:date>
    <item>
      <title>regarding inactive table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937826#M1151721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am trying to access certain table using se16. It says it is inactive in the directory. What does this mean. How can I activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Dec 2008 21:40:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937826#M1151721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-14T21:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: regarding inactive table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937827#M1151722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;It says it is inactive in the directory. What does this mean. How can I activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It probably says 'it is not active' rather than 'inactive', this means the table does not exist. Check the table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not a security issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Dec 2008 22:09:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937827#M1151722</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2008-12-14T22:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: regarding inactive table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937828#M1151723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moved to ABAP Dictionary forum...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possibly it is an internal program table, which can only be read at runtime, or when the selection options are known?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Dec 2008 22:18:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937828#M1151723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-14T22:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: regarding inactive table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937829#M1151724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another possibility, Have you Appended Any Include or Append Structure,and not activate the Table Properly! Did You?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Dec 2008 22:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937829#M1151724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-14T22:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: regarding inactive table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937830#M1151725</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;See, if you are trying any standard table name and it is giving error, it means that this table doesnt exist and if you are trying your own created table name, then it means that you have not activated it properly.......So go to SE38 reach your table, just activate and now do with SE16 whatever you want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve your problem .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards:&lt;/P&gt;&lt;P&gt;Alok Bansal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 05:32:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937830#M1151725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T05:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: regarding inactive table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937831#M1151726</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;Can you please give us the table name, that you are trying to access?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 09:03:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937831#M1151726</guid>
      <dc:creator>learnsap</dc:creator>
      <dc:date>2008-12-16T09:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: regarding inactive table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937832#M1151727</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;May be the table which  u r using is not active, have u append include r append structure ,chek it...&lt;/P&gt;&lt;P&gt;activate dat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: SHAIK JAILABDIN on Dec 17, 2008 4:13 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 03:13:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937832#M1151727</guid>
      <dc:creator>shadow</dc:creator>
      <dc:date>2008-12-17T03:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: regarding inactive table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937833#M1151728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any additional Info/suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 03:17:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937833#M1151728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T03:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: regarding inactive table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937834#M1151729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alok,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt; .......So go to SE38 reach your table&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;May be you meant SE11.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 14:32:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937834#M1151729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T14:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: regarding inactive table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937835#M1151730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes, the custom table might have its structure changed as to incorporate an additional field, data element change, etc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In these cases, it will not be in active status and will throw warning messages. To resolve, go to se14, choose tables, enter table name and click 'Activate and adjust database'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Saipriya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 08:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937835#M1151730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T08:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: regarding inactive table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937836#M1151731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinaash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please the documentation  of that table. or see whether the name u r inputting exist or not in the current version.&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;adesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 12:06:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937836#M1151731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T12:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: regarding inactive table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937837#M1151732</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;To resolve this issue first need you activate these tables in SE11, and try from se16 you can able to access it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Hameed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mohammeed Khaja Hameeduddin on Dec 23, 2008 8:06 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mohammeed Khaja Hameeduddin on Dec 23, 2008 8:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 12:44:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937837#M1151732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T12:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: regarding inactive table access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937838#M1151733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your trying to edit standard sap domain,then it will not allow you to edit,unless and until you have the access key.&lt;/P&gt;&lt;P&gt;Otherwise activate the table in se11 and then try to us se16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anuja Dhondge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 09:30:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-inactive-table-access/m-p/4937838#M1151733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T09:30:36Z</dc:date>
    </item>
  </channel>
</rss>

