<?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: Delete Master Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-master-table/m-p/2389123#M531139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;       If u want to delete the table u need to delete all the data related to that perticular tavle like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) delete data &lt;/P&gt;&lt;P&gt;2) check wether u are using in any other tables or programs.&lt;/P&gt;&lt;P&gt;3) delete the table maintenance things ie .. function group and related things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Madhukar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2007 13:09:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-18T13:09:41Z</dc:date>
    <item>
      <title>Delete Master Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-master-table/m-p/2389120#M531136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;  Due to wrong naming convention, I created a table with correct name and would like to delete the old customizing table. &lt;/P&gt;&lt;P&gt;  In SE11, I type the table name on Database Table, and press delete (the bin icon).&lt;/P&gt;&lt;P&gt; But system stops me with a prompt: &amp;lt;b&amp;gt;"Table ZCRMC_PDF is still used in ABAP Dictionary. Due to use in Dictionary objects, the deletion cannot be performed."&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;  What is the problem? How could I delete this master table??&lt;/P&gt;&lt;P&gt;  Kindly advise.&lt;/P&gt;&lt;P&gt;  Thanks!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br,&lt;/P&gt;&lt;P&gt;ginnie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 06:49:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-master-table/m-p/2389120#M531136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T06:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Master Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-master-table/m-p/2389121#M531137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the where user  list of the  table  .... so that you can see  where and all the table  is used..   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;probabily the you have made the table maintaince generator .....or in   pogram   used  for inserted and deleting  ...etc ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so  first delete the depending obect  or comment  the  used lines  ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think it is because  of the table maintance generator  ... so remove the Tcode of it  and  maintance generator  ...then delete it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points  if it is usefull ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 07:05:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-master-table/m-p/2389121#M531137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T07:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Master Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-master-table/m-p/2389122#M531138</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;goto SE14 and deleting the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; also try to find where this is being used &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;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 07:18:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-master-table/m-p/2389122#M531138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T07:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Master Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-master-table/m-p/2389123#M531139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;       If u want to delete the table u need to delete all the data related to that perticular tavle like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) delete data &lt;/P&gt;&lt;P&gt;2) check wether u are using in any other tables or programs.&lt;/P&gt;&lt;P&gt;3) delete the table maintenance things ie .. function group and related things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Madhukar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 13:09:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-master-table/m-p/2389123#M531139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T13:09:41Z</dc:date>
    </item>
  </channel>
</rss>

