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

Reversing transport request (Changes)

Former Member
0 Likes
3,195

I have made changes to a program and transported to quality. Test has failed. How can i reverse all the changes in one go. Is there way to reverse the TR.

Thanks

4 REPLIES 4
Read only

Former Member
0 Likes
2,001

In ABAP editor,

Utilities > Versions > Versions Management

There u can see all the old versions of your program.

Retieve the older one.

Reward if helpful.

Read only

Former Member
0 Likes
2,001

Hi,

Go to program in SE38 and click on Utilities and click on Versions and Version Management and check the previous version and click on Retrieve and save it in another TR and transport it to Quality.

Regards

Kannaiah

Read only

Former Member
0 Likes
2,001

Hi

SE 38 ->open the program

Utilities -> Versions -> Versions Management

There u can see all the old versions of your program.

Retieve the previous one.

save and activate it

goto se10

release the request and transport it.

thanks

sitaram

Read only

former_member435013
Active Participant
0 Likes
2,001

Hi,

until yet reverse transports are not provided by SAP.

Sometime it is much manual work getting back to previous state.

You have to retrieve old version for each software component in the development system. For SAP Script there is no versioning at all!

Sometimes I prepare a reverse transport to face problems going live.

Additionally we built up a transport way from SAP live system to our development system. So we can bring systems in front of the live system closer to it. This is a good deal especially for the development system, which normally will not be renewed.

regards

Walter Habich