<?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: View deletion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-deletion/m-p/5568589#M1270345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Delete the table from both the transaction SE14 and SE11 also,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 May 2009 12:48:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-13T12:48:57Z</dc:date>
    <item>
      <title>View deletion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-deletion/m-p/5568588#M1270344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have deleted a view using the 'SE14' transaction.&lt;/P&gt;&lt;P&gt;But when I open in in the 'SE11' transaction, it throws a message 'View Deleted in the Database' and shows me the view back again.&lt;/P&gt;&lt;P&gt;I want to delete the view completely, even in 'SE11'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how to do this?&lt;/P&gt;&lt;P&gt;Any pointers/suggestions are highly appreciated.&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;Kris.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 12:11:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/view-deletion/m-p/5568588#M1270344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T12:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: View deletion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-deletion/m-p/5568589#M1270345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Delete the table from both the transaction SE14 and SE11 also,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 12:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/view-deletion/m-p/5568589#M1270345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T12:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: View deletion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-deletion/m-p/5568590#M1270346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try to delete it from SE11 ..if u delete for sure..u will not find an entry in DD02L AND DD02T tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Krishna Chaitanya G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 15:17:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/view-deletion/m-p/5568590#M1270346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T15:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: View deletion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-deletion/m-p/5568591#M1270347</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;When creating (activating) a view, a physical corresponding object is created in underlying DB. The same applies to its deletion. Using se14 you simpy deleted DB view, but Dictionary object remained alive. All you need is to delete it using se11 now. &lt;/P&gt;&lt;P&gt;For future use only se11 to create/delete objects, all these changes will be visible straigh away in DB.&lt;/P&gt;&lt;P&gt;SE14 use only when altering object can't be perfomed and it need to be converted (i.e. when some data are in table and you want to change key fields of that table. It may be necessary then to use DB utility (se14)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 17:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/view-deletion/m-p/5568591#M1270347</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-05-13T17:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: View deletion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-deletion/m-p/5568592#M1270348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can go to se11 and from menu select database utility, first delete it there and then in se11.&lt;/P&gt;&lt;P&gt;Pls check also table TADIR, rows should disappear from there also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 13:49:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/view-deletion/m-p/5568592#M1270348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-14T13:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: View deletion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-deletion/m-p/5568593#M1270349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Kris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you create a database view it is automatically created in underlying database as well as in dictionary level so always delete the view or a table only from SE11 so that all the changes which you do can directly reflect in database , after doing so dont forget to use database utility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;fareed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 05:24:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/view-deletion/m-p/5568593#M1270349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T05:24:51Z</dc:date>
    </item>
  </channel>
</rss>

