Document Approval API V2 Data Model
Overview
This section shows the available objects in the Document Approval API and provides more information about using SQL with it.
Key Features
- The driver models SAP Ariba entities like approvable documents, line-item structures, approval workflows, and related resources as relational views, allowing you to write SQL to query SAP Ariba data.
- Stored procedures allow you to execute operations against SAP Ariba, including OAuth token operations, approvable actions, and attachment retrieval.
- Live connectivity to these objects means any changes to your account are immediately reflected when using the driver.
Views
Views are read-only tables that model requisition, invoice, user profile, and approval-related resources.
Stored Procedures
Stored Procedures are function-like interfaces to the data source that perform tasks such as OAuth token management, acting on approvables, and downloading approvable attachments.