| icAction | input | character | SAVE SAVEDRAFT DRAFT VALIDATE |
| opPrimaryKey | output | longchar | |
| opRowid | output | longchar | |
| oiDraftInstance | output | integer | |
| oiReturnStatus | output | integer | Return status of the method. |
assign oiReturnStatus = -98.
<M-1 run ApiStdMaintainTT
(input t_sBLWICountry (tApiBLWICountry),
input icAction (icAction),
output opPrimaryKey (ocLstPrimKey),
output vcDummy (ocLstReturn),
output opRowid (ocLstRowid),
output viFcReturnSuper (oiReturnStatus)) in BBLWICountry>
if viFcReturnSuper <> 0
then do:
assign oiReturnStatus = viFcReturnSuper.
if oiReturnStatus < 0
then return.
end. /* if viFcReturnSuper <> 0 */
if oiReturnStatus = -98
then assign oiReturnStatus = 0.