Show TOC

Configures Web Services for PILocate this document in the navigation structure

Use

You need to configure the Web services runtime to be able to use Web services and Web Service Reliable Messaging (WSRM) in PI.

Procedure

Perform the following steps:

  1. Use transaction SU01 in client 000 to create a system user of type B called BGRFCSUPER.

    This user is used for the bgRFC communication using the destination BGRFCDEST created in step 3 below.

  2. Use transaction SU01 to assign role SAP_BC_BGRFC_SUPERVISOR to user BGRFCSUPER.

  3. Use transaction SM59 in client 000 to create the ABAP (type 3) destination BGRFCDEST.

    This destination uses user BGRFCSUPER for communication.

  4. Use transaction SBGRFCCONF in client 000 to configure the bgRFC supervisor destination. To do so, choose the tab page Define Supervisor Destination and add the destination BGRFCDEST.

  5. Use transaction SU01 in client 001 to assign role SAP_BC_WEBSERVICE_ADMIN to your Java EE Administrator user.

  6. Use transaction SE38 in client 000 to configure the ABAP Web Services Runtime. To do so, start the report SRT_ADMIN, select Technical Configuration of Web Services Runtime , and execute the report.

  7. Use transaction SE37 in client 000 to activate the required ICF services. To do so, execute function module SRT_WSP_SETUP_ICF_NODES with parameter FORCE_ACTIVATION set to X.

  8. Repeat steps 6 and 7 for all clients (including business clients). If the Integration Server client has been moved, use the new client instead of client 001.

  9. Start transaction SMICF to activate the following ICF service nodes.

    • /sap/bc/webdynpro/sap without subnodes

    • /sap/public/bc/webdynpro

    • /sap/public/myssocntl

More information: Configuring the Web Service Runtime .