400 SAP Message of Class UPB Characteristic &1 does not exist in the planning level











400(UPB) - Characteristic &1 does not exist in the planning level

Message number 400 of class UPB is used to display message "Characteristic &1 does not exist in the planning level" and can be triggered using the following ABAP code:

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

    MESSAGE E400(UPB) WITH lv_val1. "Error message example

    MESSAGE W400(UPB) WITH lv_val1. "Warning message example

    MESSAGE I400(UPB) WITH lv_val1. "Information message example
See here for more options


What causes this issue

The definition of planning levels is inconsistent.
A characteristic which is not available in the planning level, is
marked as a field with a special role. This characteristic was possiblyremoved from the planning level later.

System Response



How to fix

Add characteristic &v1& to planning level &v2&.
&SYS_ADMIN&

Message text extract from SAP system. Copyright SAP SE.


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