delete abap 'Z' objects permanently

Question:
I am creating few 'Z' programs and 'Z' tables for a particular task. Once the task is over, I want to delete all my developments permanently in Dev, quality and Production servers.
I could thing of
1. Deleting from TRDIR (directly from respective tables)
2. Running BDC for deleting from SE38/SE11
Any help on this ?
Ashi
Answer:
Ashi,
I'm not altogether sure that is a good idea.
If you've run something against production that has altered data then I would suggest that you keep the code and related Z tables around.
Unless these Z tables are enormous I guess there's no problem in keeping them.
I have seen an incident something like this before and it was not until a few months after the work was performed (Year 2000) that a problem was noticed. Fortunately the code and Z tables were still around so the exact cause could be identified and rectified. I'm not sure that this could have been achieved had we removed them.
Thought I would mention this.
Dr Sidewalk
_________________
"In the middle of difficulty lies opportunity" - Albert Einstein
"Money isn't everything in life, unless you don't have it". David King
"Fail to plan, plan to fail"
"Success is a journey, not a destination."

More Articles:

Not taking me to the form?
how to create set and get parameters in sap memory?
Validation on Currency value?
LSMW object 130 - Classification: Batch Input?
Dynamic internal table creation & columns repetetions in?
User Exit Nightmare?