biuan SAP® BUSINESS ONE SDK
DTW Administration / Setup / Financials / Tax / Withholding Tax Definition / Cargo Customs Declaration Numbers
API Customs Declaration

Description

A data structure related with the CustomsDeclarationService holding the information about a Cargo Customs Declaration (CCD).

Source table: OCCD.

Object Model

See Also

SAP® B1 DI-API C# definition

public class CustomsDeclarationClass : ICustomsDeclaration, CustomsDeclaration { public virtual string CCDNum { get; set; } public virtual string CustomsBroker { get; set; } public virtual string CustomsTerminal { get; set; } public virtual DateTime Date { get; set; } public virtual DateTime DocDate { get; set; } public virtual string DocNum { get; set; } public virtual string PaymentKey { get; set; } public virtual DateTime SupplyDate { get; set; } public virtual string SupplyNum { get; set; } public virtual Fields UserFields { get; } public extern CustomsDeclarationClass(); public virtual extern void FromXMLFile( string bstrFileName); public virtual extern void FromXMLString( string bstrXML); public virtual extern string GetXMLSchema(); public virtual extern void ToXMLFile( string bstrFileName); public virtual extern string ToXMLString(); }


SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates