Connecting the ABAP Backend to Advanced Adapter Engine
Procedure
Creating the HTTP Destination for Advanced Adapter Engine
To create the HTTP destination to connect your ABAP backend system (business system) to Advanced Adapter Engine (AEX), perform the following steps:
-
Start transaction SM59.
An overview of RFC connections is displayed.
-
To create a new RFC connection, choose Create .
-
Specify an RFC destination.
-
Specify Connection Type G (HTTP Connection to External Server).
-
Add a short description of the RFC destination.
-
Choose Enter .
The settings fields for the connection type are displayed.
-
On the Technical Settings tab, specify the HTTP address for the gateway that the Advanced Adapter Engine will use to send messages.
The HTTP address consists of the following elements:
Field
Value
Target Host
For example, pwdf0740.sap.com
Service No. (HTTP or HTTPS port) of Advanced Adapter Engine
For HTTP: 5<system number>00
For HTTPS: 5<system number>01
For example, 50001
Path Prefix
Path prefix to Advanced Adapter Engine (path in the HTTP service tree of the SAP NetWeaver AS)
/XISOAPAdapter/MessageServlet?ximessage=true
-
On the Logon & Security tab, specify the following:
-
Basic Authentication
-
Language
-
Client: 000
-
User
This is the user that represents the sending business system.
The user consists of the following parts: PI<SERV><SID>. The SAP default user is PIAPPL<SID of AEX>.
More information: Service Users for Message Exchange in the SAP NetWeaver Process Integration Security Guide
-
Password: the password you have specified for this user
-
-
Save your changes.
Connecting to Enterprise Services Repository
To connect to an Enterprise Services Repository, you need to configure the RFC destination SAP_PROXY_ESR. This RFC destination is used by proxy generation (transaction SPROXY). SAP_PROXY_ESR is configured in the same way as the HTTP destination for an ABAP backend system.
Perform the following steps:
-
Start transaction SM59.
An overview of RFC connections is displayed.
-
Choose Create .
-
Specify the following information:
Field
Value
Target Host
For example, pwdf0740.sap.com
Service No. (HTTP or HTTPS port) of Advanced Adapter Engine
For HTTP: 5<system number>00
For HTTPS: 5<system number>01
For example, 50001
RFC Destination
SAP_PROXY_ESR
Connection Type
G (HTTP Connection to External Serv)
Description:
ESR for Proxy Generation
Path Prefix:
/rep
-
On the Logon & Security tab, specify the following:
-
Basic Authentication: active
-
User: esr_user
-
Password: <Your esr_password>
-
-
Save your changes.