Retrieve Deleted Programs in SAP
Posted by Admin, under ABAP, DDIC, Quick ReferenceSAP has a limited provision for retrieving deleted programs. Let us have a look into the steps for the retrieval.
OPTION 1:
1. Check in table VRSD if there is an entry with OBJTYPE = ‘REPS’ and OBJNAME = name of the deleted program.

Retrieve Deleted Programs
2. If yes, then create a new program in SE80 / SE38 with the exact same name as the deleted one.
3. Click on Utilities – > Version – > Version Management.
4. Click on the earlier version of your program and click display.
Your earlier program will get displayed, just copy – paste to the existing program.
OPTION 2:
You can check with TRDIR table. If your program is there then basis guys can get that, if not then no chance to get it.
You might also be interested in these posts:

Post a Comment