IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > SAP Software > Configure the module for deployment > Configure the module for outbound processing > Configure a module for Advanced event processing (outbound)

Configure the selected objects

To configure the object, you associate an operation with the IDoc and associate an ABAP function module with the selected operation.

Make sure you have selected and imported the function.

To configure the business object, use the following procedure.


Procedure

  1. In the Configure Composite Properties window, click an IDoc from the IDoc to configure list.

    If you are configuring only one IDoc, this step is not necessary.

  2. Click Add in the Service operations for selected IDoc section of the window.

  3. Select an operation (for example, Retrieve), and click OK.

  4. In the ABAP function module name for selected operations field, type the name of the ABAP function module to associate with this operation.

    The ABAP function module must have been created and must exist on the SAP server.

  5. If you are working with multiple IDocs, repeat the previous four steps for each IDoc.

  6. In the Business object namespace field, use the default namespace (http://www.ibm.com/xmlns/prod/websphere/j2ca/sap) except in the following circumstance. If you are adding the business object to an existing module and the module already includes that business object (from an earlier run of the external service wizard), change the namespace value.

    For example, you could change the namespace to http://www.ibm.com/xmlns/prod/websphere/j2ca/sap1.

  7. To indicate where the business object information should be stored, type the path to the location in the Folder field. This is an optional step.

    This field cannot be edited if you are modifying existing artifacts.

    If you are creating multiple adapter artifacts within a module, ensure that you specify different business object folders for each adapter within the module.

    For example, if you are creating artifacts for Oracle, JDBC, SAP, and JDE within a module, you need to create different relative folders for each of these adapters. If you do not specify different relative folders, the existing artifacts are overwritten when you generate new artifacts.

  8. If you want the IDoc or IDocs to be enclosed within a business graph, leave Generate a business graph for each business object selected. Otherwise, remove the check.

  9. Click Finish.


Results

You have associated an operation with each IDoc and have associated an ABAP function module with each operation. The Service Generation and Deployment Configuration window is displayed.


What to do next

Generate a deployable module that includes the adapter and the business objects.

Configure a module for Advanced event processing - outbound


Previous topic: Selecting business objects and services for Advanced event (outbound) processing


Next topic: Setting deployment properties and generating the service