Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the driver beyond simple SELECT/INSERT/UPDATE/DELETE operations with SAP Ariba.
Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from SAP Ariba, along with an indication of whether the procedure succeeded or failed.
CData ODBC Driver for SAP Ariba Source Stored Procedures
Name | Description |
AddComplianceData | This operation will add compliance data for a single supplier. If the supplier does not already have compliance data, the new data is created. If the supplier already has compliance data, it is updated. |
AddCustomFieldValues | Adds values to custom fields configured for the specified supplier. |
GetOAuthAccessToken | Generates an OAuth access token token for a SAP Ariba API. |
RefreshOAuthAccessToken | Refreshes the OAuth access token used for authentication with a SAP Ariba API. |
ReplaceComplianceData | This operation will replace compliance data for a single supplier. To delete the existing compliance data for a specified supplier, send an empty request body. To replace the existing compliance data for a specified supplier, send the replacment data in the response body. |