📚 SAP Business One SDK Help

MaterialRevaluation_lines Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new data line to the object.
Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property ActualPriceReturns the current item price (item price before revaluation).

Field name: RActPrice.

Public Property CountReturns the total number of records in the table.
Public Property DebitCreditSets or returns the amount of money to be recalculated on items.
Public Property DistributionRuleThe distribution rule for allocating costs and revenues (both direct and indirect) to one or more cost centers.

This is a foreign key to the DistributionRule object.

Field name: OcrCode

Public Property DistributionRule2Multiple distribution rules for allocating costs and revenues (both direct and indirect) to one or more cost centers.

Field name: OcrCode2

Public Property DistributionRule3Multiple distribution rules for allocating costs and revenues (both direct and indirect) to one or more cost centers.

Field name: OcrCode3

Public Property DistributionRule4Multiple distribution rules for allocating costs and revenues (both direct and indirect) to one or more cost centers.

Field name: OcrCode4

Public Property DistributionRule5Multiple distribution rules for allocating costs and revenues (both direct and indirect) to one or more cost centers.

Field name: OcrCode5

Public Property DocEntryReturns the document entry key that uniquely identifies the document.

Field name: DocEntry.

Public Property FIFOLayersThe FIFO layers to be revalued.

Relevant when the item's valuation method is FIFO.

Public Property ItemCodeSets or returns the item code in the inventory. The item code must be unique. This is a foreign key to the Items object.

Field name: ItemCode.

Mandatory property.

Length: 20 characters.

Public Property ItemDescription

Sets or returns the item name/description.

Field name: Dscription.

Length: 100 characters.

Public Property LineNumReturns the current row number in the list.

Field name: LineNum.

Public Property OnHandReturns the number of available items in warehouse during the revaluation.

Field name: ROnHand.

Public Property Price

Sets or returns the item price before taxation.

Field name: Price.

Public Property ProjectThe project to which the changed inventory value of the item is allocated.

Field: Project.

Length: 20 characters.

Public Property QuantitySets or returns the number of items for recalculating their DebitCredit amount.
Public Property RevalAmountToStockSets or returns the revaluation amount posted to the Stock Account.

Field name: RToStock.

Public Property RevaluationDecrementAccountSets or returns the revaluation decrement account code.

Field name: RDcrmAcct.

Length: 15 characters.

Public Property RevaluationIncrementAccountSets or returns the revaluation increment account code.

Field name: RIncmAcct.

Length: 15 characters.

Public Property SNBLinesproperty SNBLines
Public Property UserFieldsReturns the UserFields object.
Public Property WarehouseCodeSets or returns the warehouse code where the item is stored.

Field name: WhsCode.

Length: 8 characters.

This is a foreign key to the Warehoses object.

See Also