‎2005 Feb 16 2:30 PM
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
‎2005 Feb 16 2:45 PM
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.
‎2005 Feb 16 3:25 PM
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
‎2005 Feb 16 3:58 PM
... and fastest way is creating a copy of SCC1 or a BDC for transaction SCC1!
‎2005 Feb 16 4:34 PM
check for FM's - STMS* in SE37
Regards,
Subramanian V.
P.S. - Development and QA are in the same server ???
‎2005 Feb 16 7:24 PM
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