Procedure
On AS ABAP, you need to create the following RFC destinations:
-
INTEGRATION_DIRECTORY_HMI used for the cache update
-
SAPXIPP<client> used for principal propagation
Creating INTEGRATION_DIRECTORY_HMI
Perform the following steps:
-
Log on to your Integration Server host.
-
Call transaction SM59.
-
Choose Create.
-
Enter at least the following:
-
RFC destination: INTEGRATION_DIRECTORY_HMI
-
Connection type: H
-
Description: <your description>
-
-
Choose ENTER.
-
Choose the following tabs and enter the required data:
CAUTION
Save your entries each time you switch to the next tab, otherwise your entries may be lost.
-
Technical Settings
-
Target Host: host name of AS Java
-
Service No.: HTTP port number
The following naming convention applies: 5<AS_Java_instance_number>00 50000, if your AS Java instance is 00)
-
Path Prefix: /dir/CacheRefresh
-
-
Logon & Security
-
Select Basic Authentication, confirm the dialog box, and ignore the warning.
-
Enter the client of your Integration Server and the user PIISUSER with a valid password.
-
-
Special Options
-
Timeout: 30000
-
HTTP Settings: HTTP Version: HTTP 1.0, Compression: inactive, Compressed Response: No
-
HTTP Cookies: Accept Cookies: Yes (All)
-
-
Save your settings.
-
-
Choose ConnectionTest.
The test has been executed successfully if the response status code is 500 and you find REQID not found in the response body.
Creating SAPXIPP<client>
Perform the following steps:
-
Log on to your Integration Server host.
-
Call transaction SM59.
-
Choose Create.
-
Enter at least the following:
-
RFC destination: SAPXIPP100 (for example)
Specify the client of your Integration Server.
-
Connection type: 3
-
-
Choose ENTER.
-
Choose the Logon & Security tab and enter the following logon data:
-
The client of your Integration Server (for example, 100).
-
The user PIPPUSER with the valid password.
-
-
Save your settings.
-
Choose ConnectionTest.
The test has been executed successfully if the response status code is 500 and you find REQID not found in the response body.