WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
Supported data operations of Query interface for SAP Software business objects
The SAP Query interface supports the RetrieveAll operation, with which you can have the results of an SAP table returned to you, and the Exists operation, which you use to determine whether data can be found in the SAP table. The adapter uses the application-specific information (ASI) inside the business object definition to implement the operation.
The supported operations for the Query interface for SAP Software are listed in the following table.
Operation | Description |
---|---|
RetrieveAll | This operation returns a result set in the form of a container of SAP query business objects, which represent the data for each row that is retrieved from the table. If a table business object is sent to the SAP server (instead of a container business object), the rows are returned one at a time. |
Exists | This operation provides a means to check for the existence of any records in SAP for defined search criteria. The Exists operation does not return any data; it indicates whether the data exists in SAP. If no data is found, the adapter generates an exception. |