Description
This empty method allows to do additional updates on class temp-tables after records were received (and validated) from outside, using method SetPublicTables.
You can start instances of other business classes to do those updates.
Parameters
oiReturnStatus | output | integer | |
Internal usage
QadFinancials
program code (program1/bpostingsafhist.p)
/* ============================================================================ */
/* Ancestor code is skipped. WouAnt / KriLae 20060313 */
/* As not necessary for the result of the Q-records and it only causes overhead */
/* ============================================================================ */
/* =========================================== */
/* update last modified fields (Needed for BI) */
/* =========================================== */
<M-72 run UpdateLastModified (output viFcReturnSuper (oiReturnStatus)) in BPostingSafHist>
if viFcReturnSuper <> 0
then oiReturnStatus = viFcReturnSuper.
if viFcReturnSuper < 0
then return.