Application Development 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: 

What is the purpose of transaction code SCC1

Former Member
0 Kudos

hello all;

My work landscape is Dev and QA in one box and prd on different box . I want to do client copy or client transport in between two clients let say client # 100 have 5 objects transport to client # 500. I know the command SCC1, please guide me how can I transport object from client 100 to client 500 thats in Dev+QA box one instant.

1 REPLY 1

Former Member
0 Kudos

I think even if you have both DEV and QAS on one system, you still need a transport layer defined between the two instances(even though they are on the same box). To transport from DEV to QAS you may still need to release the transport in DEV and import it QAS. But if both 100 and 500 clients are on the same DEV system, then you need to log into the client 500, run transaction SCC1 and then give 100 as the source client. In this case, you don't have to release the transport.

Hope this helps,

Srinivas