TmpTaxReport_HU.processCorrectionsVend Method

Determines if the TaxTrans was corrected and searches all related tax transactions (correction and original) which have to be included in the report.

Syntax

public container processCorrectionsVend(
    TaxTrans _taxTrans, 
    TransDate _runDate, 
    boolean _searchRelatedTaxTrans)

Run On

Called

Parameters

  • _taxTrans
    Type: TaxTrans Table
    The TaxTrans record to search related transactions for.
  • _searchRelatedTaxTrans
    Type: boolean
    Shows whether to search related tax transactions.

Return Value

Type: container
The container with two parameters: whether the tax transaction was corrected, and the packed set of related transactions.

See Also

Reference

TmpTaxReport_HU Table