112 SAP Message of Class VL Ship-to party is blocked for delivery: &











112(VL) - Ship-to party is blocked for delivery: &

Message number 112 of class VL is used to display message "Ship-to party is blocked for delivery: &" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

The ship-to party cannot be supplied because the
blocking data of its customer master record has the delivery block '&V1&'.

How to fix

Please check whether the delivery block is justified and, if necessary,
delete this block from the customer master record if the ship-to partyis to be supplied.
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!