RequisitionApprovalRequests
Approval requests for the requisition.
View-Specific Information
Select
The add-in uses the SAP Ariba API to process WHERE clause conditions that are built with the following column and operators:
- ApprovableId supports the '=,IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM [RequisitionApprovalRequests]
SELECT * FROM [RequisitionApprovalRequests] WHERE [ApprovableId] = 'Val1'
The add-in processes other filters client-side within the add-in.
Columns
| Name | Type | References | Description |
| ApprovableId | String |
Requisitions.ApprovableId | The unique identifier of the approvable requisition. |
| RequisitionId | String | The identifier of the parent requisition. | |
| Id [KEY] | String | The unique identifier for the approval request. | |
| State | Int | The numerical status code of the approval request. | |
| ApprovalState | String | The human-readable state of the approval request. | |
| ApprovalRequired | Bool | Indicates whether this specific approval is required. | |
| Reason | String | The justification or reason for this approval request. | |
| Approver | String | The system unique identifier of the approver actor. | |
| DependencyApprovalRequestsUID | String | Dependency approval requests for this request. | |
| Approvers | String | Approvers for this approval request. |