<?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 the record from the database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311805#M162144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanju,&lt;/P&gt;&lt;P&gt;it is not anything related  to errors occured in the record&lt;/P&gt;&lt;P&gt;but i entered an extra record into the production environment which is not existing in the legessy system by mistake&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i need to delete that record that it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyhow thank alot for u r guidance n note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 May 2006 15:19:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-22T15:19:01Z</dc:date>
    <item>
      <title>delete the record from the database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311786#M162125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;how to delete one error record from a table(BUT000) from the production environment &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone guide me, if anyone has the code plz paste the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot in advanse&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 12:30:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311786#M162125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T12:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: delete the record from the database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311787#M162126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fisrst decide on the record which you are going to delete from the database table. Then write the select statement inside the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at t_but000.&lt;/P&gt;&lt;P&gt;if t_but000-client = '300' and &lt;/P&gt;&lt;P&gt;t_but000-partner = '0000000321'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE BUT000 from t_but000.&lt;/P&gt;&lt;P&gt;CLEAR T_BUT000.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOPE THIS WOULD SOLVE YOUR ISSUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LAKSHMINARAYANAN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 12:37:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311787#M162126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T12:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: delete the record from the database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311788#M162127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;loop at &amp;lt;internal table&amp;gt;.&lt;/P&gt;&lt;P&gt;delete from &amp;lt;database table&amp;gt; where &amp;lt;condition for error record in internal table&amp;gt;.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aswin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 12:40:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311788#M162127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T12:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: delete the record from the database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311789#M162128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Naveen,&lt;/P&gt;&lt;P&gt; Whatever may be the requirement, you should not delete update/modify records in standard tables.&lt;/P&gt;&lt;P&gt;YOu should do such things only through transactions or bapis.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 12:44:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311789#M162128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T12:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: delete the record from the database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311790#M162129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA: BEGIN OF WA,&lt;/P&gt;&lt;P&gt;CARRID TYPE SPFLI-CARRID,&lt;/P&gt;&lt;P&gt;CONNID TYPE SPFLI-CONNID,&lt;/P&gt;&lt;P&gt;END OF WA,&lt;/P&gt;&lt;P&gt;ITAB LIKE HASHED TABLE OF WA&lt;/P&gt;&lt;P&gt;WITH UNIQUE KEY CARRID CONNID.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;WA-CARRID = 'UA'. WA-CONNID = '0011'.&lt;/P&gt;&lt;P&gt;INSERT WA INTO TABLE ITAB.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;WA-CARRID = 'LH'. WA-CONNID = '1245'.&lt;/P&gt;&lt;P&gt;INSERT WA INTO TABLE ITAB.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;WA-CARRID = 'AA'. WA-CONNID = '4574'.&lt;/P&gt;&lt;P&gt;INSERT WA INTO TABLE ITAB.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DELETE SPFLI FROM TABLE ITAB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 12:45:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311790#M162129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T12:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: delete the record from the database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311791#M162130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;declare the internal table same as ur database table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:t_tab like database_tab occurs o with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select all the fields of the record of the database table which u want to delete into ur internal table..using where clause....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete &amp;lt;dbtab&amp;gt; from t_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gunjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 12:46:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311791#M162130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T12:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: delete the record from the database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311792#M162131</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;&lt;/P&gt;&lt;P&gt;look and &amp;lt;b&amp;gt;test&amp;lt;/b&amp;gt; abap BUPDELE1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 12:48:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311792#M162131</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-05-22T12:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: delete the record from the database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311793#M162132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HELLO EXPERTS.&lt;/P&gt;&lt;P&gt;thanks alot for u r feedback&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but here my question is, is it possible to delete only single record from the productin environment which is a error record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas what is this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUPDELE1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 12:54:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311793#M162132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T12:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: delete the record from the database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311794#M162133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not advisable to delete the entry from BUT000 table as there might be some records left out in some tables like but020 etc, don't forget to delete them aswell as it might cause you inconsistencies in furture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not able to exeucte this program BUPDELE1, but you can luse the list of tables to delete from this program code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DELETE FROM BUT001 WHERE PARTNER  IN S_PARNR.&lt;/P&gt;&lt;P&gt;  DELETE FROM BUT020 WHERE PARTNER  IN S_PARNR.&lt;/P&gt;&lt;P&gt;  DELETE FROM BUT021 WHERE PARTNER  IN S_PARNR.&lt;/P&gt;&lt;P&gt;  DELETE FROM BUT100 WHERE PARTNER  IN S_PARNR.&lt;/P&gt;&lt;P&gt;  DELETE FROM BUT0BK WHERE PARTNER  IN S_PARNR.&lt;/P&gt;&lt;P&gt;  DELETE FROM BUT050 WHERE PARTNER1 IN S_PARNR.&lt;/P&gt;&lt;P&gt;  DELETE FROM BUT050 WHERE PARTNER2 IN S_PARNR.&lt;/P&gt;&lt;P&gt;  DELETE FROM BUT051 WHERE PARTNER1 IN S_PARNR.&lt;/P&gt;&lt;P&gt;  DELETE FROM BUT051 WHERE PARTNER2 IN S_PARNR.&lt;/P&gt;&lt;P&gt;  DELETE FROM BUT150 WHERE PARTNER1 IN S_PARNR.&lt;/P&gt;&lt;P&gt;  DELETE FROM BUT150 WHERE PARTNER2 IN S_PARNR.&lt;/P&gt;&lt;P&gt;  DELETE FROM BUT000 WHERE PARTNER  IN S_PARNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you should have authorization to debug inproduction &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;) which will never be the case, else you need to write a program to do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a chance to debug then from SE16 debug method you can delete any selected record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Manohar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 13:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311794#M162133</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-05-22T13:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: delete the record from the database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311795#M162134</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 u hav any &amp;lt;b&amp;gt;where&amp;lt;/b&amp;gt; condition to find out the error record then u can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete from dtab &amp;lt;b&amp;gt;where&amp;lt;/b&amp;gt; condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can also chk out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deleting from a Databse Table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variants: &lt;/P&gt;&lt;P&gt;1. DELETE FROM  dbtab. or &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;DELETE FROM (dbtabname). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. DELETE  dbtab      FROM wa. or &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;DELETE (dbtabname) FROM wa. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. DELETE  dbtab      FROM TABLE itab. or &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;DELETE (dbtabname) FROM TABLE itab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. DELETE  dbtab. or &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;DELETE *dbtab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. DELETE  dbtab VERSION vers. or &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;DELETE *dbtab VERSION vers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Deletes a set of lines in a database table (see relational database). You can specify the name of the database table either directly in the program in the form DELETE FROM dbtab ... or at runtime as the contents of the variable dbtabname in the form DELETE FROM (dbtabname) .... In both cases, the database table must be known to the ABAP Dictionary. By default, the system deletes only data from the current client. You can only use a view to delete data, if the view refers to a single table and was created in the ABAP Dictionary with the maintenance status "no restriction". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE is part of the OPEN SQL command set. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some cases, the syntax rules that apply to Unicode programs are different than those for non-Unicode programs.See Open SQL and Unicode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes &lt;/P&gt;&lt;P&gt;Authorization checks are not supported by the DELETE statement and must be carried out at program level. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you delete lines using the DELETE command, the process is only complete after a database commit (see LUW). Before the commit, any database change can be reset using a database rollback (see Programming Transactions). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In dialog systems, synchronizing parallel user access to a single dataset cannot be handled by the locking mechanism of the database system alone. In many cases, you therefore have to use the SAP locking mechanism. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variant 1 &lt;/P&gt;&lt;P&gt;DELETE FROM  dbtab. or &lt;/P&gt;&lt;P&gt;DELETE FROM (dbtabname).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extras: &lt;/P&gt;&lt;P&gt;1. ... WHERE condition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ... CLIENT SPECIFIED &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. ... CONNECTION con &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Deletes lines in a database table. If you do not specify a WHERE clause, the system deletes all lines (in the current client). If you specify a WHERE clause, the system deletes all lines that fulfill the WHERE condition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the statement is executed, the system field SY-DBCNT contains the number of lines that were deleted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Return Code is set as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBRC = 0: &lt;/P&gt;&lt;P&gt;At least one line was deleted. &lt;/P&gt;&lt;P&gt;SY-SUBRC = 4: &lt;/P&gt;&lt;P&gt;No line was deleted since no lines were selected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;Delete all flight bookings (in the current client): &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE FROM SBOOK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 1 &lt;/P&gt;&lt;P&gt;... WHERE condition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;The system deletes only those lines that fullfill the&lt;/P&gt;&lt;P&gt;condition specified in the WHERE Clause. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;Delete all bookings of Lufthansa flight 0400 on 02/28/2001 (in the current client): &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE FROM SBOOK WHERE CARRID = 'LH'       AND &lt;/P&gt;&lt;P&gt;                        CONNID = '0400'     AND &lt;/P&gt;&lt;P&gt;                        FLDATE = '20010228'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 2 &lt;/P&gt;&lt;P&gt;... CLIENT SPECIFIED &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Switches off automatic client handling. This allows you&lt;/P&gt;&lt;P&gt;to delete data across all clients in case of client-specific tables. The client field is then handled like a normal table field for which you can specify appropriate conditions in the WHERE clause. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The addition CLIENT SPECIFIED must be specified directly after the name of the database table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 3 &lt;/P&gt;&lt;P&gt;... CONNECTION con &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;The Open SQL command is not executed on the&lt;/P&gt;&lt;P&gt;standard database but on the Secondary Database Connection specified using con. con is the name of the database connection as it was specified in the table DBCON in the column CON_NAME. The database connection con can als be specified dynamically in the form (source_text) - the field source_text contains the name of the database connection and must be type C or STRING. &lt;/P&gt;&lt;P&gt;The CONNECTION con addition must be specified directly after the name of the database table or after the CLIENT SPECIFIED addition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variant 2 &lt;/P&gt;&lt;P&gt;DELETE  dbtab      FROM wa. or &lt;/P&gt;&lt;P&gt;DELETE (dbtabname) FROM wa.&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;Extras: &lt;/P&gt;&lt;P&gt;1. ... CLIENT SPECIFIED &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ... CONNECTION con &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;These are SAP-specific short forms to delete a single line from a database table. The primary key for the line to be deleted is taken from the explicitly specified work area wa. The key values are read from left to right according to the structure of the primary key of the database table. The structure of wa is not considered. This is why the work area wa must be at least as wide (DATA) as the primary key of the database table dbtab, and the alignment of the work area wa must correspond to that of the database table. Otherwise, a runtime error occurs. &lt;/P&gt;&lt;P&gt;If the database table dbtab or the work area wa contain strings, wa must be compatible with the line structure of dbtab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the statement is executed, the sytem field SY-DBCNT contains the number of lines that were deleted (0 or 1). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Return Code is set as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBRC = 0: &lt;/P&gt;&lt;P&gt;The line was deleted. &lt;/P&gt;&lt;P&gt;SY-SUBRC = 4: &lt;/P&gt;&lt;P&gt;No line could be deleted since there was no line with the primary key specified. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;Delete the booking with the booking number 3 of Lufthansa flight 0400 on 02/28/2001 (in the current client): &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA wa TYPE sbook. &lt;/P&gt;&lt;P&gt;wa-carrid = 'LH'. &lt;/P&gt;&lt;P&gt;wa-connid = '0400'. &lt;/P&gt;&lt;P&gt;wa-fldate = '20010228'. &lt;/P&gt;&lt;P&gt;wa-bookid = '00000003'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE sbook FROM wa. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 1 &lt;/P&gt;&lt;P&gt;... CLIENT SPECIFIED &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;As in variant 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 2 &lt;/P&gt;&lt;P&gt;... CONNECTION con &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;As in variant 1.&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;Variant 3 &lt;/P&gt;&lt;P&gt;DELETE  dbtab      FROM TABLE itab. &lt;/P&gt;&lt;P&gt;DELETE (dbtabname) FROM TABLE itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extras: &lt;/P&gt;&lt;P&gt;1. ... CLIENT SPECIFIED &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ... CONNECTION con &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Deletes sets: All lines of the database table for which the internal table itab contains values for the fields of the primary key are deleted. The lines of the internal table itab must fulfill the same conditions as the work area wa in variant 2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system field SY-DBCNT contains the number of lines that were deleted, that is, the number of lines in the internal table itab for whose key values lines existed in the database table dbtab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Return Code is set as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBRC = 0: &lt;/P&gt;&lt;P&gt;All lines in itab could be used for deleting lines in dbtab. &lt;/P&gt;&lt;P&gt;SY-SUBRC = 4: &lt;/P&gt;&lt;P&gt;For at least one line of the internal table, the database table did not contain a line with the same primary key. All lines found were deleted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;If the internal table itab is empty, SY-SUBRC and SY-DBCNT are set to 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 1 &lt;/P&gt;&lt;P&gt;... CLIENT SPECIFIED &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;As in variant 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 2 &lt;/P&gt;&lt;P&gt;... CONNECTION con &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;As in variant 1.&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;Variant 4 &lt;/P&gt;&lt;P&gt;DELETE  dbtab. or &lt;/P&gt;&lt;P&gt;DELETE *dbtab.&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;Addition: &lt;/P&gt;&lt;P&gt;... CLIENT SPECIFIED &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax check performed in an ABAP Objects context is stricter than in other ABAP areas.See Cannot Use Short Forms and Cannot Use * Work Areas. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;This variant is obsolete. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;These are the SAP-specific short forms of variant 2. They work like variant 2 but the work area is not specified explicitly. Instead, the table work area dbtab or *dbtab is implicitly used which is declared with a TABLES statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE  dbtab. or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE *dbtab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is also equivalent to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE dbtab FROM  dbtab. or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE dbtab FROM *dbtab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the statement is executed, the system field SY-DBCNT contains the number of lines that were deleted (0 or 1). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Return Code is set as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBRC = 0: &lt;/P&gt;&lt;P&gt;The line was deleted. &lt;/P&gt;&lt;P&gt;SY-SUBRC = 4: &lt;/P&gt;&lt;P&gt;No line could be deleted since no line with the primary key specified existed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;Delete the booking with the booking number 3 of Lufthansa flight 0400 on 02/28/2001 (in the current client): &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES sbook. &lt;/P&gt;&lt;P&gt;sbook-carrid = 'LH'. &lt;/P&gt;&lt;P&gt;sbook-connid = '0400'. &lt;/P&gt;&lt;P&gt;sbook-fldate = '20010228'. &lt;/P&gt;&lt;P&gt;sbook-bookid = '00000003'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE sbook. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;If you do not explicitly specify a work area, the values for the line to be deleted are taken from the table work area dbtab even if the statement occurs in a subroutine (FORM) or function module (FUNCTION), in which the table work area is obscured by an identically named formal parameter or local variable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition &lt;/P&gt;&lt;P&gt;... CLIENT SPECIFIED &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;As in variant 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variant 5 &lt;/P&gt;&lt;P&gt;DELETE  dbtab VERSION vers. &lt;/P&gt;&lt;P&gt;DELETE *dbtab VERSION vers.&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;This variant is not allowed in an ABAP Objects context.See Cannot use the VERSION Addition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;This variant has become obsolete since the variants 1 - 3 allow you to specify the database table name dynamically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Deletes a line in a database table whose name is taken from the field vers at runtime. The database table must be known to the ABAP Dictionary, and its name must comply with the following naming convention: The name must begin with a 'T' and may contain at most five characters, including the leading 'T'. The field vers must contain the table name without the leading 'T'. The system deletes only lines in the current client. The line to be deleted is taken from the statically specified table work area dbtab or *dbtab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Return Code is set as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBRC = 0: &lt;/P&gt;&lt;P&gt;The line was deleted. &lt;/P&gt;&lt;P&gt;SY-SUBRC = 4: &lt;/P&gt;&lt;P&gt;No line could be deleted since no line with the primary key specified existed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional help &lt;/P&gt;&lt;P&gt;Deleting Table Lines&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;plz reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 13:03:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311795#M162134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T13:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: delete the record from the database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311796#M162135</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 transaction SE38 - program BUPDELE1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 13:13:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311796#M162135</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-05-22T13:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: delete the record from the database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311797#M162136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BUPDELE1 is a good option in most cases but it should not be used if you are using some enhancement like BUPT packages for your Business partner.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 13:16:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311797#M162136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T13:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: delete the record from the database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311798#M162137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Manohar,&lt;/P&gt;&lt;P&gt;as u said it is not advisable to do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but is there anyway to handle this only one error record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i mean to say is how to delete this record i.e. business partner number 2 from the  production environment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;i am unable to edit this program in se38 v r using the package BUPT&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks alot for u r time &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 13:19:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311798#M162137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T13:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: delete the record from the database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311799#M162138</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;You have to copy the program BUPDELE1 into ZBUPDELE1 and here delete the abap row with comand EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So use this copy to delete the records, this report have a selection-screen where you can indicate the partner to be deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can delete all abap rows where the report deletes the table different from BUPT00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 13:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311799#M162138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T13:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: delete the record from the database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311800#M162139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i found all the tables where this value is entered is there any other way to delete this record from those tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your help will be appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 14:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311800#M162139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T14:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: delete the record from the database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311801#M162140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have authorization to debug in production then you can delete the records from the tables,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE16 -&amp;gt; BUT000&lt;/P&gt;&lt;P&gt;Give the BP you want to delete then F8.&lt;/P&gt;&lt;P&gt;select the record then press F7&lt;/P&gt;&lt;P&gt;Give /H for debugging and press enter&lt;/P&gt;&lt;P&gt;Change 'Code' variable to 'DELE' then press F8&lt;/P&gt;&lt;P&gt;Click Delete entry button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Repeat the same for all tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Manohar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 14:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311801#M162140</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-05-22T14:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: delete the record from the database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311802#M162141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manohar,&lt;/P&gt;&lt;P&gt;in debugger i have the code to  if code ='dele'...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am trying to debug at that  point control is not going to this dele line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i need to change here can u let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and after changing some code how to replace it once again do i need to fallow the same line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks alot for u r advise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 14:50:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311802#M162141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T14:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: delete the record from the database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311803#M162142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the note 865271, its a report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the report in test mode first, and them run it in update mode, it will remove all inconsistencies in the BUT000, BUTXXX and ADRC tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sanju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 15:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311803#M162142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T15:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: delete the record from the database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311804#M162143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After you change the code to 'DELE' then press F8,&lt;/P&gt;&lt;P&gt;here in this screen you could see an button to delete the entry. &lt;/P&gt;&lt;P&gt;Click this button to delete the record.&lt;/P&gt;&lt;P&gt;You need to repeat the same for all tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 15:13:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311804#M162143</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-05-22T15:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: delete the record from the database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311805#M162144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanju,&lt;/P&gt;&lt;P&gt;it is not anything related  to errors occured in the record&lt;/P&gt;&lt;P&gt;but i entered an extra record into the production environment which is not existing in the legessy system by mistake&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i need to delete that record that it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyhow thank alot for u r guidance n note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 15:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-the-record-from-the-database/m-p/1311805#M162144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T15:19:01Z</dc:date>
    </item>
  </channel>
</rss>

