TaxLedgerAccounts_IN.exciseTaxAccountNumForScrapQty Method
This method used to get the LedgerDimensionDefaultAccount.
Syntax
public container exciseTaxAccountNumForScrapQty(
TaxTable _taxTable,
RefRecId _exciseECCNumber,
ExciseRecordType_IN _exciseRecordType,
ExciseType_IN _exciseType_IN,
[DirectSettlement_IN _directSettlement])
Run On
Called
Parameters
- _taxTable
Type: TaxTable Table
TaxTable buffer.
- _exciseECCNumber
Type: RefRecId Extended Data Type
ExciseECCNumber for which the ledgerDimension is found.
- _exciseRecordType
Type: ExciseRecordType_IN Enumeration
ExciseRecordType for which the LedgerDimension is found.
- _exciseType_IN
Type: ExciseType_IN Enumeration
Based on exciseType_IN ledgerDimension and ledgerAccountExp is found.
- _directSettlement
Type: DirectSettlement_IN Enumeration
DirectSettlement_IN for which the LedgerDimension is found.
Return Value
Type: container
Returns LedgerDimensionDefaultAccount.
Remarks
This method used to get the LedgerDimensionDefaultAccount.