Parameters
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
QadFinancials
program code (program1/bqcrosscyposting.p)
/* ================================================================ */
/* Perfom Validation, AdditionalUpdates and DataSave */
/* ================================================================ */
<M-27 run ValidateBC (output viFcReturnSuper (oiReturnStatus)) in BQCrossCyPosting>
if viFcReturnSuper <> 0
then do :
assign oiReturnStatus = viFcReturnSuper.
if viFcReturnSuper < 0
then return.
end. /* if viFcReturnSuper <> 0 */
<M-25 run AdditionalUpdates (output viFcReturnSuper (oiReturnStatus)) in BQCrossCyPosting>
if viFcReturnSuper <> 0
then do :
assign oiReturnStatus = viFcReturnSuper.
if viFcReturnSuper < 0
then return.
end. /* if viFcReturnSuper <> 0 */