Power BI Connector for SAP Ariba Procurement

Build 26.0.9655

RequisitionApprovalRequests

Approval requests for the requisition.

View-Specific Information

Select

The connector 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 connector processes other filters client-side within the connector.

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.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655