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

How to restore the program?

Former Member
0 Likes
1,400

Hello ABAPers,

I have got a doubt while i am working with the system like power was suddenly interrepted there what ever program tht i wrote was totally gone until wht i have not saved.

If i want to restore the same program wht i have not saved how can i achieve it.

Thks

3 REPLIES 3
Read only

valter_oliveira
Active Contributor
0 Likes
813

Hello.

In SE38, go to Versions and see if there is a temporary version stored. If not, I'm afraid you have lost your changes.

Best regards.

Valter Oliveira.

Read only

0 Likes
813

Hi

Thank u so much for ur reply. It really worked well for my case.

Thanks a lot.

Regards

Christina

Read only

vinod_vemuru2
Active Contributor
0 Likes
813

Hi Venkateswar,

Unfortunately we can't retrieve the unsaved code. Let me tell u how exactly it works.

When ever we save the code a temporary version will be saved in application server. When ever we activate this temporary version will be written to data base and deleted from application server. So if u have saved ur program then even if power gone then it will retrieve the temporary version from application server. In ur case it is not possible as per my knowledge.

Also make a habbit of saving the code for every 2 min so that ur changes will not lost due to power/connection lost.

Thanks,

Vinod.