049 SAP Message of Class VL The customer has requested complete delivery











049(VL) - The customer has requested complete delivery

Message number 049 of class VL is used to display message "The customer has requested complete delivery" and can be triggered using the following ABAP code:

    MESSAGE W049(VL). "Warning message example
    MESSAGE I049(VL).
"Information message example
    MESSAGE E049(VL).
"Error message example
See here for more options


What causes this issue

The indicator 'complete delivery' has been set in the order, meaning
that all items relevant for delivery are to be sent in one delivery.This indicator is either copied from the customer master into the orderheader or is manually entered in the order.Since it is not possible to deliver all items relevant for delivery in
one delivery, the system issues an error message rejecting the creationof the delivery in the Sales Orders/Purchase Orders Worklist(VL04). If you attempt to create a delivery in transaction VL01, thesystem issues a warning, but allows the delivery to be created.This may be due to one of following reasons:
1. The order has not been completely confirmed.2. The order has been completely confirmed but the availability checkin the delivery confirms only partial availability.3. The data in the order triggers a delivery split that woulddistribute the order items among multiple deliveries. (e.g. differentship-to parties at item level, different routes, etc.)

How to fix

Check the order data. If collective processing has not been created in
the delivery, you can do it manually with transaction VL01, though itwill be incomplete.
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!