Show TOC

Create Destinations on the ABAP ServerLocate 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

  • SAPXICACHE used for principal propagation

  • 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 changes each time you switch to the next tab, otherwise your changes 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.

  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 SAPXICACHE

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)

    • Connection type: 3 (Connection to ABAP System)

  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 PICACHEUSER with the 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.

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

Creating RFC Destinations

Use transaction SM59 to create the following ABAP RFC destinations:

  • AI_RUNTIME_JCOSERVER

  • AI_VALIDATION_JCOSERVER

  • LCRSAPRFC

  • SAPSLDAPI

The steps are described in the following section:

Create Destinations on the Java Server

Note

These ABAP RFC destinations need only be created if the corresponding Java RFC destinations have been created.