TaxTrans_IN::insertIntoTaxTransDSA Method
This method is used to insert info into the TaxTrans_IN table from given parameters.
Syntax
client server public static void insertIntoTaxTransDSA(
ExciseDSARegister_IN _exciseDSARegister,
Common _common,
[TaxPeriod _taxPeriod])
Run On
Called
Parameters
- _exciseDSARegister
Type: ExciseDSARegister_IN Table
A buffer of ExciseDSARegister_IN table;
- _common
Type: Common Table
A buffer of table which is given from user.
- _taxPeriod
Type: TaxPeriod Extended Data Type
The tax period; optional.