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

Transporting objects

Former Member
0 Likes
692

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
Read only

Former Member
0 Likes
659

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.

Read only

0 Likes
659

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

Read only

0 Likes
659

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

Read only

0 Likes
659

check for FM's - STMS* in SE37

Regards,

Subramanian V.

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

Read only

Former Member
0 Likes
659

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