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

Issue while transporting objects

former_member321825
Active Participant
0 Likes
1,307

Hi All,

Need help on below queries

1. Say I have transport request1 which is released in quality containing SAP standard Program and If transport request 2 overwrites standard program in Quality then if I create a new request and include request1(old rerquest) whether the program will contain new changes or old changes. How can I get old changes when status of both  request are in Released .


2. If request1 contains many SAP standard objects which was overwritten by request2, How can I revert back changes of single object(standard program)

6 REPLIES 6
Read only

arivazhagan_sivasamy
Active Contributor
0 Likes
1,248

Hi Rachel,

In development, check the version management, it will be like below.

1 . Request2

2 . Request1.

Using retrieve option, you can overwrite the request2.

Arivazhagan S

Read only

Former Member
0 Likes
1,248

Hi,

You can retrieve your Old TR by going to Version management and click on Retrieve option.

Read only

Former Member
0 Likes
1,248

Hi Rachel,

In the quality system go to Utilities-->Versions-->Version management.

Go to REMOTE COMPARISON tab.

Provide the system with your development and compare.

If there is difference check which version you need ,release the TR and get it done.

If you want to retrive a back verison check in the list the change will be with TR no.

Select it and retrieve.

Thanks

Kishan Shah

Read only

Former Member
0 Likes
1,248

This is how you can retrieve the older version .

As shown in the snapshot, you will get version number. Compare it with current code and revert whichever version you want using Retrieve button.

Regards,

Saddam

Read only

former_member321825
Active Participant
0 Likes
1,248

Thanks for your reply . Could you also suggest what needs to be done for below scenario

2. If request1 contains many SAP standard objects which was overwritten by request2, How can I revert back changes of single object(standard program)

Read only

0 Likes
1,248

1) To resolve this you have tore-import transport request1 (make sure this again wont import other programs of transport request2). If you recreate new transport then it always takes latest changes available. To create old version look alike then you need to retrieve old version code and create a transport.


2). only way is to retrieve the old code of single object and recreate new transport.