What do you mean by correction and Transportation system?
Answer Posted / abira
Changes created in the development system must somehow be
moved, then incorporated into the test system, then
subsequently moved and incorporated into the production
system. The SAP Correction and Transport System (CTS)
serves this purpose and is the vehicle by which SAP moves
objects such as programs, screens, configurations or
security settings from one system to the next.
Additionally, the CTS ensures consistency between systems
by maintaining log entries for any attempted or completed
activities. If used correctly, the CTS creates an effective
and standardized procedure for managing and recording
changes made to the system while providing an excellent
mechanism for integrating either newly created objects or
existing objects that have been altered to meet the
customer?s needs
The CTS contains work bench organizer and transport
system :
The workbench organizer is used to record
and contol changes to the ABAP/4 development objects;
The transport system is used to move objects
from an SAP dev.system to production system
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is a development class? : abap data dictionary
What is the use of 'table index'?
How do you process errors in session method ? : abap bdc
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
Is there any method apart from bdc for data upload to sap? : abap bdc
Why we are using Macros instead of Function Modules
Have you printed any report?
How does the system handle roll areas for external program components?
Did you use buffering?
Explain the types of bdc's?
How can we upload a text file having delimiters in to legacy system?
What are the aggregate objects in the dictionary? : abap data dictionary
if while coding power goes off , how to retrieve the codes?
Why do we use Abstract classes give an example from your project?
What are Pull and Push Methods?