Some carefully picked bold statements on Transports that can be helpful in understanding the concepts:
- Deleting or changing a transport (via
SE10
) does not change the object being transported. - When a modifiable transport is available for an object, further changes to this object will be "recorded" on this (same) transport.
- Deleting an object is an action which itself can be transported.
- Everything feasible in SAP can also be transported
- Transports go on a transport request, and these requests are either client dependant (client needs to be specified) or client independant. Objects from both sides can not be mixed on the same transport request.
- You are developing in a client and tests are done in a different client: move your client dependant changes (Sapscript, customizing settings, long texts, table content, .... ) to the test client with transaction
SCC1
. This transaction should be executed in the recieving system (client).