ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、SAP Ariba の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにSAP Ariba から関連するレスポンスデータを返します。
CData JDBC Driver for SAP Ariba Source ストアドプロシージャ
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. |