biuan SAP® BUSINESS ONE SDK
DTW Administration / System Initialization / Deduction Tax Groups
API Deduction Tax Groups

Description

Represents withholding tax groups. These groups can be assigned to business partners to determine .

Source table: ODDG.

Object Model

Remarks

For Israel only.

Mandatory properties: GroupCode, GroupName, and MaxRedin.

To display the form in the application:

  1. Select Administration -->Company Details -->Basic Initialization tab.
  2. Select the Hierarchical Deduction at Source check box.
  3. Click the Define Deduction Groups button.

See Also

SAP® B1 DI-API C# definition

public class DeductionTaxGroupsClass : IDeductionTaxGroups, DeductionTaxGroups { public virtual DataBrowser Browser { get; } public virtual BoDeductionTaxGroupCodeEnum GroupCode { get; set; } public virtual string GroupExtendedCode { get; set; } public virtual int GroupKey { get; } public virtual string GroupName { get; set; } public virtual double MaxRedin { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public extern DeductionTaxGroupsClass(); public virtual extern int Add(); public virtual extern string GetAsXML(); public virtual extern bool GetByKey( int lGroupKey); public virtual extern void SaveToFile( string bstrFileName); public virtual extern void SaveXML( ref string pbstrFileName); public virtual extern int Update(); }

Related information


Bo Deduction Tax Group Code Enum BoDeductionTaxGroupCodeEnum Enumeration
Deduction tax groups.
   Parent: Deduction Tax Groups DeductionTaxGroups Object· Table: ODDG


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