Power BI Connector for SAP Ariba Procurement

Build 26.0.9655

UpdateTermBasedPricing

Updates term-based pricing terms for a specified contract request line item in the SAP Ariba solution.

Procedure-Specific Information

The following input can accept either a temporary table name or an API JSON aggregate as a value.

  • PricingTiers references the ContractRequestLineItemTermPricingTiers.rsd temporary table.

ContractRequestLineItemTermPricingTiers Temporary Table Columns

Column NameTypeDescription
StartDateDatetimeStart date for this pricing tier period.
DiscountPercentDecimalDiscount percentage applied during this time period.
DiscountedPriceAmountDecimalDiscounted price amount for this time period.
DiscountedPriceCurrencyNameStringCurrency name for the discounted price.
DiscountedPriceCurrencyUniqueNameStringUnique identifier of the currency for the discounted price.

Input

Name Type Required Description
Realm String False SAP Ariba realm identifier for the tenant.
ContractRequestUniqueName String True The unique identifier of the contract request that contains the line item.
LineItemNumberInCollection Int True The line item number within the contract request collection.
PricingTiers String True Term-based pricing tier data with time periods and discount values.

Result Set Columns

Name Type Description
Success String Indicates whether or not the operation was successful.
Details String Any extra details on the operation's execution.

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