project QadFinancials > class BClosingPostingsReport > method SetDataItemsBasedOnFilterTT

Description

This method is used to get all record in tFilter table into method data items.


Parameters


oiReturnStatusoutputintegerReturn status of the method.


Internal usage


QadFinancials
method BClosingPostingsReport.CIRECBalance
method BClosingPostingsReport.CreditorControlGLBalance
method BClosingPostingsReport.DebtorControlGLBalance
method BClosingPostingsReport.FAControlGLBalance
method BClosingPostingsReport.FARDepreciation
method BClosingPostingsReport.GLOpenItemControl
method BClosingPostingsReport.HistoryPostingsCheck
method BClosingPostingsReport.TransientLayers


program code (program1/bclosingpostingsreport.p)

<M-43 run SetDataItemsBasedOnFilterTTDet  (output viFcReturnSuper (oiReturnStatus)) in BClosingPostingsReport>

if viFcReturnSuper < 0
then do:
    assign oiReturnStatus = viFcReturnSuper.
end.
else do:
/* ========================== */
/* Company operations         */
/* Pre cache system companies */
/* ========================== */
<Q-35 run CompanyPrim (all) (Read) (NoCache)
   (input ?, (LookupCompanyId)
    input ?, (CompanyCode)
    output dataset tqCompanyPrim) in BCompany>
end.