Description
This method is used to get Accounting Interface Filter information.
Parameters
tAcctIFFilterTable | output | temp-table | Temp table store Accounting Interface Filter Information. |
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
unused
program code (program1/bacctiffilters.p)
/* empty table tAcctIFFilter and table tAcctIFFilterTable */
<M-1 run ClearData
(output viFcReturnSuper (oiReturnStatus)) in BAcctIFFilters>
empty temp-table tAcctIFFilter.
<M-2 run DataLoad
(input '':U (icRowids),
input '':U (icPkeys),
input '':U (icObjectIds),
input '':U (icFreeform),
input false (ilKeepPrevious),
output viFcReturnSuper (oiReturnStatus)) in BAcctIFFilters>
for each tAcctIFFilter:
create tAcctIFFilterTable.
buffer-copy tAcctIFFilter to tAcctIFFilterTable.
end.