CreateFormulaPricing
Creates 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 Name | Type | Description |
| FactorName | String | Factor that this particular grid is representing. |
| FactorValueType | String | The type of the factor value (String, Boolean, Date). |
| GridName | String | Grid name as loaded from the import. |
| FactorCellValues (references ContractRequestLineItemFormulaPricingGridInfoFactorCellValues) | String | List of grid factor and cell values. |
ContractRequestLineItemFormulaPricingGridInfoFactorCellValues Temporary Table Columns
| Column Name | Type | Description |
| FactorValue | String | String value for the enumerated factor. |
| CellValue | String | String 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. |