Archive for the ‘CTS’ Category
The transport target specifies where a transport request is imported.
There are three ways to define transport targets. They differ in syntax and function.
Syntax Example Explanation
1. <SYS> C11 Target system
2. <SYS>.<CLI> C11.021 Target system and client
3. /<Group name>/ /EUROPE/ Target group
In the most case, we transport the request CTS (Change and Transport System) between the system landscape. But in some rare case, we need to copy the request to the local file or import the request into another system if the source and target system has no transport route between them.
This blog will show you how to operate the transport request manually.
The Change and Transport System (CTS) is a tool that helps you to organize development projects in the ABAP Workbench and in Customizing, and then transport the changes between the SAP Systems in your system landscape.
From SDN: https://wiki.sdn.sap.com/wiki/display/ABAP/Transport+Guide
Tips for Different SAP Objects
Question: How can I transport certain SAP objects?
Here are tips for different objects:
LSMW: There are 2 ways for transporting LSMW data from a system to another.
1. Export/import this method gives you the opportunity to select the subprojects or objects you want to transfer. LSMW -> Extras -> Export project
2. Transport request with this method, you can transport a LSMW project in full (you can not select the objects you want). With this method, the project will be transported as any other SAP object in a transport order. LSMW -> Extras -> Create change request

