Show TOC

Procedure documentationConfiguring BPM Processes Using Web Services Locate this document in the navigation structure

 

You use this procedure to configure BPM processes and to retrieve the original messages back to BPM Process by two Web services.

Prerequisites

You must ensure that you have a PI-CP system.

Procedure

  1. Configuring BPM Processes:

    1. In the Process Development perspective, open the process used for communicating with AEX.

    2. Import the newly created service interface from ESR.

    3. Assign this service interface to the Start and the Intermediate Event of the process.

    4. To retrieve the original data and update message status in AEX, perform the following sub steps :

      1. Create an automated activity in the process model with Web service OriginalMessageAccessor (namespace: http://sap.com/aii/scp/functions/ejb/) to retrieve the original data.

      2. In the Input Mapping view, map the following attributes:

        • MESSAGE_ID_LIST

        • OPERATION_MAPPING_GUID

        • SWCV_GUID

      3. Create an automated activity in the process model with Web service MessageStatusUpdater (namespace: http://sap.com/aii/scp/functions/ejb/) to update message status on AEX.

      4. In the Input Mapping view, map the following attributes:

        • MESSAGE_ID_LIST

  2. Save and deploy the process.