📚 SAP Business One SDK Help

AssetDocumentLine Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileSets the object's properties using data from an XML file.

The XML file can be created using the object's ToXMLFile method.

Public Method FromXMLStringSets the object's properties using data from an XML string.

The XML string can be created using the object's ToXMLString method.

Public Method GetXMLSchemaReturns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods.
Public Method ToXMLFileCreates an XML file that represents the object.
Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property APCIf you want to retire an asset partially and the asset is not planned for quantity maintenance, specify how much of the asset's acquisition and production costs are retired.

Field name: APC.

Public Property AssetNumberThe asset you want to acquire.

Field name: ItemCode.

Length: 20 characters.

Public Property DepreciationAreaThe Posting to G/L depreciation areas that are associated with the selected assets in this document.

Field name: DprArea.

Length: 15 characters.

Public Property DistributionRuleDistribution Rule.

Field name: OcrCode.

Length: 8 characters.

Public Property DistributionRule2Distribution Rule 2.

Field name: OcrCode.

Length: 8 characters.

Public Property DistributionRule3Distribution Rule 3.

Field name: OcrCode.

Length: 8 characters.

Public Property DistributionRule4Distribution Rule 4.

Field name: OcrCode.

Length: 8 characters.

Public Property DistributionRule5Distribution Rule 5.

Field name: OcrCode.

Length: 8 characters.

Public Property DocEntryThe internal ID of the asset document.

Field name: DocEntry.

Public Property GLAccountThe clearing account for the acquisition and production costs of the fixed assets.

By default, is the Acquisition Clearing Account you have specified for the asset.

Field name: AcctCode.

Length: 15 characters.

Public Property LineNumberThe current row number in the list.

Field name: LineNum.

Public Property NewAssetClassThe new asset class for the asset to which you want to transfer the asset.

Field name: NewAstCls.

Length: 20 characters.

Public Property NewAssetNumberThe target asset to which you want to transfer the asset.

Field name: NewItemCod.

Length: 20 characters.

Public Property PartialIndicates whether the asset retirement is partial. Only part of the asset quantity or value is removed from the portfolio.

Field name: Partial.

Public Property ProjectProject Code.

Field name: Project.

Length: 20 characters.

Public Property QuantityIf the asset is planned for quantity maintenance, specify the acquired quantity.

Field name: Quantity.

Public Property RemarksThe remarks about the asset.

Field name: Remarks.

Length: 100 characters.

Public Property TotalFCThe acquisition cost of the asset in foreign currency.

Field name: TotalFrgn.

Public Property TotalLCThe acquisition cost of the asset in local currency.

Field name: LineTotal.

Public Property TotalSCThe acquisition cost of the asset in system currency.

Field name: TotalSys.

Public Property UserFieldsGet User Fields

See Also