‎2007 May 03 2:28 PM
‎2007 May 03 2:29 PM
Hi.
Goto se11 give table name and delete.
but befor3e this got0 se38 and give table name and delete it.
Hope this helps.
‎2007 May 03 2:31 PM
Hi
Before deleting the table you have to find the dependencies of the tables
means where used list of the table
If that is used in many programs, you can't simply delete it.
So first check that
and delete it from SE11 Tcode
You can deelte the Program from SE38
but still the entries exist in TADIR table also.
So have to delete the same from there by writing a small code.
Reward points if useful
Regards
Anji
‎2007 May 03 2:31 PM
Hi Ravindra,
tables table deleted by ussing command :
delete <table name>
report can be delete directly from se38.
Reward points if helpful.
Regards,
Hemant