The Transport Management System (TMS) provides various tools with which you can monitor transport activities in your transport domain.
Monitoring Tools

The tools can be accessed as follows (some of them are shown in the figure above):
- In transaction STMS, choose Overview → Systems from the menu and mark one or more SAP systems:
- RFC connection test: To check RFC destinations for all or just one system within the transport domain in both directions, choose SAP System → Check → Connection Test.
- Transport directory check: To verify the availability of the transport directories for all or just one system within the transport domain, choose SAP System → Check Directory → Transport Directory.
- Transport control program check: To check the transport control program tp for all or just one specific SAP system within the transport domain, choose SAP → System → Check → Transport Tool.
- In transaction STMS choose Overview → Imports from the menu and double-click the SAP system in question:
- Import history: To display the import history, choose the menu path Goto → Import History.
Note
The import history is collected from the log file ALOG and is kept in the tables TPALOG and TPALOGHDR. For details, see SAP Note 375230 – TMS: incomplete import history.
- Import monitor: The transport control program tp stores status information in the database before and after each import step. This status information is read and displayed by the import monitor which can be accessed by choosing the menu path Goto → Import Monitor.
- Import queue consistency check: To check if the data files and cofiles of transport requests in an import queue exist in buffers of the transport directory and can be read, choose the menu path Queue → Check → Consistency.
- Import history: To display the import history, choose the menu path Goto → Import History.

Transaction /SDF/TRCHECK or report /SDF/CMO_TR_CHECK provides various proactive checks for objects in transport requests. It predicts transport related errors before the requests are imported into a target system. Typical use cases are that developers check their transport request in the development system, before they release it and import it into the test system. Or a transport manager checks a number of transport requests in a test system, before they will be imported into the preproduction or production system. The checks are delivered with the ST-PI Plugin. For more information, see SAP Note 2475591 – Transport Check Report, which also lists required SAP Notes.
These checks are available:
- Cross Reference: For all objects in the selected transport requests, the referenced objects are identified by a where-used-analysis. If the referenced objects are not included in the transport requests, we compare their versions between the reference and target system. If the versions are different or if the referenced objects do not exist in the target system, it will be highlighted as a potential error. In addition we show the last transport requests for the missing object versions. This check works for ABAP repository , data dictionary, customizing objects, SAP Notes and BW objects.
- Sequence Check: The sequence check identifies other transport requests with identical objects which have been released in the analysis period, but have not yet been imported into the target system.
- Cross Release Check: If the current system and the target system are on different support package levels, this check identifies critical objects in the selected transport request, which belong to inconsistent software components and should not be imported into the target system - for example SAP Notes. For customizing objects we compare in addition if the table structure is different in the reference system and target system.
- Import Time in Source System: The import time of the selected transport requests in the source system is summed up. For this check the source system should be a test system in which the transport requests have already been imported.
- Online Import Criticality: This check estimates the criticality of an import when the end users are working in the production system. As a prerequisite you must first collect the table call statistics and the report execution statistics in the production system for one week. The collection of the usage statistics must be triggered in the production system with the report /SDF/OI_ADMIN. You must first activate the Usage and Procedure Logging (UPL) in the production system. The report identifies the dependent objects of the transported objects and checks the usage profile of all objects. For tables, the number of table reads per hour, table writes per hour and the table size in KB is shown in the output. For reports, the number of report execution steps per hour based on the UPL data is shown. In addition, you can maintain a list of critical objects with regard to online import in table /SDF/OI_CRITOBJ in the production system. These objects are then also shown in the result.