biuan SAP® BUSINESS ONE SDK
DTW Administration / Setup / Financials / Tax / Tax Groups
API Vat Groups

Description

The VatGroups object enables to define tax groups that can be assigned to business partners and items in sales and purchase documents.

Source table: OVTG.

Object Model

Remarks

Country-specific for Europe.

Mandatory properties: Code and Effectivefrom (VatGroups_Lines).

To display the form in the application:

  • Select Administration --> Setup --> Financials --> Tax --> Tax Groups.

See Also

SAP® B1 DI-API C# definition

public class VatGroupsClass : IVatGroups, VatGroups { public virtual BoYesNoEnum AcquisitionReverse { get; set; } public virtual string AcquisitionTax { get; set; } public virtual DataBrowser Browser { get; } public virtual string CashDiscountAccount { get; set; } public virtual BoVatCategoryEnum Category { get; set; } public virtual string Code { get; set; } public virtual BoYesNoEnum Correction { get; set; } public virtual string DeferredTaxAcc { get; set; } public virtual string DownPaymentTaxOffsetAccount { get; set; } public virtual string EqualizationTaxAccount { get; set; } public virtual BoYesNoEnum EU { get; set; } public virtual string GoodsShipment { get; set; } public virtual BoYesNoEnum Inactive { get; set; } public virtual string Name { get; set; } public virtual double NonDeduct { get; set; } public virtual string NonDeductAcc { get; set; } public virtual Report349CodeListEnum Report349Code { get; set; } public virtual string ServiceSupply { get; set; } public virtual string TaxAccount { get; set; } public virtual VatGroupsTaxRegionEnum TaxRegion { get; set; } public virtual TaxTypeBlackListEnum TaxTypeBlackList { get; set; } public virtual string TriangularDeal { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public virtual string VatCorrection { get; set; } public virtual string VATDeductibleAccount { get; set; } public virtual SAPbobsCOM.VatGroups_Lines VatGroups_Lines { get; } public virtual string VATInRevenueAccount { get; set; } public extern VatGroupsClass(); public virtual extern int Add(); public virtual extern string GetAsXML(); public virtual extern bool GetByKey( string bstrGroupCode); public virtual extern int Remove(); public virtual extern void SaveToFile( string FileName); public virtual extern void SaveXML( ref string FileName); public virtual extern int Update(); }

Related information


Vat Groups Lines VatGroups_Lines Object· Table: VTG1
VatGroups_Lines is a child object of the VatGroups_Lines object. It enables to define the tax percentage and the effective from date for the tax group. Source table: VTG1.
   Parent: Vat Groups VatGroups Object· Table: OVTG

Bo Vat Category Enum BoVatCategoryEnum Enumeration
Specifies the tax group categories.
   Parent: Vat Groups VatGroups Object· Table: OVTG

Report 349 Code List Enum Report349CodeListEnum Enumeration
   Parent: Vat Groups VatGroups Object· Table: OVTG

Tax Type Black List Enum TaxTypeBlackListEnum Enumeration
   Parent: Vat Groups VatGroups Object· Table: OVTG

Vat Groups Tax Region Enum VatGroupsTaxRegionEnum Enumeration
   Parent: Vat Groups VatGroups Object· Table: OVTG


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