361 SAP Message of Class VL Delivery quantity must be entered for the item











361(VL) - Delivery quantity must be entered for the item

Message number 361 of class VL is used to display message "Delivery quantity must be entered for the item" and can be triggered using the following ABAP code:

    MESSAGE W361(VL). "Warning message example
    MESSAGE I361(VL).
"Information message example
    MESSAGE E361(VL).
"Error message example
See here for more options


What causes this issue

The delivery quantity must be greater than zero, as defined in
Customizing for the item category of this delivery item.

System Response



How to fix

Enter a quantity greater than zero in delivery processing.
Should this error message appear when you are confirming a WMS transferorder that you want to close with a quantity of zero, it could be thatthe delivery item does not allow a quantity of zero. If necessary, askthe person responsible for Customizing if this is intentional. If so,you cannot confirm the transfer order with a quantity of zero.
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!