Share via


InfAdjMethod_MonthBalance_MX.populateRepomoTmpWithPLAdjusted Method [AX 2012]

Calculates the inflation adjustment for profit and loss accounts.

Syntax

private RepomoReportTmp_MX populateRepomoTmpWithPLAdjusted(RepomoReportTmp_MX _repomoTmp)

Run On

Called

Parameters

  • _repomoTmp
    Type: RepomoReportTmp_MX Table
    The temporary table RepomoReportTmp_MX buffer with monthly balances of profit and loss accounts to calculate the inflation adjustment.

Return Value

Type: RepomoReportTmp_MX Table
The RepomoReportTmp_MX temporary table buffer after the inflation adjustment for profit and loss accounts is calculated.

Remarks

Traverses through the RepomoReportTmp_MX temporary table buffer for profit and loss accounts and calculates the inflation adjustment and inserts the record into the temporary table with the report type set to "Profit and Loss adjustment".

See Also

Reference

InfAdjMethod_MonthBalance_MX Class