November 29th, 2011

SAP Tips: Retrieve Deleted Programs in SAP

ABAP Program, by Jack.

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 ProgramsRetrieve 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.

via ABAP Tutorials

Back Top

Responses to “SAP Tips: Retrieve Deleted Programs in SAP”

  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Your email address will not be published. Required fields are marked *

*