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: 

Transporting objects

Former Member
0 Kudos

Hello,

Is there a way to transport objects to a different client say a dev client to QA client not using STMS. I want to know if I can write any abap or call a function module for this.

Many thanks

ramesh

5 REPLIES 5

Former Member
0 Kudos

Transaction SCC1 will allow you to transport from one client to another. Logon to the destination client, run the transaction, enter the source client, the source transport number and check the Including Request Subtasks checkbox.

If you want to move across systems and there is no transport path defined, one of your Basis people should be able to do this manually for your.

0 Kudos

Charles,

I'm aware of scc1. Scc1 is within the landscape. But I was told there is another way by writting abap code you can do the transport.

Thanks for reply anyway.

ramesh

0 Kudos

... and fastest way is creating a copy of SCC1 or a BDC for transaction SCC1!

0 Kudos

check for FM's - STMS* in SE37

Regards,

Subramanian V.

P.S. - Development and QA are in the same server ???

Former Member
0 Kudos

Hi Ramesh,

Look at the function module TR_RELEASE_COMM. This should do what you want to achieve. Also check other function modules in this group.

Hope this helps,

Srinivas