Project 1 · Productivity
ICG AI Excel Macro & Warehouse Order Grouping
Business problem
Warehouse orders were processed sequentially even when multiple orders shared the same product, source handling unit and source bin — causing repeated travelling, repeated access to the same locations, more ASRS retrieval cycles and lower picking productivity, with heavy manual effort to identify suitable orders across delivery documents.
Improvement implemented
An AI-assisted Excel/VBA solution that analyses exported SAP warehouse-order data. It:
- Identifies WOs with matching product, source HU and source bin.
- Compares delivery-document numbers and groups WOs across DNs.
- Prevents duplicate WO selection and outputs efficient combinations.
- Allows several DNs to be picked in parallel instead of one at a time.
How it works
- Imports SAP warehouse-order data into Excel.
- Checks each WO against product, source HU and source bin.
- Compares delivery-document numbers.
- Builds efficient multi-DN combinations and rejects duplicates.
- Outputs recommended groupings for parallel DN picking.
Results
Adaptable wherever similar SAP/EWM picking processes are used.
Implemented and measured.