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

Revert back the code

Former Member
0 Likes
716

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
Read only

Former Member
0 Likes
663

You can retrieve the previous version using Version Management.

Utilities->Versions->Version Management.

Choose the previous version and do retrieve.

2 REPLIES 2
Read only

Former Member
0 Likes
664

You can retrieve the previous version using Version Management.

Utilities->Versions->Version Management.

Choose the previous version and do retrieve.

Read only

Former Member
0 Likes
663

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