Start of Content Area

Procedure documentation Performing Special Transports  Locate the document in its SAP Library structure

Use

An import is performed with a single tp call that imports all waiting change requests:

tp import all <sapsid>

tp automatically ensures that change requests are imported in the correct order (in their export sequence).

However, in practice you often have to give individual change requests priority.

Prerequisites

Particularly with change requests, there are two aspects which can cause problems:

If you are sure that no change requests with older versions of the same objects are overtaken, then these individual imports do not cause problems.

Otherwise, you have to ensure that the objects imported with an individual transport into the SAP System are not overwritten by an older version, when the regular import of all waiting requests is started.

Procedure

  1. Perform individual imports with the unconditional mode 0 (U0), except in the special situations mentioned above:
  2. tp import <change request> <sapsid> U0

    In this mode, the change request remains in the list of transports registered for import. Therefore, when the regular transport occurs, the request is automatically imported again.

    This is why change requests that are automatically forwarded to other SAP Systems are reimported, even if they have already been transferred to the systems as individual imports. This guarantees that export and import sequences are always the same.

  3. Do not subsequently change an object that has been included in an individual import (for example, by repairs). Experience has shown that the authors of a change request do not expect their repairs to be overwritten by a repeated import. If necessary, inform the authors of individually imported change requests of the possible consequences.

 

Note

Limit special transports to when it is really necessary.