delete records

Question: Hi All,
May I know where can delete z-table records via SE11? If I create test data in z-table in development server and would like to delete it fast instead of create abap program to delete.
Thanks

Answer:
You can delete all the records from the Z-table by opening it in SE16. You can also use SM30 to maintain the Z-Table if the table maintenance generation is activated for the table.

Answer:
Fasted way is asking your Basis chap to run a SQL statement against the database:

SQL> truncate table <NAME>;
SQL> commit;

assuming you're at Oracle

Answer:
SE14, db utility allows you to delete the contents of a table. Use with care.

m@t
_________________
TULY The quality of answers is roughly proportional to the quality of the question.

The downside of being better than everyone else is that people tend to assume you're pretentious.
Copyright ?2007 - 2008 www.jt77.com