<?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: Database Name in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-name/m-p/3704818#M892047</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;If you want to delete the table from the database through the ABAP program then there is a FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"RS_DD_DELETE_OBJ"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;"OBJ_NAME"  is the name of the table you want to delete.&lt;/P&gt;&lt;P&gt;"OBJTYPE" is "T"  for table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This FM can be used to delete not only tables but also the following: Datadictionary objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OBJTYPE  OBJECT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A	Table Type&lt;/P&gt;&lt;P&gt;D	Domain&lt;/P&gt;&lt;P&gt;E	Data Element&lt;/P&gt;&lt;P&gt;F	Table Field&lt;/P&gt;&lt;P&gt;G	Type Group&lt;/P&gt;&lt;P&gt;H	Search Help&lt;/P&gt;&lt;P&gt;I	Matchcode ID&lt;/P&gt;&lt;P&gt;L	Lock Object&lt;/P&gt;&lt;P&gt;M	Matchcode Object&lt;/P&gt;&lt;P&gt;N	Table Index&lt;/P&gt;&lt;P&gt;S	Internal Structure&lt;/P&gt;&lt;P&gt;T	Transparent Table&lt;/P&gt;&lt;P&gt;U	Table/Structure&lt;/P&gt;&lt;P&gt;V	View&lt;/P&gt;&lt;P&gt;X	Table Pool&lt;/P&gt;&lt;P&gt;Y	Table Cluster&lt;/P&gt;&lt;P&gt;Z	Table cluster/pool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Apr 2008 00:23:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-18T00:23:10Z</dc:date>
    <item>
      <title>Database Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-name/m-p/3704816#M892045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to delete from any database name??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no command for Drop program in ABAP!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Donot like application tool bar which delete icon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want that program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply me soon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;S.Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 08:12:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-name/m-p/3704816#M892045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T08:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Database Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-name/m-p/3704817#M892046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to SE11&lt;/P&gt;&lt;P&gt;Give the databse table name&lt;/P&gt;&lt;P&gt;there is a delete icon at the application toolbar&lt;/P&gt;&lt;P&gt;delete it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to delete the contents, write the query as,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE FROM &amp;lt;DBNAME&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 08:36:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-name/m-p/3704817#M892046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T08:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Database Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-name/m-p/3704818#M892047</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;If you want to delete the table from the database through the ABAP program then there is a FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"RS_DD_DELETE_OBJ"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;"OBJ_NAME"  is the name of the table you want to delete.&lt;/P&gt;&lt;P&gt;"OBJTYPE" is "T"  for table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This FM can be used to delete not only tables but also the following: Datadictionary objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OBJTYPE  OBJECT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A	Table Type&lt;/P&gt;&lt;P&gt;D	Domain&lt;/P&gt;&lt;P&gt;E	Data Element&lt;/P&gt;&lt;P&gt;F	Table Field&lt;/P&gt;&lt;P&gt;G	Type Group&lt;/P&gt;&lt;P&gt;H	Search Help&lt;/P&gt;&lt;P&gt;I	Matchcode ID&lt;/P&gt;&lt;P&gt;L	Lock Object&lt;/P&gt;&lt;P&gt;M	Matchcode Object&lt;/P&gt;&lt;P&gt;N	Table Index&lt;/P&gt;&lt;P&gt;S	Internal Structure&lt;/P&gt;&lt;P&gt;T	Transparent Table&lt;/P&gt;&lt;P&gt;U	Table/Structure&lt;/P&gt;&lt;P&gt;V	View&lt;/P&gt;&lt;P&gt;X	Table Pool&lt;/P&gt;&lt;P&gt;Y	Table Cluster&lt;/P&gt;&lt;P&gt;Z	Table cluster/pool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 00:23:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-name/m-p/3704818#M892047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T00:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Database Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-name/m-p/3704819#M892048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;Cudnt get ur question clearly. Can u come out once again?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Iyswarya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 04:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-name/m-p/3704819#M892048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T04:53:42Z</dc:date>
    </item>
  </channel>
</rss>

