SAP Knowledge Base Article - Public

2902419 - Sort pick list by storage bin

Symptom

How to sort picking-relevant items for pick list by storage bin.

Environment

  • Sales And Distribution (SD)
  • Logistics Execution (LE)
  • SAP S/4HANA Cloud

Resolution

Implement an enhancement for the BADI LE_SHP_PICKLIST_MODIFY_ITEMS:

  1. Open the Custom fields and logic app.
  2. Implement an enhancement for the BADI LE_SHP_PICKLIST_MODIFY_ITEMS with the following code:

MOVE-CORRESPONDING print_delivery_items_in TO print_delivery_items_out.
SORT print_delivery_items_out by warehousestoragebin.

Keywords

storage bin, sort, pick list, BAdI, bin location , KBA , LE-SHP-GF , Basic Functions , LE-SHP-GF-OM , Delivery Output Management , Problem

Product

SAP S/4HANA Cloud all versions