Application Development 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: 

A way to delete a program from the production server

Former Member
0 Kudos

Hi All,

Could any body help me out how to delete a program from a production server... when it is been mistakenly sent to production from the test server ??

Thank You,

Suresh

1 ACCEPTED SOLUTION

suresh_datti
Active Contributor
0 Kudos

Hi,

1.You can delete the program via another Change Request or

2. Ask your BASIS to open the prod system & delete it directly.

I would prefer option 1.

Regards,

Suresh Datti

6 REPLIES 6

former_member186741
Active Contributor
0 Kudos

why not delete it in the test environmwent and then progress the transport through to production.

suresh_datti
Active Contributor
0 Kudos

Hi,

1.You can delete the program via another Change Request or

2. Ask your BASIS to open the prod system & delete it directly.

I would prefer option 1.

Regards,

Suresh Datti

0 Kudos

1 option is always recommended .

Otherwise in t-code SCC4 you can modify the system if you have proper authorization. you can also access this transaction using SALE . ( Watch point :don’t try to change any thing ) I just told you as an information .

Thanks

Former Member
0 Kudos

As the others have suggested, you should delete it in DEV and transport to PRD; then in DEV you can use version management to retrieve the version that was mistakenly promoted, modify it and transport when ready.

Rob

0 Kudos

Hey Rob, surely you can't use version management on a report that has been deleted. How can you do that?

0 Kudos

Neil - try this:

Create a program in your development system and assign a development class. Save and activate it. This will raise a transport. Release the transport (but since this is just a test, don't transport it anywhere).

Delete the program. This will raise another transport. Release it as well.

Create another program with the same name as the one that was deleted. This creates another transport. Go to version management, select the bottom entry and press the retrieve button. It'll tell you that it's going to overlay the program you just created. Say ok and you should have the program that you deleted.

Rob