Retrieve Deleted Programs in SAP

SAP 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

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:

  1. ABAP Program to List Programs without T-Codes
  2. Assign/Create Authorization Group for a Table in SAP
  3. ABAP Program to search specific words(string) in SAP Programs
  4. ABAP Editor: Create custom Pattern
  5. Check Tables and Value Tables in SAP

No Responses to “Retrieve Deleted Programs in SAP”

Post a Comment