<?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 records from data base. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-data-base/m-p/1726590#M316688</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can use transaction SM30/SM31 where you can enter conditions to filter the records you wish to display. select the records and you would be able to delete the records at a single go !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please make sure that you are deleting records from custom table and not SAP Table. It is not advisable to delete records from SAP table using the above transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Nov 2006 12:02:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-03T12:02:10Z</dc:date>
    <item>
      <title>Delete records from data base.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-data-base/m-p/1726583#M316681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;I have to delete records from a table from QAS and I dont want to write a program for that.&lt;/P&gt;&lt;P&gt;Is there a way that the data from the tabe can be deleted without a program.&lt;/P&gt;&lt;P&gt;I want to delete records which are created at a specic time and I know the time and date. I have to delete like 1000 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 22:06:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-data-base/m-p/1726583#M316681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T22:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Delete records from data base.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-data-base/m-p/1726584#M316682</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 have access to delete in se11..Go to SE11 select the records and then delete them..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 22:07:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-data-base/m-p/1726584#M316682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T22:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Delete records from data base.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-data-base/m-p/1726585#M316683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a custom table right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 22:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-data-base/m-p/1726585#M316683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T22:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Delete records from data base.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-data-base/m-p/1726586#M316684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that is a custom table and Manually it is difficult for me to create those data because i am sure it more than some thousand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Madhu,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 22:15:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-data-base/m-p/1726586#M316684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T22:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Delete records from data base.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-data-base/m-p/1726587#M316685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF it is a custom table and if you have access to SE11 you can go there and delete it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or write a small report in which you can specify&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delete dbtab where (your condtion).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second option is better.. it gives you better control&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 22:46:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-data-base/m-p/1726587#M316685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T22:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Delete records from data base.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-data-base/m-p/1726588#M316686</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;U can use trx SE16 or SE30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 23:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-data-base/m-p/1726588#M316686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T23:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Delete records from data base.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-data-base/m-p/1726589#M316687</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;I think deleting more than 1000 records using se11/ se16 manually will take more time and it is risky also . Why dont u write one litle prog for that , which wont take much time . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think  about it !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If helpful pl reward,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 11:53:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-data-base/m-p/1726589#M316687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-03T11:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Delete records from data base.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-data-base/m-p/1726590#M316688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can use transaction SM30/SM31 where you can enter conditions to filter the records you wish to display. select the records and you would be able to delete the records at a single go !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please make sure that you are deleting records from custom table and not SAP Table. It is not advisable to delete records from SAP table using the above transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 12:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-data-base/m-p/1726590#M316688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-03T12:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Delete records from data base.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-data-base/m-p/1726591#M316689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can delete records from table by selecting the record then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on record---&amp;gt;enter debug mode(/h) and enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will go to code..there you change to 'DELE' function code to code.&lt;/P&gt;&lt;P&gt;then execute..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after you will see delete button. from that button, we can delete the records.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramanji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 12:03:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-data-base/m-p/1726591#M316689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-03T12:03:27Z</dc:date>
    </item>
  </channel>
</rss>

