Skip to Content
Author's profile photo Former Member

How to Retrieve an ABAP program or a FM

What if you accidentally delete a custom program/ function module:

Program:

Go to Tr: SE38

Type in your program name same as earlier name-> save and activate the empty program -> go back to the SE 38-> Go to Utilities -> Version management -> Check the recent version than your current one -> Retrieve.

Function Module: Tr: SE37

Type in your FM name same as your deleted one-> save it to the same function group as before without any code-> come back to the SE37-> Go to Utilities -> Recover your old version.

You could also do a remote comparison in your code between two systems. Between development and test system, or test system and production system.

This is strictly recommended for transportable objects only.

Next Blog: Theoretical approach to improve the performance of the APDs

Assigned Tags

      4 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Nice and useful.

      Author's profile photo Former Member
      Former Member
      Blog Post Author

      Thank you 🙂

      Author's profile photo Eugene Khusainov
      Eugene Khusainov

      Realy usefull. Thanks, Ram.

      Author's profile photo Former Member
      Former Member
      Blog Post Author

      Thank you Eugene.