Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Program to remove all Z customizations

Former Member
0 Likes
1,047

Hello all,

We have an IDES system setup as a sandbox. The idea is not to be able to remove the work of users every so often (so it won't get overloaded with junk). Is there a program out there that can remove all "Z" tables, ABAP programs from SAP? I know that the creation of Z programs and tables can be assigned to a transport request. Is there some kind of tool or quick program that will be able to remove ALL Z programs and tables that are assigned to a transport request - or - something that can remove all Z items (and perhaps module customizations) altogether?

Regards.

5 REPLIES 5
Read only

former_member209818
Active Contributor
0 Likes
920

Hi

Never heard of such program.. and personally I think there will not be such one..

IN your case there can be situation where someone created a local object and then it will not be tagged under a TR. Then it will be difficult to manage the object listed inside the TR.

Instead, I think you can play around with the help of a BASIS person, who will restore the system using some BAck-up. This will override the all the custom Objects.. but it will override the data and Customizations as well.. But I think, BASIS can do a selective table refresh as well.. check with Administrator.. he should help you to a certain extend

Read only

ThomasZloch
Active Contributor
0 Likes
920

Why not keep a backup of the entire box containing the initial state that you can use for a refresh as needed? Indeed, more a topic for system administrators than ABAP developers.


Thomas

Read only

madhu_vadlamani
Active Contributor
0 Likes
920

Hi,

Can you tell why created and deleted.

Regards,

Madhu.

Read only

Former Member
0 Likes
920

Hi,

look at the Table TADIR. The you can Find all SAP objects. Loók the for Tabl or Tabu,

Delete all Table with Z*.

regards

chris

Read only

brhnkara
Discoverer
0 Likes
920

Hello everyone,

How can I see all programs created with Z in SAP?
My main question is actually...
Where can I find all the code we wrote?