Description
This method is used to get all record in tFilter table into method data items.
Parameters
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
QadFinancials
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.