GI for Sales Order with LE (Delivery-Driven) ┌──────────────┐ │ Sales Order │ VA01 │ (TA type) │ └──────┬───────┘ │ ▼ ┌──────────────┐ │ Outbound │ VL01N (ref to sales order) │ Delivery │ - Picks up scheduled dates │ │ - Determines picking SLoc │ │ - Assigns warehouse number │ │ - Sets picking status + removal status └──────┬───────┘ │ ▼ ┌──────────────┐ │ Transfer │ LT03 (ref to outbound delivery) │ Order (TO) │ Stock removal instruction │ for picking │ └──────┬───────┘ │ ▼ ┌──────────────┐ │ Confirm TO │ VL06O → Confirm Picking │ (picking) │ Status: A → C (Fully picked) └──────┬───────┘ │ ▼ ┌──────────────┐ │ Post GI for │ VL02N → Post Goods Issue │ Outbound Del │ IM posting completed └──────────────┘
Step 1: Sales Order → Outbound Delivery (销售订单→对外交货)
Outbound Delivery Creation
Property
Detail
Created with reference to
Sales order
T-code
VL01N
Inherits from order
Key data including scheduled dates for follow-on processes
Selection date
Should match material availability date from order
Picking Storage Location Determination
1 2 3 4 5 6 7 8 9
Outbound Delivery Processing ┌───────────────────────────────────────┐ │ For each delivery item: │ │ ├── Determine picking SLoc │ │ ├── Check: SLoc assigned to WH#? │ │ │ └── YES → display warehouse # │ │ ├── Assign overall picking status │ │ └── Assign stock removal status │ └───────────────────────────────────────┘
💡The system automatically checks whether the picking storage location is assigned to a warehouse number. If so, it displays the warehouse number in the outbound delivery and sets the appropriate picking/removal statuses.