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

Problem with data transport to another environment. Please help!

Former Member
0 Likes
776

Hi Experts,

I am facing problems while migrating ABAP transport request to another environment like QA.

In regard to this I have some questions. I would be really greatfull to you if uou can answer them.

Q1: I have migrated the ABAP objects from DEV to QA environment. Now I found that there is some problem. So is it possible to rollback the transport already migrated in QA?

Q2: What happens if same objects are again migrated? Will they get overwritten in target system? Or will they be first deleted and then recreated?

Q3: How exactly transports work in target system?

Please help!

Thanks

Gopal

Hi Experts,

I am facing problems while migrating ABAP transport request to another environment like QA.

In regard to this I have some questions. I would be really greatfull to you if uou can answer them.

Q1: I have migrated the ABAP objects from DEV to QA environment. Now I found that there is some problem. So is it possible to rollback the transport already migrated in QA?

Q2: What happens if same objects are again migrated? Will they get overwritten in target system? Or will they be first deleted and then recreated?

Q3: How exactly transports work in target system?

Please help!

Thanks

Gopal

5 REPLIES 5
Read only

sachin_mathapati
Contributor
0 Likes
718

Ans1 .

Please follow these steps.

a. Go to se01.Enter the transport number.

b. Open the object under the Tr , Click on utilities>Versions>version management

c. Click on the previous version and retrieve .

d. A new Tr will be created, now move this TR to quality system.

Ans2. If same objects are migrated again,the tr changes are overwritten in the target system.

Regards,

Sachin M M

Read only

0 Likes
718

Q3: I have already migrated object01 to target system. Now I want to delete this object in DEV and transport it back to target system. How exactly transports work in target system in this case? Similary if I want to migrate a modified version of same object which is already their in target system then how transport works? will it delete the older version in teh target system and recreate it?

Read only

0 Likes
718

Hi Gopal,

Changes that you do in developement system are recorded in the same sequence. For example if you delete the program in developement then while deleting system will prompt for transport request. If you transport this request to QA then this object will be deleted from QA also. If you only modify the program in DEV and transport it to QA then it will be overwritten.

Regards,

Kalyan.

Read only

Former Member
0 Likes
718

Q1: I have migrated the ABAP objects from DEV to QA environment. Now I found that there is some problem. So is it possible to rollback the transport already migrated in QA?

A1: U cannot rollback a transported request. Instead U can

create another request without the changes(retrieve the old

version) and transport again.

Q2: What happens if same objects are again migrated? Will they get overwritten in target system? Or will they be first deleted and then recreated?

A2: They will be over written in the Target system.

Q3: How exactly transports work in target system?

A3: At any point of time U'll have only one transport request

per object in Target system.(Only in development U can find versions). So when a program is transported it overrides

the already existing version.

Read only

Former Member
0 Likes
718

Hi,

Please refer below :

1. You cannot roll back the transport from QAS back to DEV.

2. Yes, they will overwritten and latest transport will be active.

3. Transport request is like a container which contain all the objects, if some thing was wrong in the released transport request, you can create a new transport request for the same object and record all the necessary changes to the new TR ansd release it to target systems, this new TR will be the active and overwrites the earlier TR.

Thanks,

Sriram Ponna.