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 the BAPI result set interface

Configure BAPI result set selected objects

To configure a BAPI result set business object, you specify information about the object (such as the name of the object and an indication of which BAPI is used as the query).

Make sure you have selected and imported the BAPI functions.

To configure the business object, use the following procedure.


Procedure

  1. In the Specify Composite Properties window, select a name for the top-level business object.

  2. Specify which BAPI is used as the query and select a property that forms the parent-child relationship between BAPIs:

    1. Confirm that the correct BAPI is listed in the Query BAPI field. If it is not, select the other BAPI from the list.

    2. Click Add.

    3. To display all the properties associated with the first BAPI, click Select.

    4. Select the property that you will use to form the parent-child relationship and click OK.

      Figure 1. The list of properties for the selected BAPI

    5. To display all the properties associated with the second BAPI, click Select.

    6. Select the property that you will use to form the parent-child relationship and click OK.

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

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

  5. If you want the BAPI or BAPIs to be enclosed within a business graph, leave Generate a business graph for each business object selected. Otherwise, remove the check.

  6. If you want to continue to process a BAPI even if the BAPI return object contains errors, select the Ignore errors in BAPI Return object check box.

  7. Click Finish.


Results

You specified a name for the top-level business object and established the relationship between the BAPIs. 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 the BAPI result set interface


Next topic: Setting deployment properties and generating the service