Description
Controls the processing of any update logic that is required when performing a create/modfiy operation on an MFG/PRO business component.
KEEP THE ANCESTOR TAG IN THE DESCENDANTS TO AVOID SCOPING PROBLEMS ON THE RECORD-AVAILABILITY
This method is the place holder for nay update ligic and complex mapping from the financials table to MFG/PRO.
Parameters
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 Financial 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 has multiple tables that map to MFG/PRO. |
ihFinancialDataBuffer | input | handle | |
ihMfgDataBuffer | input | handle | |
icMfgDomain | input | character | |
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
unused
program code (program/bmfgcostcenter.p)
<ANCESTOR-CODE>
<M-2 run ReplicateDomainDescription
(input icFinancialTableName (icFinancialTableName),
input ihFinancialDataBuffer (ihFinancialDataBuffer),
input icMfgDomain (icMfgDomain),
output vcTranslatedDescription (ocTranslatedText),
output viFcReturnSuper (oiReturnStatus)) in BMfgCostCenter>
assign oiReturnStatus = viFcReturnSuper.