CData Python Connector for SAP Ariba Procurement

Build 25.0.9454

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 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.
Formula String The formula string for calculating pricing terms.
GridInfos String 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) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454