Find Transports Actions

Find Transports actions search the specified SAP system to find the transports which contain each of the specified source objects. Optionally, a set of transports to be searched may be provided. The found transports are stored in a Table dataset.

Action Property Description
Result A Table dataset which stores the found transports
RFC Destination An RFC Destination parameter or dataset referring to the SAP system on which to search for transports.
Source A Table parameter or dataset containing the set of objects for which transports are to be found.
Source Name Column A String parameter set to the name of a column from the Source table which contains the names of the objects for which transports are to be found. If this action property is not set, NAME is used as the default value.
Source Type Column A String parameter containing the name of a column from the Source table which contains the types of the objects for which transports are to be found. If this action property is not set, TYPE is used as the default value.
Transports (Optional) A Table parameter or dataset containing a list of transports to be searched. The table should have a TRKORR column which stores the name of each transport. This property may be set to the Result dataset returned by the Get Transport Objects action. If this property is not set, all the transports on the system referred to by the specified RFC Destination will be searched.

The Result dataset has the following columns.

Column Description
NAME The name of an object from the Source table.
TYPE The type of the object.
STRKORR The found transport’s higher-level request.
TRFUNCTION The type of the transport in which the source object was found.
TRKORR The name of a transport in which the source object was found.
TRSTATUS The status of the found transport.
OBJ_NAME The name of the source object stored in the found transport.

Example:

Find Transports action example.

To examine the details for a Find Transports action, double-click the action node, or select ‘View Details’ from the node’s context menu. The Details screen displays counts for the following items.

Column Description
Input records The number of records in the Source table.
Output records The number of records in the Result table.
TFDIR The number of records in the SAP system’s TFDIR table.
TFDIR Count The number of records read from the TFDIR table.
E070 The number of records in the SAP system’s E070 table.
E070 Count The number of records read from the E070 table.
E071 The number of records in the SAP system’s E071 table.
E071 Count The number of records read from the E071 table.
Total elapsed time hh:mm:ss This column is set to 0.

The progress of a Find Transports action may be monitored by viewing the Details screen while the action is running. Time estimates are available after a sufficient number of objects have been processed, relative to the total number of objects. The following details are shown:

Item Description
Total objects The number of objects in the Source table.
Remaining objects The number of objects that have not yet been processed.
Elapsed time (seconds) The time for which the Find Transports action has been running.
Estimated total time (seconds) The estimated total time for which the Find Transports action will run.
Remaining time (seconds) The estimated remaining time for which the Find Transports action will run.
Remaining Time (hours/minutes) The estimated remaining time (in hours or minutes) for which the Find Transports action will run.