Table 5820 Cost Element Buffer in 20
- App
- Base Application
Fields, 12Keys, 1Procedures, 11
Versions171819202122232425262728latest
Source29
Fields, 12
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Type | Enum Cost Entry Type | - |
| 2 | Variance Type | Enum Cost Variance Type | - |
| 3 | Actual Cost | Decimal | - |
| 4 | Actual Cost (ACY) | Decimal | - |
| 5 | Rounding Residual | Decimal | - |
| 6 | Rounding Residual (ACY) | Decimal | - |
| 7 | Expected Cost | Decimal | - |
| 8 | Expected Cost (ACY) | Decimal | - |
| 9 | Invoiced Quantity | Decimal | - |
| 10 | Remaining Quantity | Decimal | - |
| 11 | Inbound Completely Invoiced | Boolean | - |
| 12 | Last Valid Value Entry No | Integer | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Type, Variance Type | - |
Procedures, 11
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Initialize | (Boolean) | public | - | |
| AddActualCost | (Option, Option, Decimal, Decimal) | public | - | |
| AddActualCostElement | (Enum Cost Entry Type, Enum Cost Variance Type, Decimal, Decimal) | public | - | |
| AddExpectedCostElement | (Enum Cost Entry Type, Enum Cost Variance Type, Decimal, Decimal) | public | - | |
| RoundActualCost | (Decimal, Decimal, Decimal) | public | - | |
| ExcludeEntryFromAvgCostCalc | (Record Value Entry) | public | - | |
| ExcludeBufFromAvgCostCalc | (Record Inventory Adjustment Buffer) | public | - | |
| GetElement | (Enum Cost Entry Type, Enum Cost Variance Type) | Boolean | public | - |
| DeductOutbndValueEntryFromBuf | (Record Value Entry, Record Cost Element Buffer, Boolean) | public | - | |
| UpdateAvgCostBuffer | (Record Cost Element Buffer, Integer) | public | - | |
| UpdateCostElementBuffer | (Record Cost Element Buffer) | public | - |