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

ABAP Transport Request

Former Member
0 Likes
441

I have a old abap transport request for a program which was transported to qa and production to restore the old version in the production server.

when new changes were made to the program , along with the changes the latest version has gone to production , how can i solve this problem

I have a old abap transport request for a program which was transported to qa and production to restore the old version in the production server.

when new changes were made to the program , along with the changes the latest version has gone to production , how can i solve this problem

2 REPLIES 2
Read only

Former Member
0 Likes
409

Hello,

You need to create a new Transport, retrieve the old version of your program and send that Transport to Production.

Once the Transport is released from your system, then you can again change the program in a new TR and make the new changes.

Hope this helps,

Regards,

Himanshu

Read only

Former Member
0 Likes
409

1.goto that program in development>utilities>versions->version management->there u see the last transports you created for this change tick the checkbox and click retrieve then it will put back all the changes and you create a new transport and release it..

simple eh?