Show TOC

Checking the Destination Service and the ICF ServiceLocate this document in the navigation structure

Use

Use the first of the following tests for checking the settings of the destination service. If you receive any error messages, continue with the further tests listed below.

Prerequisites

You have already checked the ABAP connection .

Checking the Destination Service using a test report in AS ABAP

Using this test you can check if the complete configuration of the destination service and the ICF service is correct.

  1. Log on to your SAP NetWeaver Application Server ABAP system.

  2. Call transaction SA38.

  3. Enter the name of the test report FP_CHECK_DESTINATION_SERVICE.

  4. Execute the test without choosing the option With Destination Service.

  5. The system renders a test form in the background without using the destination service and displays the size of the created PDF.

  6. Execute the test again. Now select the option With Destination Service.

  7. If the settings of the destination service are correct, the system displays the same message as before (see step 5).

Checking the ICF Service using the Web Browser

  1. In your Web browser enter the URL

    http://<server>:<po rt>/sap/bc/ fp/ form /layout/fp_test_00.xdp

    where <server> is the server that hosts the AS ABAP and <port> is the http port of the AS ABAP.

  2. In the dialog box enter ADS_AGENT as user and the password you have specified for it.

  3. If the settings of the ICF service are correct, the system displays the layout information of the form FP_TEST_00 in XML format.

Checking the Destination Service using the SAP NetWeaver Administrator

Using this test you can check if the settings for the destination service are correct.

  1. Start the SAP NetWeaver Administrator and navigate to Destinations as described in Creating or Changing the Destination Service .

  2. Choose the destination and extend the URL you specified in Start of the navigation path Destination Detail Next navigation step Connection and Transport  End of the navigation path to http://<server>:<port>/sap/bc/fp/form/layout/fp_test_00.xdp

    Caution

    Specify the URL exactly as given, otherwise the connection cannot be tested and you receive the error message Error during Ping operation: Received HTTP response 404 .

  3. Choose Ping Destination

  4. The system sends a call to the ABAP system where the form layout is stored. If the settings are correct, the system displays the message HTTP GET response code 200 Content type text/xml.

  5. Change the URL back to http://<server>:<port > for the Destination Service to work properly.

Further Checks

If the settings of the destination service are not correct, you get an error message. You need to perform further checks:

  1. Check if the ICF service is active.

  2. Check if the system user ADS_AGENT is correctly configured.

  3. Check the settings of the Destination Service .

Procedure