Procedure documentationCreating RFC Destinations on AS ABAP Locate this document in the navigation structure

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:

  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 Caution

    Save your entries each time you switch to the next tab, otherwise your entries may be lost.

    End of the caution.
    • 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.

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

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

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