📚 SAP Business One SDK Help

WithholdingTaxData Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new data line to the object.
Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property BaseDocEntrySets or returns the source document ID.

Field name: BaseAbsEnt.

Public Property BaseDocLineSets or returns the line number of the source document.

Field name: BaseLine.

Public Property BaseDocTypeSets or returns the source document type.

Field name: BaseNum.

Public Property BaseDocumentReferenceReturns the Base Document Reference number.

Field name: BaseRef.

Public Property BaseTypeReturns the amount type (Gross, Net, or VAT) on which the withholding tax calculation is based.

Field name: BaseType.

Length: 1 character.

Public Property CategoryReturns a valid value that indicates the cause for posting the withholding tax, either Payment (P) or Invoice (I).

Field name: Category.

Length: 1 character.

Public Property Countproperty Count
Public Property CriteriaReturns the type of accounting under which the withholding tax is recorded.

Length: 1 character.

Field name: Criteria.

Public Property GLAccountSets or returns the G/L account to which withholding tax is posted.

Field name: Account.

Length: 15 characters.

This is a foreign key to the ChartOfAccounts object.

Public Property LineNumReturns the number of the withholding tax data line. Field name: LineNum.
Public Property RateReturns the rate for calculating the withholding tax amount.

Field name: Rate.

Public Property RoundingTypeReturns the rounding method for calculating the withholding tax.

Field name: RoundType.

Length: 1 character.

Public Property StatusDetermines whether the withholding tax status is Open or Close.

Field name: status.

Public Property TargetAbsEntryReturns the target sum before the withholding tax calculations.

Field name: TrgAbsEntr.

Public Property TargetDocumentTypeReturns the type of the target document.

Field name: TrgType.

Public Property TaxableAmountSets or returns the amount (in local currency) that is subject to withholding.

Field name: TaxbleAmnt.

Public Property TaxableAmountFCSets or returns the amount (in foreign currency) that is subject to withholding.

Field name: TxblAmntFC.

Public Property TaxableAmountinSysSets or returns the amount (in system currency) that is subject to withholding.

Field name: TxblAmntSC.

Public Property UserFieldsReturns the UserFields object.
Public Property WithholdingTypeReturns the withholding tax type.

Field name: Type.

Length: 1 character.

Public Property WTAmountSets or returns the withholding tax amount in local currency.

Field name: ).

Public Property WTAmountFCSets or returns the withholding tax amount in foreign currency.

Field name: WTAmntFC.

Public Property WTAmountSysSets or returns the withholding tax amount in system currency.

Field name: WTAmntSC.

Public Property WTCodeSets or returns the withholding tax code.

Field name: WTCode.

Length: 4 characters.

This is a foreign key to the WithholdingTaxCodes Object.

See Also