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

Copying objects from one client to another

Former Member
0 Likes
2,863

I need to copy many objects from the DEV client to the QA client. A typical program contains many elements - Screens, Status, Title, Transaction and so on. Currently the way I copy is by manually creating the individual elements in the new client. Is there a better way to do this, like copying over all elements in one go from one client to the other?

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
2,174

You have to do it with transport requests. In the request pick up R3TR PROG name_of_the program ==> this will take the program with all screens, titlebars, GUI statueses. However you have to add the following objects to the request manually: include programs, transaction codes, any Z... dictionary objects.

I need to copy many objects from the DEV client to the QA client. A typical program contains many elements - Screens, Status, Title, Transaction and so on. Currently the way I copy is by manually creating the individual elements in the new client. Is there a better way to do this, like copying over all elements in one go from one client to the other?

11 REPLIES 11
Read only

JozsefSzikszai
Active Contributor
0 Likes
2,175

You have to do it with transport requests. In the request pick up R3TR PROG name_of_the program ==> this will take the program with all screens, titlebars, GUI statueses. However you have to add the following objects to the request manually: include programs, transaction codes, any Z... dictionary objects.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,174

- Call transaction SE10 and create a "Transport of Copies" request, give the QA system as the target,

- Include the report(s) in it (put the whole object will all sub-object by inserting the R3TR PROG object) (or, via SE10, insert objects from your every nitial DEV transport requests)

- Transport the request to the desired target

Regards

Read only

Former Member
0 Likes
2,174

Hi,

You can copy all the Program elements in a Single CTS and transport the same to QA.

If some of the Program elements are already saved into a different CTS/Transport Request, then you can choose the option of Change Object directory and move all of them into a single CTS.

Use SE80 to view all program elements in a One go.....

Read only

Former Member
0 Likes
2,174

Repository objects like Programs, function Modules etc are same across all the clients.If you create that in one client of a server, you can see the same code in another client of the same server.

If the servers are different, you need to make transport request for the objects and transport them to target server.

Read only

Former Member
0 Likes
2,174

R3TR PROG is for the program. What is it for the tcode?

Read only

0 Likes
2,174

R3TR TRAN ...

Read only

0 Likes
2,174

Ok I went ahead and released it in DEV. How do I see it in QA?

Read only

0 Likes
2,174

you have to import the request into the QA system (like any other transport request)

Read only

Former Member
0 Likes
2,174

could you show me how to import object

Read only

0 Likes
2,174

start transaction STMS, but if you have no idea how to use it, than ask someone from Basis Team

Read only

0 Likes
2,174

Look also at [Change and Transport System - Overview (BC-CST)|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCTS/BCCTS.pdf]

Regards