project QadFinancials > class BPosting > method AdditionalUpdatesPreCreateTempTablesC
Description
Create the gl open item movement records for CHANGED lines
Parameters
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
QadFinancials
program code (program5/bposting.p)
/* ============== */
/* Error handling */
/* ============== */
assign oiReturnStatus = -98
viLocalReturnStatus = 0.
UPDATEBLOCK: DO :
<M-22 run AdditionalUpdatesPreCreateTempTablesD (output viFcReturnSuper (oiReturnStatus)) in BPosting>
if viFcReturnSuper <> 0 and viLocalReturnStatus >= 0
then assign viLocalReturnStatus = viFcReturnSuper.
if viFcReturnSuper < 0
then leave UPDATEBLOCK.
<M-68 run AdditionalUpdatesPreCreateTempTablesN (output viFcReturnSuper (oiReturnStatus)) in BPosting>
if viFcReturnSuper <> 0 and viLocalReturnStatus >= 0
then assign viLocalReturnStatus = viFcReturnSuper.
if viFcReturnSuper < 0
then leave UPDATEBLOCK.
END. /* UPDATEBLOCK */
/* ============== */
/* Error handling */
/* ============== */
assign oiReturnStatus = viLocalReturnStatus.