UpdateRangePricing
Updates range 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.
- RangePricingTiers references the ContractRequestLineItemRangePricingTiers.rsd temporary table.
ContractRequestLineItemRangePricingTiers Temporary Table Columns
| Column Name | Type | Description |
| StartDate | Datetime | Start date for this range pricing tier period. |
| EndDate | Datetime | End date for this range pricing tier period. |
| RangeTierType | String | Type of range tier (Price, Percent). |
| RangeFactor | Decimal | Range factor for price calculation. |
| MinimumPriceAmount | Decimal | Minimum price amount for this range tier. |
| MinimumPriceCurrencyName | String | Currency name for the minimum price. |
| MinimumPriceCurrencyUniqueName | String | Unique identifier of the currency for the minimum price. |
| MaximumPriceAmount | Decimal | Maximum price amount for this range tier. |
| MaximumPriceCurrencyName | String | Currency name for the maximum price. |
| MaximumPriceCurrencyUniqueName | String | Unique identifier of the currency for the maximum price. |
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. |
| RangePricingTiers | String | Range pricing tier data with minimum and maximum price ranges per period. |
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. |