410 SAP Message of Class VL Warehouse number & was deleted in the delivery header











410(VL) - Warehouse number & was deleted in the delivery header

Message number 410 of class VL is used to display message "Warehouse number & was deleted in the delivery header" and can be triggered using the following ABAP code:

DATA: lv_val1(100) TYPE C.
lv_val1 = '123'.

    MESSAGE E410(VL) WITH lv_val1. "Error message example

    MESSAGE W410(VL) WITH lv_val1. "Warning message example

    MESSAGE I410(VL) WITH lv_val1. "Information message example
See here for more options


What causes this issue

This delivery is set for distribution to a decentralized
Warehouse ManagementSystem. Not all items in the delivery have a warehouse number,however.

System Response

Warehouse numbers are deleted from the delivery header when
the delivery is meant to be distributed to a decentralized WM systeman item in the delivery does not refer to a warehouse numberthe indicator Delivery split according to warehouse number isset in the delivery typeThe warehouse number is deleted to avoid various picking techniques
appearing in distributed deliveries.

How to fix

If you want to process the delivery in a decentralized WM system, make
sure that all items in the delivery refer to the same warehouse number.If some items in the delivery are relevant for SD picking, you can put
those items in a separate delivery by usingLean WM rather than usingSD picking techniques.
Message text extract from SAP system. Copyright SAP SE.


Return to Message Class VL main page



Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!