CData Python Connector for SAP Ariba Procurement

Build 25.0.9540

UpdateTieredPricing

Updates tiered 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.

  • TieredPricingSteps references the ContractRequestLineItemTieredPricingSteps.rsd temporary table.

ContractRequestLineItemTieredPricingSteps Temporary Table Columns

Column NameTypeDescription
MinTierValueDecimalMinimum tier value threshold for this pricing step.
TierValueDecimalTier value (price or percentage) for this pricing step.

Input

Name Type Description
Realm String SAP Ariba realm identifier for the tenant.
ContractRequestUniqueName String The unique identifier of the contract request that contains the line item.
LineItemNumberInCollection Int The line item number within the contract request collection.
TierType String Tier basis for pricing calculation (Amount, Quantity).

使用できる値は次のとおりです。Amount, Quantity

TierValueType String Type of tier value calculation (Price, Percent).

使用できる値は次のとおりです。Price, Percent

IsTierPricingCumulative String Whether tier pricing applies cumulatively across tiers (Yes/No).

使用できる値は次のとおりです。Yes, No

AmountCurrencyUniqueName String The unique identifier of the currency for tier amounts.
TieredPricingSteps String Tiered pricing step data with tier values and thresholds.

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 25.0.9540