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 installationnull is made. With an update installation, it is only the function modules (AE interface) because there is no change of the name ranges.
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:
KNNNNNN.SID by /usr/sap/trans/cofiles
RNNNNNN.SID
by /usr/sap/trans/data
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:
cd usr/sap/trans/data....... Change to SAP transport directory.
r3trans -l RNNNNNN.SID...... Create a file trans.log
(List of transported objects).
cd usr/sap/trans/bin........ Change to SAP transport directory.
tp addtobuffer SIDkNNNNNN TID
[pf=<Profile
name, Default TPPARAM>
tp showbuffer TID [pf=<Profile name, Default TPPARAM>
tp import SIDkNNNNNN TID u4 client123] [pf=<Profile name, default TPPARAM>] or
tp import SIDkNNNNNN TID u14 client123] [pf=<Profile name, default TPPARAM>]
The unconditional modes are distinguished by TP version and can be checked in the SAP Documentation if needed.
Note for the import process:
No profile is specified if you call an internal program on "sapevt". That is the reason why this message occurs with any call on sapevt. Usually, it can be ignored.
Control:
G... ReportBericht, der nähere Informationen über die Durchführung einer Aufgabe oder einer Komponente enthält. and screen generation
H... R3TRANS import Dictionary
I... R3TRANS main import