Application Development 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: 

Revert back the code

Former Member
0 Kudos

Hi,

In my pgm i used insert <XXX>(xxxx-pgm name) from itab but already some code was present in the pgm.After using the insert stmt the previous code got deleted and new code is inserted.How to revert back the old code

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can retrieve the previous version using Version Management.

Utilities->Versions->Version Management.

Choose the previous version and do retrieve.

2 REPLIES 2

Former Member
0 Kudos

You can retrieve the previous version using Version Management.

Utilities->Versions->Version Management.

Choose the previous version and do retrieve.

Former Member
0 Kudos

Go to Version management and retrieve the older version. Make sure you do comparison between versions and make sure you retrieve the correct version.

-Aman