Information Systems:Modifications to Pick Lists

From uniWIKI
Revision as of 11:00, 19 October 2015 by Sheilav (talk | contribs) (Created page with "Base ASW generated one pick list per order, or per customer address on that order. Pick list lines were the same sequence as the order lines. We changed it to print one pick...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Base ASW generated one pick list per order, or per customer address on that order. Pick list lines were the same sequence as the order lines. We changed it to print one pick list per warehouse zone group (another customization), with the lines in warehouse location sequence.

Changed RPG program - DMR322 (Pick list printout) to add call to PLZUP020 when zone group changed, or maximum number of pick list lines was reached.

New file - PLDETL (PLZ -- Pick list details)

New RPG program - PLZUP020 (PLZ -- Determine shipment time and create PLDETL)