project QadFinancials > class BMfgEmployee > method MaintainData


Parameters


tMfgEmployeeinputtemp-table
oiReturnStatusoutputintegerReturn status of the method.


Internal usage


QadFinancials
method BMfgEmployee.MaintainDataForBusinessRelation


program code (program1/bmfgemployee.p)

oiReturnStatus = -98.

<M-2 run ClearData (output viFcReturnSuper (oiReturnStatus)) in BMfgEmployee>
if(viFcReturnSuper <> 0) then oiReturnStatus = viFcReturnSuper.
if viFcReturnSuper < 0 then return.

<M-1 run ProcessMaintainData (output viFcReturnSuper (oiReturnStatus)) in BMfgEmployee>
if(viFcReturnSuper <> 0) then oiReturnStatus = viFcReturnSuper.
if viFcReturnSuper < 0 then return.

<M-3 run ProcessMaintainDataSave (output viFcReturnSuper (oiReturnStatus)) in BMfgEmployee>
if(viFcReturnSuper <> 0) then oiReturnStatus = viFcReturnSuper.
if viFcReturnSuper < 0 then return.

if(oiReturnStatus = -98) then oiReturnStatus = 0.