icMfgTableName | input | character | Name of the MFG/PRO table name that is currently being processed. This is used to determine which logic to execute within the method in the cases where one business component maps to multiple tables in MFG/PRO. |
icFinancialTableName | input | character | Name of the current financials table being processed, used to determine which logic to execute. |
oiReturnStatus | output | integer | Return status of the method. |
<ANCESTOR-CODE> /* ====================================================== */ /* Set the return status to unexpected system error (-98) */ /* ====================================================== */ assign oiReturnStatus = -98. assign tcode_mstr.tc_Status = 'D':U. /* ====================================================== */ /* Set the return status = OK */ /* ====================================================== */ if oiReturnStatus = -98 then assign oiReturnStatus = 0.