Tableau Connector for SAP Ariba Procurement

Build 26.0.9655

CreateTieredPricing

Creates 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 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.
TierType String True Tier basis for pricing calculation (Amount, Quantity).

The allowed values are Amount, Quantity.

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

The allowed values are Price, Percent.

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

The allowed values are Yes, No.

AmountCurrencyUniqueName String False The unique identifier of the currency for tier amounts.
TieredPricingSteps String True 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 26.0.9655