Share via


COSCostBalances.getCostsFixVarTemp Method

Retrieves the fixed and variable amount balance for the specified combination of the cost category, dimension value, calculation, and forecast model from a specified time interval.

Syntax

public container getCostsFixVarTemp(
    COSAccountNumber _account, 
    COSCostDimension _costCode, 
    Num _num, 
    FromDate _from, 
    ToDate _to, 
    COSCalculationId _calc, 
    COSCostValueType _valueType, 
    COSPlanModelId _model)

Run On

Called

Parameters

Return Value

Type: container
A container with the fixed and variable cost balance.

Remarks

The values are retrieved from the temporary buffer on which the method is called.

See Also

Reference

COSCostBalances Table