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.
Creates the fields values for the temporary table and sends the temporary table instance to the insert method.
Syntax
private TaxPurchLedgerTmp createTaxPurchLedgerTmp(
TaxPeriod _taxPeriod,
FromDate _fromDate,
ToDate _toDate)
Run On
Server
Parameters
- _taxPeriod
Type: TaxPeriod Extended Data Type
A TaxReport value.
- _fromDate
Type: FromDate Extended Data Type
The FromDate value of _taxPeriod.
- _toDate
Type: ToDate Extended Data Type
The ToDate value of _taxPeriod.
Return Value
Type: TaxPurchLedgerTmp Table
A TaxPurchLedgerTmp temporary table instance.