Contract API V1 Data Model
Overview
This section shows the available objects in the Contract API and provides more information about using SQL with it.
Key Features
- The add-in models SAP Ariba contract entities like terms, workspaces, and document properties as relational views, allowing you to write SQL to query SAP Ariba data.
- Stored procedures allow you to execute operations to SAP Ariba.
- Live connectivity to these objects means any changes to your account are immediately reflected when using the add-in.
Views
Views are read-only tables that model SAP Ariba contracts.
Stored Procedures
Stored Procedures are function-like interfaces to the data source. They can be used to search, update, and modify information in the data source.