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

retriving a a deleted abap program

Former Member
0 Likes
3,315

A Custom ABAP program was accidentally deleted a few weeks ago and the transport made it to production and all systems. Are there any options to get a copy of the program back from somewhere? anywhere?

Message was edited by: Scott Hoelscher

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,174

If you have an external Transport Tracking system, you can apply the previous transport (with the help of BASIS). Otherwise as replied, log into the backup and find the transport number. I think an UNIX expert will be able to retrieve it without a problem.

7 REPLIES 7
Read only

Former Member
0 Likes
1,174

Hi Scott,

I think the easiest way would be to restore it from a backup. Another option might be, to get it back from the version management. I am not sure if it is still available there.

regards

Siggi

Read only

Former Member
0 Likes
1,175

If you have an external Transport Tracking system, you can apply the previous transport (with the help of BASIS). Otherwise as replied, log into the backup and find the transport number. I think an UNIX expert will be able to retrieve it without a problem.

Read only

0 Likes
1,174

I have heard that you can do the following, not sure if it works or not.

Go SE38, create the program with the exact name that it had before. Now go to version management and return to the last version. I don't know if this works or not, but give it a try.

Regards,

Rich Heilman

Read only

0 Likes
1,174

Rich,

This works. I just tried it. I didn't know that this was possible. I thought deleting original will delete all the versions as well.

Thanks for sharing this tip.

Srinivas

Read only

0 Likes
1,174

Cool...I thought that I had read somewhere that it did actually work. Thanks for testing it out.

Regards,

Rich Heilman

Read only

0 Likes
1,174

Thanks Rich, Earlier today we tried exactly that and it worked. We're now back in business. I came back to submit the solution but you already did that.

SDN ROCKS!

Cheers,

Scott

Read only

Former Member
1,174
  • Create a program with the same name as earlier (which is deleted)
  • Click on "Utilities" --> "Versions" --> "Version Management"
  • Select the version of your earlier program and click on display.
  • Your earlier program is displayed here.

This is only possible if you have generated a version and saved the program in a package other than $TMP.