‎2008 Apr 28 9:43 AM
‎2008 Apr 28 9:45 AM
‎2008 Apr 28 9:45 AM
‎2008 Apr 28 9:47 AM
hi,
just to this way .. in a simple program..
select * from <dbtable> into table itab.
delete <dbtable> from table itab .
‎2008 Apr 28 9:51 AM
‎2008 Apr 28 9:53 AM
hi,
go to SE11 and give the data base ztable name and press delete button(Shift + F2) to delete the ztable. The standard tables cannot be deleted ..
Regards,
santosh
‎2008 Apr 28 10:15 AM
HI,
in that case ... just write a simple program and call the below statement in that ...i.e,
* Note the below statement just deletes entire the data from the data base table ...
delete <dbtable>. Regards,
Santosh
‎2008 Apr 28 10:09 AM
Hi Kumar I would like to delete the content of this db table .
How is it with abap possible ? I need a delete command without where condition
Regards
ertas
‎2008 Apr 28 10:11 AM
Just call
Delete <Tablename> .
where <Tablename> will be your database table name
‎2008 Apr 28 10:13 AM
‎2008 Apr 28 10:29 AM
Hi,
If you want to delete the data directly from the db table.
Just go in transaction SE14, write the table name press edit
click on radio button 'delete data' and thn click on 'activate and adjust database'.
Hope this helps,
Regds,
Seema