biuan SAP® BUSINESS ONE SDK
DTW Administration / Setup / Financials / Tax / Sales Tax Authorities Types
API Sales Tax Authorities Types

Description

SalesTaxAuthoritiesTypes is a business object that represents the type of sales tax authorities. It specifies whether or not the sales tax authority includes also VAT.

This object enables you to:

  • Add a sales tax authority type.
  • Retrieve a sales tax authority type by its key.
  • Update a sales tax authority type data.
  • Save the object in XML format.

Source table: OSTT.

Object Model

Remarks

Mandatory field in SAP Business One: Name.

To display the form in the application (US and Canada localizations):

  • Select Administration --> Setup --> Financials --> Tax --> Sales Tax Jurisdiction Types.

To display the form in the application (Latin America localization):

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

See Also

SAP® B1 DI-API C# definition

public class SalesTaxAuthoritiesTypesClass : ISalesTaxAuthoritiesTypes, SalesTaxAuthoritiesTypes { public virtual DataBrowser Browser { get; } public virtual string Name { get; set; } public virtual int NfTaxId { get; set; } public virtual int Numerator { get; } public virtual BoYesNoEnum TaxCreditControl { get; set; } public virtual int TaxParamSetId { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public virtual int UserSignature { get; } public virtual BoYesNoEnum VAT { get; set; } public extern SalesTaxAuthoritiesTypesClass(); public virtual extern int Add(); public virtual extern string GetAsXML(); public virtual extern bool GetByKey( int Key); public virtual extern void SaveToFile( string FileName); public virtual extern void SaveXML( ref string FileName); public virtual extern int Update(); }


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