biuan SAP® BUSINESS ONE SDK
DTW Administration / Setup / Inventory / Customs Groups
API Customs Groups

Description

The CustomsGroups object enables to define custom groups, which specify the customs duty for items purchased abroad that are liable for customs.

Source table: OARG.

Object Model

Remarks

To display the form in the application:

  • Select Administration -->Setup -->Inventory -->Customs Groups.

See Also

SAP® B1 DI-API C# definition

public class CustomsGroupsClass : ICustomsGroups, CustomsGroups { public virtual DataBrowser Browser { get; } public virtual int Code { get; } public virtual double Customs { get; set; } public virtual string CustomsAllocationAccount { get; set; } public virtual string CustomsExpenseAccount { get; set; } public virtual BoYesNoEnum Locked { get; } public virtual string Name { get; set; } public virtual string Number { get; set; } public virtual double Other { get; set; } public virtual string PortAddress { get; set; } public virtual string PortState { get; set; } public virtual double Purchase { get; set; } public virtual double Total { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public extern CustomsGroupsClass(); public virtual extern int Add(); public virtual extern string GetAsXML(); public virtual extern bool GetByKey( int lGroupCode); public virtual extern int Remove(); public virtual extern void SaveToFile( string bstrFileName); public virtual extern void SaveXML( ref string pbstrFileName); public virtual extern int Update(); }

Related information


Data Browser DataBrowser Object
The DataBrowser enables to navigate between records that are selected from the database or from XML formatted data. All business objects can call the DataBrowser object using the Browser property. You must use a Recordset object to initialize...
   Parent: Customs Groups CustomsGroups Object· Table: OARG


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