project QadFinancials > class BMfgComment > method MaintainDataForCountry


Parameters


t_sMfgCommentCountryinputtemp-table
oiReturnStatusoutputintegerReturn status of the method.


Internal usage


QadFinancials
method BMfgCountry.DeleteMfgData


program code (program1/bmfgcomment.p)

for each t_sMfgCommentCountry where t_sMfgCommentCountry.tc_status='D':U:
    <M-2 run DeleteComment (input  vcMfgDomain (icDomain), 
                        input  t_sMfgCommentCountry.ctry_cmtindx (iiIndex), 
                        output oiReturnStatus (oiReturnStatus)) in BMfgComment>
end.