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

Retrieving the deleted program

Former Member
0 Likes
712

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.

7 REPLIES 7
Read only

Former Member
0 Likes
671

You have a solution for this.

check http://www.saptechnical.com/Tips/ABAP/RetrieveDeletedPrg.htm

Hope this helps you.

Read only

Former Member
0 Likes
671

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

Read only

Former Member
0 Likes
671

check this link it has solved my problem earlier.....

regds,

kiran

Read only

Former Member
0 Likes
671

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

Read only

Former Member
0 Likes
671

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

Read only

Former Member
0 Likes
671

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.

Read only

Former Member
0 Likes
671

Thanks to everyone