WebSphere Adapter for SAP Software
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 supported operations for the SAP Query interface are listed in the following table.
Operation | Description |
---|---|
RetrieveAll | Returns a result set in the form of a container of SAPQueryBGs, which represent the data for each row retrieved from the table. |
Exists | Provides a means to check for the existence of any records in SAP for a defined search criteria. Exists does not return any data; it indicates whether the data exists in SAP. If no data is found, the adapter generates an exception. |
Last updated: Mon 30 Oct 2006 03:34:55
(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)