Knowledge Base > Automation Engine and Target Systems > SAP > Transporting the AE Interface

Transporting the Automation Engine Interface

General

In order to take advantage of the functionality of the AE interface, function modules must be transported to the SAP system.

Function modules are developed as ABAP development objects. These components are supplied with the "Correction & Transport System " package of the SAP System:

Name ranges are transported along with function modules in separate transport requests. A list of all currently valid transport requests is found in the file TRANSPRT.TXT. All transports must take place when a new installation is made. With an update installation, it is only the function modules (AE interface) because there is no change of the name ranges.

The names of the development objects are described in Terminology.

Throughout this document, the following codes are used:

File Names

SAP can be installed in various environments (UNIX, Windows...). Therefore, it is important to consider the specific features of the system when you name the files.

In this document, the file names that refer to a SAP environment are written in UNIX language ("/"). For Windows environments, the names are the same with the exception that thy use a "\" character.


Importing Function Modules in SAP

If the functionality of the AE interface is used, function modules must be transported to the SAP system.

Requirements:

All activities that concern the transport system must be made by a SAP administrator (SIDadm).

The transport system must be properly installed and set. This takes place during the installation of the SAP system.

In this case, importing requires that at least 2 batch work processes (BTC) are running.
Control: Tools - Administration - Monitor - System Control - System Overview (Transaction SM50).

To import development objects, the Transport demon must be planned for in client 000 (background job "RDDIMPDP") and cleared for the SAP system. Control: see below

The functionality can be checked as follows:
cd usr/sap/trans/bin........
  Change to the SAP transport directory.
tp checkimpdp TID...........
Verify that the Transport demon RDDIMDP is active in SAP.
tp connect TID..............
Test the connection to the SAP system.

The transport system is described in the SAP online documentation in the chapter BASIS - TRANSPORT CONTROL.

Note that the import process requires the option "Ignore Non-Matching Component Versions" to be set.

Procedure:

Import the supplied transport files to the SAP transport environment:

If SAP is installed under UNIX, the files are usually transferred via FTP. Be sure to enter "bin" for binary transfers.

Importing the delivery into the SAP system:

Control: