The WebSphere® Adapter for SAP Software supports outbound processing for BAPI result sets. In outbound processing, client applications call BAPIs and other RFC-enabled functions on the SAP server.
BAPI result sets use the GetList and GetDetail functions to retrieve an array of data from the SAP server. The information returned from the GetList function is used as input to the GetDetail function.
You use the external service wizard to discover the BAPI_CUSTOMER_GETLIST and BAPI_CUSTOMER_GETDETAIL functions and to build the key relationship between the two BAPIs. The wizard then generate business object definitions for these BAPIs along with other SCA service artifacts. At run time, the client sets the values in the BAPI_CUSTOMER_GETLIST business object, and the adapter returns the corresponding set of customer detail records from the SAP server.