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

Description

The CustomsDeclarationService enables to manage the Cargo Customs Declarations (CCD). The service enables to add, update, get and delete CCDs.

Mandatory properties: CCDNum (primary key).

Source table: OCCD.

Object Model

See Also

SAP® B1 DI-API C# definition

public class CustomsDeclarationServiceClass : ICustomsDeclarationService, CustomsDeclarationService { public extern CustomsDeclarationServiceClass(); public virtual extern CustomsDeclarationParams AddCustomsDeclaration( CustomsDeclaration pICustomsDeclaration); public virtual extern void DeleteCustomsDeclaration( CustomsDeclarationParams pICustomsDeclarationParams); public virtual extern CustomsDeclaration GetCustomsDeclaration( CustomsDeclarationParams pICustomsDeclarationParams); public virtual extern object GetDataInterface( CustomsDeclarationServiceDataInterfaces enumMSDI); public virtual extern object GetDataInterfaceFromXMLFile( string bstrFileName); public virtual extern object GetDataInterfaceFromXMLString( string bstrXMLString); public virtual extern void UpdateCustomsDeclaration( CustomsDeclaration pICustomsDeclaration); }

Related information


Customs Declaration CustomsDeclaration Object· Table: OCCD
A data structure related with the CustomsDeclarationService holding the information about a Cargo Customs Declaration (CCD). Source table: OCCD.
   Parent: Customs Declaration Service CustomsDeclarationService Service· Table: OCCD

Customs Declaration Params CustomsDeclarationParams Object
A data structure holding identification properties for the CustomsDeclarationService.
   Parent: Customs Declaration Service CustomsDeclarationService Service· Table: OCCD

Customs Declaration Service Data Interfaces CustomsDeclarationServiceDataInterfaces Enumeration
CustomsDeclarationService data interfaces.
   Parent: Customs Declaration Service CustomsDeclarationService Service· Table: OCCD


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