TaxWithholdSettleTrans_IN.initFromTaxWithholdTrans Method
Initializes TaxWithholdTrans_IN table.
Syntax
public void initFromTaxWithholdTrans(
TaxWithholdTrans_IN _taxWithholdtrans,
Voucher _newVoucher,
TaxWithholdPeriodRecId_IN _settlementPeriod,
TaxWithholdType_IN _taxType,
TaxInformationRecId_IN _tanNumber)
Run On
Called
Parameters
- _taxWithholdtrans
Type: TaxWithholdTrans_IN Table
TaxWithholdTrans_IN buffer is used to initialize the record.
- _newVoucher
Type: Voucher Extended Data Type
Voucher number is used to find out Amount origin.
- _settlementPeriod
Type: TaxWithholdPeriodRecId_IN Extended Data Type
Withhold tax settlement period is used to initialize the record.
- _taxType
Type: TaxWithholdType_IN Enumeration
Withhold tax type is used to initialize the record.
- _tanNumber
Type: TaxInformationRecId_IN Extended Data Type
Withhold tax account number is used to initialize the record.