Manage Sublot with Warehouse Interface

Some Warehouse Interface transactions are compatible with sublots reporting.

When executing a transaction on sublot item, it is necessary to identify which reference sublot IDs are involved in the transaction. Interactively, the user would be taken to 'Sublot Master. Open' (MMS472) to select the affected sublots. Working with the warehouse interface, the list of reference sublot IDs should be provided in the interface files prior to execution.

When working with 'Order Init Stock Msg. Manage' (MHS850), the sublot reference IDs should be provided in 'Order Init Sublot Msg. Manage' (MHS854).

When working with 'Internal Stock Msg. Manage' (MMS850), the sublot reference IDs should be provided in 'Internal Stock Transact. Manage Sublines' (MMS854).

This is an example workflow using the (MHS850) interface:

  1. Run transaction MHS850MI.AddMOReqIssue with a blank process flag.
  2. Use transaction MHS850MI.AddSubLine to provide the sublot reference IDs (BANT) as many times as there are sublots to issue.
  3. Run transaction MHS850MI.ChgWhsLine to update the delivered quantity (DLQT) to match the number of sublots.
  4. Run transaction MHS850MI.PrcWhsTran with process flag *EXE to execute the transaction.

This is an example workflow using the (MMS850) interface:

  1. Run transaction MMS850MI.AddAdjust with a blank process flag.
  2. Use transaction MMS850MI.AddSubLine to provide sublot reference IDs (BANT) as many times as there are sublots to add.
  3. Use transaction MMS850MI.ChgStkIns to update the qualifier quantity (QLQT) to match the number of sublots.
  4. Run transaction MMS850MI.PrcStkTran with process flag *EXE to execute the transaction.