📚 SAP Business One SDK Help

LandedCost 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 ActualCustoms

The actual customs amount.

Actual customs are calculated as follows:

Actual customs = (FOB + included for customs landed costs) x fixed customs rate %.

The fixed customs rate is defined in the Customs Group field on the Purchasing Data tab of the item master data.

Field name: ActCustom.

Public Property ActualCustomsFC

The actual customs amount in foreign currency.

Field name: AcCustomFC.

Public Property AmountToBalanceDifference between the sum of amounts on the Costs tab and the Total Freight Charges value on the Items tab.

Field name: Cost_Match.

Public Property AmountToBalanceFCDifference between the sum of amounts on the Costs tab and the Total Freight Charges value on the Items tab in foreign currency.

Field name: C_Match_FC.

Public Property AttachmentEntryproperty AttachmentEntry
Public Property BeforeTaxSum of base document price + (expenditure*quantity) + projected customs

Field name: BeforeVat.

Public Property BeforeTaxFCBefore tax in foreign currency.

Field name: BeforVatFC.

Public Property BillofLadingNumberThe number of the bill of lading attached to the landed costs document

Field name: BillOfLad.

Length: 20 characters.

Public Property BrokerThe code of the broker hired to assist with the import and customs procedures.

Field name: AgentCode.

Length: 15 characters.

Public Property BrokerNameThe name of the broker hired to assist with the import and customs procedures.

Field name: AgentName.

Length: 100 characters.

Public Property ClosedDocument

Specify the field when you finish processing a landed costs document.

Field name: DocStatus.

Public Property CustomsAffectsInventorySpecifies whether the customs fees affect the inventory value.

Field name: incCustom.

Public Property DocEntryThe internal ID of the landed costs.

Field name: DocEntry.

Public Property DocumentCurrency

The currency used for the document.

Field name: DocCur.

Length: 3 characters.

Public Property DocumentRate

The exchange rate used for the document. You must enter an exchange rate; otherwise, you are not able to continue recording the landed costs document.

After you specify an exchange rate, you can choose either the vendor currency or your local currency. Your selection determines the currency in which monetary values are displayed in the document.

Field name: DocRate.

Public Property DueDateSpecify the due date for the document. The default value is the date on which the landed costs document is created. If required, change the date.

Field name: DocDueDate.

Public Property FileNumberNumber of the landed costs document, as provided by your broker.

Field name: AgentNum.

Length: 16 characters.

Public Property JournalRemarks

The remarks for the journal entry, which is used to fill the journal entry memo field (OJDT.Memo).

Field name: JdtMemo. 

Length: 50 characters.

Public Property LandedCost_CostLinesReturns the LandedCost_CostLine object.
Public Property LandedCost_ItemLinesReturns the LandedCost_ItemLine object.
Public Property LandedCostNumberThe landed costs document number, which is a sequential number automatically assigned by SAP Business One according to the definition in the system initialization (see Administration --> System Initialization --> Document Numbering).

Field name: DocNum.

Public Property PostingDate

Specify the posting date.

The default value is the date on which the landed costs document is created. If required, change the date.

Field name: DocDate.

Public Property ProjectedCustoms

Projected customs, which are calculated automatically as follows:

Projected customs = (FOB + included for customs landed costs) x fixed customs rate %

Field name: ExpCustom.

Public Property ProjectedCustomsFC

Projected customs in foreign currency.

Field name: ExCustomFC.

Public Property ReferenceAdditional reference number for the document, if defined.

Field name: Ref1.

Length: 11 characters.

Public Property RemarksDisplays the reference numbers or the vendor numbers for the goods receipt PO used in the landed costs document, and depends on the default settings made. You can change the remarks, if necessary.

Field name: Descr.

Length: 250 characters.

Public Property SeriesSpecify a numbering series.

Field name: Series.

Public Property Tax1The tax amount relevant for the imported items. This has no impact on the journal entry.

Field name: Vat1.

Public Property Tax1FCThe tax amount in foreign currency relevant for the imported items.

Field name: Vat1FC.

Public Property Tax2The tax amount relevant for the landed costs. This has no impact on the journal entry.

Field name: Vat2.

Public Property Tax2FCThe tax amount in foreign currency relevant for the landed costs.

Field name: Vat2FC.

Public Property TotalThe overall amount of the document (before Tax+Tax 1+Tax 2).

Field name: DocTotal.

Public Property TotalFCThe overall amount of the document (before Tax+Tax 1+Tax 2) in foreign currency.

Field name: DocTotalFC.

Public Property TotalFreightChargesSum of expenditure * quantity for all lines.

Field name: CostSum.

Public Property TotalFreightChargesFCTotal freight charges in foreign currency.

Field name: CostSumFC.

Public Property TransactionNumberNumber of the journal entry created for the landed costs. This is a foreign key to the JournalEntries object.

Field name: JdtNum.

Public Property TransportTypeSpecify the shipping type. It is a foreign key to the ShippingTypes object.

Field name: TrnspCode.

Public Property UserFieldsproperty User Fields
Public Property VendorCodeCodes of the vendors related to the landed costs document.

Field name: CardCode.

Length: 15 characters.

Public Property VendorNameNames of the vendors related to the landed costs document.

Field name: SuppName.

Length: 100 characters.

See Also