ContractLineItemFormulaPricingGridInfoFactorCellValues
Retrieves factor cell values for grid factor information in contract line items with formula-based pricing.
View-Specific Information
Select
The connector uses the SAP Ariba API to process WHERE clause conditions that are built with the following column and operators:
- ContractUniqueName supports the '=,IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM [ContractLineItemFormulaPricingGridInfoFactorCellValues]
SELECT * FROM [ContractLineItemFormulaPricingGridInfoFactorCellValues] WHERE [ContractUniqueName] = 'C10'
The connector processes other filters client-side within the connector.
Columns
| Name | Type | References | Description |
| ContractUniqueName [KEY] | String |
Contracts.UniqueName | The unique identifier of the contract that contains these line items. |
| LineItemNumberInCollection [KEY] | Int |
ContractLineItems.NumberInCollection | Line number within the contract. |
| GridInfoNumberInCollection [KEY] | Int |
ContractLineItemFormulaPricingGridInfos.NumberInCollection | Position of the grid info object in the response collection. |
| NumberInCollection [KEY] | Int | Position of the factor cell value object in the response collection. | |
| FactorValue | String | String value for the enumerated factor. | |
| CellValue | String | String value for the enumerated factor cell. |