301 SAP Message of Class VY Transportation planning is not completed for delivery &1











301(VY) - Transportation planning is not completed for delivery &1

Message number 301 of class VY is used to display message "Transportation planning is not completed for delivery &1" and can be triggered using the following ABAP code:

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

    MESSAGE E301(VY) WITH lv_val1. "Error message example

    MESSAGE W301(VY) WITH lv_val1. "Warning message example

    MESSAGE I301(VY) WITH lv_val1. "Information message example
See here for more options


What causes this issue

Copying control for billing requires the copying of shipment costs from
the shipments belonging to this delivery.Because this delivery is relevant for shipment scheduling, but shipment
scheduling is not yet completed, the shipment costs cannot bedetermined fully.

System Response

Billing is not complete.

How to fix

Check whether shipments are planned for this delivery.
If no shipments are planned, set the delivery as not relevant forshipment scheduling by entering a suitable route in the delivery ortransportation blocking reason.If shipments are to be formed for the delivery, then shipmentscheduling must be completed and the costs calculated for the shipmentsrelevant for shipment costs.
Message text extract from SAP system. Copyright SAP SE.


Return to Message Class VY 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!