Start of Content Area

Procedure documentation Creating RFC Destinations on AS ABAP  Locate the document in its SAP Library structure

Use

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:

...

       1.      Log on to your Integration Server host.

       2.      Call transaction SM59.

       3.      Choose Create.

       4.      Enter at least the following:

       RFC destination: INTEGRATION_DIRECTORY_HMI

       Connection type: H

       Description: <your description>

       5.      Choose ENTER.

       6.      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 popup, and ignore the warning.

       As logon data enter the client of your Integration Server and the user PIISUSER with the valid password.

       Special Options

       Timeout: 30000

       HTTP Settings: HTTP Version: HTTP 1.0, Compression: inactive, Compressed Response: No

       HTTP Cookies: Accept Cookies: Yes (All)

       7.      Save your settings.

       8.      Choose Connection Test.

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:

...

       1.      Log on to your Integration Server host.

       2.      Call transaction SM59.

       3.      Choose Create.

       4.      Enter at least the following:

       RFC destination: SAPXIPP100 (for example)

Specify the client of your Integration Server.

       Connection type: 3

       5.      Choose ENTER.

       6.      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.

       7.      Save your settings.

       8.      Choose Connection Test.

The test has been executed successfully if the response status code is 500 and you find REQID not found in the response body.

 

End of Content Area