‎2007 Jan 30 6:34 AM
Hi all,
I got a request to modify one of the custom program. But accidentally, I deleted the actual program when tried deleting some program. Is there any procedure to get back the original program (I dont have the access to QA system to copy the program from there).
Thanks in advance.
‎2007 Jan 30 6:35 AM
You have a solution for this.
check http://www.saptechnical.com/Tips/ABAP/RetrieveDeletedPrg.htm
Hope this helps you.
‎2007 Jan 30 6:39 AM
hi u can retrieve a deleted program if u have a previous version for the same program
just check in version management if u have the same program in previous version else u need to contact the basis team, thats the only option left
chek this link for more info
https://forums.sdn.sap.com/click.jspa?searchID=568776&messageID=1704232
‎2007 Jan 30 6:44 AM
‎2007 Jan 30 6:44 AM
If you had saved a version of your program , then
1.goto SE38
2. Give the same program name
3. in menu utilities>version>return to active version
4. then u can activate it
‎2007 Jan 30 6:47 AM
Hi,
Check whether there is any previos version of that program, just fo to Se38, and give that name and in the utilities --> versions, if the previos version is there then that would be better, or else see the table TADIR with the Program name, you may get some idea to get that one.
if these are not passed then contact the basis people, they will have the backup of tha system, so they will get the program back
Regards
Sudheer
‎2007 Jan 30 6:48 AM
Hi Raja,
1. Create a program with the same name as earlier (which is deleted)
2. Click on "Utilities" --> "Versions" --> "Version Management"
3. Select the version of your earlier program and click on display.
4. Your earlier program is displayed here.
‎2007 Jan 30 10:48 AM