Ignore MO quantity errors in M3
New and updated production orders have been exported to M3. Now a flag in the
corresponding M3 APIs is set for which order quantity errors, such as violation of order
multiple value in M3, are not considered.
These flags are now set on the following M3 APIs:
- PMS100MI-CrtMO, DSP6 = 1
- PMS100MI-Reschedule, DSP4 = 1
These views are modified to set the flags:
- ST_V_M3_SUPPLY_PRODUCTION_ORDERS_NEW
- ST_V_M3_SUPPLY_PROD_PLAN_MO_CRT
- ST_V_M3_SUPPLY_PRODUCTION_ORDERS_OPEN_UPD
- ST_V_M3_SUPPLY_PRODUCTION_ORDERS_NEW_UPD
- ST_V_M3_SUPPLY_PROD_PLAN_MO_RSCH
These mappings are modified to include flags:
- BASE_ST_V_M3_SUPPLY_PRODUCTION_ORDERS_NEW-ST_M3_OUT_SUPPLY_PROD_PLAN_MO_CRT
- BASE_ST_V_M3_SUPPLY_PRODUCTION_ORDERS_NEW_UPD-ST_M3_OUT_SUPPLY_PROD_PLAN_MO_RSCH
- BASE_ST_V_M3_SUPPLY_PRODUCTION_ORDERS_OPEN_UPD-ST_M3_OUT_SUPPLY_PROD_PLAN_MO_RSCH
- BASE_ST_V_M3_SUPPLY_PROD_PLAN_MO_RSCH-ST_M3_OUT_SUPPLY_PROD_PLAN_MO_RSCH
- BASE_ST_V_M3_SUPPLY_PROD_PLAN_MO_CRT-ST_M3_OUT_SUPPLY_PROD_PLAN_MO_CRT
Note: This feature is enabled after appending the M3 base integration template (base for m3.zip)
for this version. No additional role or privilege is required to access this feature.