CData Python Connector for SAP Ariba Procurement

Build 26.0.9655

UpdateFormulaPricing

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

  • GridInfos references the ContractRequestLineItemFormulaPricingGridInfos.rsd temporary table.

ContractRequestLineItemFormulaPricingGridInfos Temporary Table Columns

Column NameTypeDescription
FactorNameStringFactor that this particular grid is representing.
FactorValueTypeStringThe type of the factor value (String, Boolean, Date).
GridNameStringGrid name as loaded from the import.
FactorCellValues (references ContractRequestLineItemFormulaPricingGridInfoFactorCellValues)StringList of grid factor and cell values.

ContractRequestLineItemFormulaPricingGridInfoFactorCellValues Temporary Table Columns

Column NameTypeDescription
FactorValueStringString value for the enumerated factor.
CellValueStringString value for the enumerated factor cell.

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.
Formula String True The formula string for calculating pricing terms.
GridInfos String True Grid factor information objects used in the formula calculation.

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