Share via


ACOCostMonthEndClosing_BR.createLedgerTransactions Method [AX 2012]

Creates ledger transactions that are related to the absorbed costs of a given production order.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          protected void createLedgerTransactions(
            ProdTable _prodTable, 
            LedgerVoucher _ledgerVoucher, 
            ACOProdCostTable_BR _acoProdCostTable)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void createLedgerTransactions(ProdTable _prodTable, LedgerVoucher _ledgerVoucher)

Run On

Called

Parameters

See Also

Reference

ACOCostMonthEndClosing_BR Class