Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates incentive tax amount excl.
Syntax
server public static TaxAmount calcIncentiveTaxAmountExcl(
TmpTaxWorkTrans _tmpTaxWorkTrans,
FormulaDesigner_IN _formulaDesigner,
PurchLine _purchLine,
AmountMST _amountOrigin,
[boolean _post,
CustomsVendBOEJour_IN _customsVendBOEJour])
Run On
Server
Parameters
- _tmpTaxWorkTrans
Type: TmpTaxWorkTrans Table
The temporary tax work transaction.
- _formulaDesigner
Type: FormulaDesigner_IN Table
The formula designer.
- _purchLine
Type: PurchLine Table
The purch line.
- _amountOrigin
Type: AmountMST Extended Data Type
The origin amount.
- _post
Type: boolean
The post flag.
- _customsVendBOEJour
Type: CustomsVendBOEJour_IN Table
The customs vend BOE journal.
Return Value
Type: TaxAmount Extended Data Type
The instance of the TaxAmount class.